By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2023-03-08T23:24:00.916Z||main|||||INFO|500||The following profiles are active: basic
2023-03-08T23:24:23.430Z||main|||||INFO|500||Starting service [Tomcat]
2023-03-08T23:24:23.431Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-03-08T23:24:23.654Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-03-08T23:24:28.992Z||main|||||INFO|500||catdb-pool - Starting...
2023-03-08T23:24:29.491Z||main|||||INFO|500||catdb-pool - Start completed.
2023-03-08T23:24:30.428Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-03-08T23:24:30.979Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-03-08T23:24:32.197Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-03-08T23:24:34.882Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-03-08T23:24:35.959Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2023-03-08T23:24:40.509Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-03-08T23:24:40.813Z||main|||||INFO|500||reqdb-pool - Starting...
2023-03-08T23:24:40.832Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-03-08T23:24:40.850Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-03-08T23:24:41.662Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-03-08T23:24:42.530Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-03-08T23:24:44.201Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
Hibernate: select activitysp0_.ID as id1_0_, activitysp0_.CREATION_TIMESTAMP as creation2_0_, activitysp0_.DESCRIPTION as descript3_0_, activitysp0_.NAME as name4_0_, activitysp0_.VERSION as version5_0_ from activity_spec activitysp0_
2023-03-08T23:24:45.891Z||main|||||DEBUG|500||Attempting to create activity VNFSetInMaintFlagActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ID as id1_1_0_, activitysp0_.NAME as name2_1_0_ from activity_spec_categories activitysp0_ where activitysp0_.ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ID as id1_2_0_, activitysp0_.CREATION_TIMESTAMP as creation2_2_0_, activitysp0_.DESCRIPTION as descript3_2_0_, activitysp0_.DIRECTION as directio4_2_0_, activitysp0_.NAME as name5_2_0_, activitysp0_.TYPE as type6_2_0_ from activity_spec_parameters activitysp0_ where activitysp0_.ID=?
2023-03-08T23:24:47.019Z||main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-08T23:24:47.035Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-08T23:24:47.075Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFSetInMaintFlagActivity","description":"Activity to Set InMaint Flag in A&AI","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-08T23:24:53.621Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-08T23:24:53.622Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[Wed, 08 Mar 2023 23:24:47 GMT], server=[envoy], x-envoy-upstream-service-time=[6525], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-08T23:24:53.624Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||{"id":"8900017515bd4e1c8a64d3c42f498816","versionId":"f10436685b074f03833d2c6d77904343"}
2023-03-08T23:24:53.664Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully created activitySpec VNFSetInMaintFlagActivity
2023-03-08T23:24:53.750Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8900017515bd4e1c8a64d3c42f498816/versions/latest/actions|INFO|500||Invoke
2023-03-08T23:24:53.751Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8900017515bd4e1c8a64d3c42f498816/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/8900017515bd4e1c8a64d3c42f498816/versions/latest/actions with request headers:{X-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[1e990204-66ba-4e54-9b5f-9583032c16bf], X-ECOMP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-TransactionID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], Content-Type=[application/json]}
2023-03-08T23:24:53.752Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8900017515bd4e1c8a64d3c42f498816/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-08T23:24:54.847Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8900017515bd4e1c8a64d3c42f498816/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/8900017515bd4e1c8a64d3c42f498816/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Mar 2023 23:24:53 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[1064]}
2023-03-08T23:24:54.848Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8900017515bd4e1c8a64d3c42f498816/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-08T23:24:54.849Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8900017515bd4e1c8a64d3c42f498816/versions/latest/actions|INFO|500||InvokeReturn
2023-03-08T23:24:54.850Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully certified activitySpec VNFSetInMaintFlagActivity
2023-03-08T23:24:54.850Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Attempting to create activity VNFCheckPserversLockedFlagActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-08T23:24:54.964Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-08T23:24:54.964Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[79914f1c-2868-44dc-841a-9d63240001b3], X-ECOMP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-TransactionID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], Content-Type=[application/json]}
2023-03-08T23:24:54.967Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFCheckPserversLockedFlagActivity","description":"Activity Check Pservers Locked Flag VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-08T23:24:55.902Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[Wed, 08 Mar 2023 23:24:54 GMT], server=[envoy], x-envoy-upstream-service-time=[931], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-08T23:24:55.903Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"c051637ee5fa4031b2934abd26f8fc0f","versionId":"5a403fc6faab484cbadf4699172dd04f"}
2023-03-08T23:24:55.904Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-08T23:24:55.909Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully created activitySpec VNFCheckPserversLockedFlagActivity
2023-03-08T23:24:55.993Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c051637ee5fa4031b2934abd26f8fc0f/versions/latest/actions|INFO|500||Invoke
2023-03-08T23:24:55.994Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c051637ee5fa4031b2934abd26f8fc0f/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/c051637ee5fa4031b2934abd26f8fc0f/versions/latest/actions with request headers:{X-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[c862b188-8deb-4e6f-94ae-721eaa12fba5], X-ECOMP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-TransactionID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], Content-Type=[application/json]}
2023-03-08T23:24:55.996Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c051637ee5fa4031b2934abd26f8fc0f/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-08T23:24:57.144Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c051637ee5fa4031b2934abd26f8fc0f/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/c051637ee5fa4031b2934abd26f8fc0f/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Mar 2023 23:24:55 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[1121]}
2023-03-08T23:24:57.144Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c051637ee5fa4031b2934abd26f8fc0f/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-08T23:24:57.145Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c051637ee5fa4031b2934abd26f8fc0f/versions/latest/actions|INFO|500||InvokeReturn
2023-03-08T23:24:57.146Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully certified activitySpec VNFCheckPserversLockedFlagActivity
2023-03-08T23:24:57.147Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Attempting to create activity VNFCheckInMaintFlagActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-08T23:24:57.322Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-08T23:24:57.322Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[2d63e125-2c51-41fb-882b-576c5615ef80], X-ECOMP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-TransactionID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], Content-Type=[application/json]}
2023-03-08T23:24:57.324Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFCheckInMaintFlagActivity","description":"Activity CheckIn Maint Flag on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-08T23:24:57.798Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[Wed, 08 Mar 2023 23:24:57 GMT], server=[envoy], x-envoy-upstream-service-time=[471], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-08T23:24:57.800Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"0c6b198ea33e4c1aa682278695b45f3f","versionId":"dd54e9e6c7eb489c83bb66c2a7219f96"}
2023-03-08T23:24:57.800Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-08T23:24:57.803Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully created activitySpec VNFCheckInMaintFlagActivity
2023-03-08T23:24:57.857Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/0c6b198ea33e4c1aa682278695b45f3f/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-08T23:24:57.859Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0c6b198ea33e4c1aa682278695b45f3f/versions/latest/actions|INFO|500||Invoke
2023-03-08T23:24:57.860Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0c6b198ea33e4c1aa682278695b45f3f/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-08T23:24:58.695Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0c6b198ea33e4c1aa682278695b45f3f/versions/latest/actions|INFO|500||InvokeReturn
2023-03-08T23:24:58.695Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/0c6b198ea33e4c1aa682278695b45f3f/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Mar 2023 23:24:57 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[830]}
2023-03-08T23:24:58.696Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-08T23:24:58.696Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully certified activitySpec VNFCheckInMaintFlagActivity
2023-03-08T23:24:58.696Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Attempting to create activity VNFCheckClosedLoopDisabledFlagActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-08T23:24:58.779Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-08T23:24:58.780Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[3975ce03-f092-4749-97d5-194cf4d3aa66], X-ECOMP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-TransactionID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], Content-Type=[application/json]}
2023-03-08T23:24:58.783Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFCheckClosedLoopDisabledFlagActivity","description":"Activity Check Closed Loop Disabled Flag on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-08T23:24:59.197Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[Wed, 08 Mar 2023 23:24:58 GMT], server=[envoy], x-envoy-upstream-service-time=[410], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-08T23:24:59.198Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"6377ae6a05224d9eacc1a0982479c494","versionId":"9cf764160a5f435f8024063001718caa"}
2023-03-08T23:24:59.199Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-08T23:24:59.203Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully created activitySpec VNFCheckClosedLoopDisabledFlagActivity
2023-03-08T23:24:59.283Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/6377ae6a05224d9eacc1a0982479c494/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-08T23:24:59.285Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6377ae6a05224d9eacc1a0982479c494/versions/latest/actions|INFO|500||Invoke
2023-03-08T23:24:59.287Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6377ae6a05224d9eacc1a0982479c494/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-08T23:25:00.190Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6377ae6a05224d9eacc1a0982479c494/versions/latest/actions|INFO|500||InvokeReturn
2023-03-08T23:25:00.192Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/6377ae6a05224d9eacc1a0982479c494/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Mar 2023 23:24:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[898]}
2023-03-08T23:25:00.195Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-08T23:25:00.198Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully certified activitySpec VNFCheckClosedLoopDisabledFlagActivity
2023-03-08T23:25:00.199Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Attempting to create activity VNFSetClosedLoopDisabledFlagActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-08T23:25:00.279Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-08T23:25:00.280Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[dd0f4fe9-a815-4fd0-a8c9-08c005a2d5b1], X-ECOMP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-TransactionID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], Content-Type=[application/json]}
2023-03-08T23:25:00.281Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFSetClosedLoopDisabledFlagActivity","description":"Activity Set Closed Loop Disabled Flag on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-08T23:25:00.918Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[Wed, 08 Mar 2023 23:25:00 GMT], server=[envoy], x-envoy-upstream-service-time=[633], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-08T23:25:00.920Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"c9cbd7d2bc5942de913c28e9ef1a86af","versionId":"db6d70e37bfb4764b81665666465477f"}
2023-03-08T23:25:00.922Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-08T23:25:00.926Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully created activitySpec VNFSetClosedLoopDisabledFlagActivity
2023-03-08T23:25:00.984Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/c9cbd7d2bc5942de913c28e9ef1a86af/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-08T23:25:00.986Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c9cbd7d2bc5942de913c28e9ef1a86af/versions/latest/actions|INFO|500||Invoke
2023-03-08T23:25:00.988Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c9cbd7d2bc5942de913c28e9ef1a86af/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-08T23:25:02.020Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c9cbd7d2bc5942de913c28e9ef1a86af/versions/latest/actions|INFO|500||InvokeReturn
2023-03-08T23:25:02.021Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/c9cbd7d2bc5942de913c28e9ef1a86af/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Mar 2023 23:25:00 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[1027]}
2023-03-08T23:25:02.022Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-08T23:25:02.022Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully certified activitySpec VNFSetClosedLoopDisabledFlagActivity
2023-03-08T23:25:02.023Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Attempting to create activity VNFUnsetClosedLoopDisabledFlagActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-08T23:25:02.111Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-08T23:25:02.112Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-08T23:25:02.114Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFUnsetClosedLoopDisabledFlagActivity","description":"Activity Unset Closed Loop Disabled Flag on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-08T23:25:02.504Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-08T23:25:02.506Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[Wed, 08 Mar 2023 23:25:02 GMT], server=[envoy], x-envoy-upstream-service-time=[369], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-08T23:25:02.508Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||{"id":"77a14fccc348458ea067aff8113e0fad","versionId":"028be511a93c46beb271466a84a111ba"}
2023-03-08T23:25:02.511Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully created activitySpec VNFUnsetClosedLoopDisabledFlagActivity
2023-03-08T23:25:02.577Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/77a14fccc348458ea067aff8113e0fad/versions/latest/actions|INFO|500||Invoke
2023-03-08T23:25:02.578Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/77a14fccc348458ea067aff8113e0fad/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/77a14fccc348458ea067aff8113e0fad/versions/latest/actions with request headers:{X-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[395a0586-b7d7-42a9-977d-956ecf90b893], X-ECOMP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-TransactionID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], Content-Type=[application/json]}
2023-03-08T23:25:02.581Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/77a14fccc348458ea067aff8113e0fad/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-08T23:25:03.360Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/77a14fccc348458ea067aff8113e0fad/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/77a14fccc348458ea067aff8113e0fad/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Mar 2023 23:25:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[776]}
2023-03-08T23:25:03.361Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/77a14fccc348458ea067aff8113e0fad/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-08T23:25:03.361Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/77a14fccc348458ea067aff8113e0fad/versions/latest/actions|INFO|500||InvokeReturn
2023-03-08T23:25:03.362Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully certified activitySpec VNFUnsetClosedLoopDisabledFlagActivity
2023-03-08T23:25:03.362Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Attempting to create activity VNFLockActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-08T23:25:03.422Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-08T23:25:03.424Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-08T23:25:03.426Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFLockActivity","description":"Activity Lock on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-08T23:25:03.861Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-08T23:25:03.862Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[Wed, 08 Mar 2023 23:25:03 GMT], server=[envoy], x-envoy-upstream-service-time=[432], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-08T23:25:03.863Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||{"id":"d5c5a29130274d91a2cf49c834841a68","versionId":"b98e51b7f47d48e1ac4ca79ec10a4818"}
2023-03-08T23:25:03.866Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully created activitySpec VNFLockActivity
2023-03-08T23:25:03.920Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/d5c5a29130274d91a2cf49c834841a68/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-08T23:25:03.922Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d5c5a29130274d91a2cf49c834841a68/versions/latest/actions|INFO|500||Invoke
2023-03-08T23:25:03.924Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d5c5a29130274d91a2cf49c834841a68/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-08T23:25:04.475Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d5c5a29130274d91a2cf49c834841a68/versions/latest/actions|INFO|500||InvokeReturn
2023-03-08T23:25:04.476Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/d5c5a29130274d91a2cf49c834841a68/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Mar 2023 23:25:03 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[546]}
2023-03-08T23:25:04.476Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-08T23:25:04.477Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully certified activitySpec VNFLockActivity
2023-03-08T23:25:04.477Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Attempting to create activity VNFUnlockActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-08T23:25:04.552Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-08T23:25:04.553Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-08T23:25:04.554Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFUnlockActivity","description":"Activity UnLock on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-08T23:25:05.016Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-08T23:25:05.017Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[Wed, 08 Mar 2023 23:25:04 GMT], server=[envoy], x-envoy-upstream-service-time=[458], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-08T23:25:05.018Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||{"id":"0d358439e04d4dc2bb4e9af4d246dca2","versionId":"ad2e09f4788946b0ba22f141605e7b19"}
2023-03-08T23:25:05.022Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully created activitySpec VNFUnlockActivity
2023-03-08T23:25:05.080Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0d358439e04d4dc2bb4e9af4d246dca2/versions/latest/actions|INFO|500||Invoke
2023-03-08T23:25:05.080Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0d358439e04d4dc2bb4e9af4d246dca2/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/0d358439e04d4dc2bb4e9af4d246dca2/versions/latest/actions with request headers:{X-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[8c6de94c-0afb-4840-a84d-fd46ea4bab59], X-ECOMP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-TransactionID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], Content-Type=[application/json]}
2023-03-08T23:25:05.082Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0d358439e04d4dc2bb4e9af4d246dca2/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-08T23:25:05.742Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0d358439e04d4dc2bb4e9af4d246dca2/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/0d358439e04d4dc2bb4e9af4d246dca2/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Mar 2023 23:25:05 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[655]}
2023-03-08T23:25:05.742Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0d358439e04d4dc2bb4e9af4d246dca2/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-08T23:25:05.743Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0d358439e04d4dc2bb4e9af4d246dca2/versions/latest/actions|INFO|500||InvokeReturn
2023-03-08T23:25:05.744Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully certified activitySpec VNFUnlockActivity
2023-03-08T23:25:05.744Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Attempting to create activity VNFStopActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-08T23:25:05.807Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-08T23:25:05.808Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-08T23:25:05.809Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFStopActivity","description":"Activity Stop on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-08T23:25:06.215Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-08T23:25:06.216Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[Wed, 08 Mar 2023 23:25:05 GMT], server=[envoy], x-envoy-upstream-service-time=[397], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-08T23:25:06.218Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||{"id":"e9f030ee69e6487f9ee7334e852a60dd","versionId":"9ea22c42604c4067bb3bf097f78862ee"}
2023-03-08T23:25:06.224Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully created activitySpec VNFStopActivity
2023-03-08T23:25:06.270Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e9f030ee69e6487f9ee7334e852a60dd/versions/latest/actions|INFO|500||Invoke
2023-03-08T23:25:06.271Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e9f030ee69e6487f9ee7334e852a60dd/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/e9f030ee69e6487f9ee7334e852a60dd/versions/latest/actions with request headers:{X-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[2a3dba32-fa4d-4df8-a043-916a6031a02b], X-ECOMP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-TransactionID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], Content-Type=[application/json]}
2023-03-08T23:25:06.272Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e9f030ee69e6487f9ee7334e852a60dd/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-08T23:25:06.856Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e9f030ee69e6487f9ee7334e852a60dd/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/e9f030ee69e6487f9ee7334e852a60dd/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Mar 2023 23:25:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[580]}
2023-03-08T23:25:06.857Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e9f030ee69e6487f9ee7334e852a60dd/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-08T23:25:06.858Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e9f030ee69e6487f9ee7334e852a60dd/versions/latest/actions|INFO|500||InvokeReturn
2023-03-08T23:25:06.858Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully certified activitySpec VNFStopActivity
2023-03-08T23:25:06.858Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Attempting to create activity VNFStartActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-08T23:25:06.911Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-08T23:25:06.912Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-08T23:25:06.914Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFStartActivity","description":"Activity Start on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-08T23:25:07.195Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-08T23:25:07.196Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[Wed, 08 Mar 2023 23:25:06 GMT], server=[envoy], x-envoy-upstream-service-time=[276], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-08T23:25:07.197Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||{"id":"294cabc634344d5895fe3858dfe5d01d","versionId":"d0b973586aac4ec79b9ae48f608058c2"}
2023-03-08T23:25:07.200Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully created activitySpec VNFStartActivity
2023-03-08T23:25:07.235Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/294cabc634344d5895fe3858dfe5d01d/versions/latest/actions|INFO|500||Invoke
2023-03-08T23:25:07.235Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/294cabc634344d5895fe3858dfe5d01d/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/294cabc634344d5895fe3858dfe5d01d/versions/latest/actions with request headers:{X-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[894f5229-a170-4f0f-af2a-41bae10b3c6c], X-ECOMP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-TransactionID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], Content-Type=[application/json]}
2023-03-08T23:25:07.236Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/294cabc634344d5895fe3858dfe5d01d/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-08T23:25:07.893Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/294cabc634344d5895fe3858dfe5d01d/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/294cabc634344d5895fe3858dfe5d01d/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Mar 2023 23:25:07 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[654]}
2023-03-08T23:25:07.894Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/294cabc634344d5895fe3858dfe5d01d/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-08T23:25:07.895Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/294cabc634344d5895fe3858dfe5d01d/versions/latest/actions|INFO|500||InvokeReturn
2023-03-08T23:25:07.897Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully certified activitySpec VNFStartActivity
2023-03-08T23:25:07.899Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Attempting to create activity VNFSnapShotActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-08T23:25:07.959Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-08T23:25:07.962Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-08T23:25:07.964Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFSnapShotActivity","description":"Activity Snap Shot on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-08T23:25:08.327Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-08T23:25:08.327Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[Wed, 08 Mar 2023 23:25:07 GMT], server=[envoy], x-envoy-upstream-service-time=[359], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-08T23:25:08.329Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||{"id":"89a0f46c762347e3b09eb24298887118","versionId":"92deb78d68a446c6a36d85f69d896b40"}
2023-03-08T23:25:08.332Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully created activitySpec VNFSnapShotActivity
2023-03-08T23:25:08.376Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/89a0f46c762347e3b09eb24298887118/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-08T23:25:08.378Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/89a0f46c762347e3b09eb24298887118/versions/latest/actions|INFO|500||Invoke
2023-03-08T23:25:08.380Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/89a0f46c762347e3b09eb24298887118/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-08T23:25:08.784Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/89a0f46c762347e3b09eb24298887118/versions/latest/actions|INFO|500||InvokeReturn
2023-03-08T23:25:08.785Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/89a0f46c762347e3b09eb24298887118/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Mar 2023 23:25:08 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[399]}
2023-03-08T23:25:08.786Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-08T23:25:08.786Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully certified activitySpec VNFSnapShotActivity
2023-03-08T23:25:08.787Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Attempting to create activity FlowCompleteActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-08T23:25:08.845Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-08T23:25:08.846Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-08T23:25:08.848Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"FlowCompleteActivity","description":"Activity Complete on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-08T23:25:09.144Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-08T23:25:09.146Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[Wed, 08 Mar 2023 23:25:08 GMT], server=[envoy], x-envoy-upstream-service-time=[291], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-08T23:25:09.147Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||{"id":"2595af69281c449a9ee64fe52d6ef777","versionId":"ad0c72281c5f4c389e124ca1d37ec58c"}
2023-03-08T23:25:09.150Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully created activitySpec FlowCompleteActivity
2023-03-08T23:25:09.192Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/2595af69281c449a9ee64fe52d6ef777/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-08T23:25:09.193Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2595af69281c449a9ee64fe52d6ef777/versions/latest/actions|INFO|500||Invoke
2023-03-08T23:25:09.195Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2595af69281c449a9ee64fe52d6ef777/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-08T23:25:09.595Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2595af69281c449a9ee64fe52d6ef777/versions/latest/actions|INFO|500||InvokeReturn
2023-03-08T23:25:09.596Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/2595af69281c449a9ee64fe52d6ef777/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Mar 2023 23:25:09 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[397]}
2023-03-08T23:25:09.597Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-08T23:25:09.597Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully certified activitySpec FlowCompleteActivity
2023-03-08T23:25:09.598Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Attempting to create activity PauseForManualTaskActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-08T23:25:09.650Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-08T23:25:09.651Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[0b6ab02a-bb16-47b4-9012-58872171226b], X-ECOMP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-TransactionID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], Content-Type=[application/json]}
2023-03-08T23:25:09.654Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"PauseForManualTaskActivity","description":"Activity Pause For Manual Task on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-08T23:25:09.940Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[Wed, 08 Mar 2023 23:25:09 GMT], server=[envoy], x-envoy-upstream-service-time=[282], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-08T23:25:09.942Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"b6fef2c051ff49cdacaaf0589e5053de","versionId":"bdc98b151e0d4497863592dd39d03a54"}
2023-03-08T23:25:09.943Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-08T23:25:09.946Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully created activitySpec PauseForManualTaskActivity
2023-03-08T23:25:09.984Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b6fef2c051ff49cdacaaf0589e5053de/versions/latest/actions|INFO|500||Invoke
2023-03-08T23:25:09.985Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b6fef2c051ff49cdacaaf0589e5053de/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/b6fef2c051ff49cdacaaf0589e5053de/versions/latest/actions with request headers:{X-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[e96a8801-201c-4dc9-853a-5de06fc852e0], X-ECOMP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-TransactionID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], Content-Type=[application/json]}
2023-03-08T23:25:09.987Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b6fef2c051ff49cdacaaf0589e5053de/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-08T23:25:10.889Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b6fef2c051ff49cdacaaf0589e5053de/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/b6fef2c051ff49cdacaaf0589e5053de/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Mar 2023 23:25:09 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[893]}
2023-03-08T23:25:10.890Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b6fef2c051ff49cdacaaf0589e5053de/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-08T23:25:10.891Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b6fef2c051ff49cdacaaf0589e5053de/versions/latest/actions|INFO|500||InvokeReturn
2023-03-08T23:25:10.892Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully certified activitySpec PauseForManualTaskActivity
2023-03-08T23:25:10.892Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Attempting to create activity DistributeTrafficActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-08T23:25:11.005Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-08T23:25:11.022Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[bf35ebb4-31af-4e67-916d-85d456e4c84c], X-ECOMP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-TransactionID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], Content-Type=[application/json]}
2023-03-08T23:25:11.025Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"DistributeTrafficActivity","description":"Activity Distribute Traffic on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-08T23:25:11.525Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[Wed, 08 Mar 2023 23:25:11 GMT], server=[envoy], x-envoy-upstream-service-time=[485], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-08T23:25:11.526Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"ae086b44f61f49dcb69b28a0ba59297b","versionId":"42b14b8b027b4a9b9b635224dfcbed88"}
2023-03-08T23:25:11.526Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-08T23:25:11.529Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully created activitySpec DistributeTrafficActivity
2023-03-08T23:25:11.591Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/ae086b44f61f49dcb69b28a0ba59297b/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-08T23:25:11.593Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ae086b44f61f49dcb69b28a0ba59297b/versions/latest/actions|INFO|500||Invoke
2023-03-08T23:25:11.594Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ae086b44f61f49dcb69b28a0ba59297b/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-08T23:25:12.359Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ae086b44f61f49dcb69b28a0ba59297b/versions/latest/actions|INFO|500||InvokeReturn
2023-03-08T23:25:12.360Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/ae086b44f61f49dcb69b28a0ba59297b/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Mar 2023 23:25:11 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[761]}
2023-03-08T23:25:12.360Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-08T23:25:12.361Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully certified activitySpec DistributeTrafficActivity
2023-03-08T23:25:12.361Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Attempting to create activity DistributeTrafficCheckActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-08T23:25:12.414Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-08T23:25:12.415Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[76a737bc-f075-4d28-97ab-f0fae2de683e], X-ECOMP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-TransactionID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], Content-Type=[application/json]}
2023-03-08T23:25:12.417Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"DistributeTrafficCheckActivity","description":"Activity Distribute Traffic Check on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-08T23:25:12.795Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[Wed, 08 Mar 2023 23:25:12 GMT], server=[envoy], x-envoy-upstream-service-time=[375], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-08T23:25:12.797Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"6e6f37c0f8dc413298c3585cd0c62010","versionId":"fe02b83f519f4681aba78d51264318e7"}
2023-03-08T23:25:12.797Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-08T23:25:12.800Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully created activitySpec DistributeTrafficCheckActivity
2023-03-08T23:25:12.835Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6e6f37c0f8dc413298c3585cd0c62010/versions/latest/actions|INFO|500||Invoke
2023-03-08T23:25:12.836Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6e6f37c0f8dc413298c3585cd0c62010/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/6e6f37c0f8dc413298c3585cd0c62010/versions/latest/actions with request headers:{X-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[8c94ae70-48fc-4ff3-b0d6-bc9d87a0cb7c], X-ECOMP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-TransactionID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], Content-Type=[application/json]}
2023-03-08T23:25:12.837Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6e6f37c0f8dc413298c3585cd0c62010/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-08T23:25:13.397Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6e6f37c0f8dc413298c3585cd0c62010/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/6e6f37c0f8dc413298c3585cd0c62010/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Mar 2023 23:25:12 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[556]}
2023-03-08T23:25:13.398Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6e6f37c0f8dc413298c3585cd0c62010/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-08T23:25:13.399Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6e6f37c0f8dc413298c3585cd0c62010/versions/latest/actions|INFO|500||InvokeReturn
2023-03-08T23:25:13.399Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully certified activitySpec DistributeTrafficCheckActivity
2023-03-08T23:25:13.399Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Attempting to create activity VNFHealthCheckActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-08T23:25:13.450Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-08T23:25:13.451Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-08T23:25:13.452Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFHealthCheckActivity","description":"Activity Health Check on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-08T23:25:14.014Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-08T23:25:14.015Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[Wed, 08 Mar 2023 23:25:13 GMT], server=[envoy], x-envoy-upstream-service-time=[558], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-08T23:25:14.015Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||{"id":"33fdf3119ef74a4e89a1af823320866c","versionId":"4c08bfb3e4244f37a88252e0620c4ec4"}
2023-03-08T23:25:14.019Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully created activitySpec VNFHealthCheckActivity
2023-03-08T23:25:14.067Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/33fdf3119ef74a4e89a1af823320866c/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-08T23:25:14.068Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/33fdf3119ef74a4e89a1af823320866c/versions/latest/actions|INFO|500||Invoke
2023-03-08T23:25:14.069Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/33fdf3119ef74a4e89a1af823320866c/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-08T23:25:15.137Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/33fdf3119ef74a4e89a1af823320866c/versions/latest/actions|INFO|500||InvokeReturn
2023-03-08T23:25:15.138Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/33fdf3119ef74a4e89a1af823320866c/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Mar 2023 23:25:14 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[1064]}
2023-03-08T23:25:15.138Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-08T23:25:15.138Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully certified activitySpec VNFHealthCheckActivity
2023-03-08T23:25:15.139Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Attempting to create activity VNFQuiesceTrafficActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-08T23:25:15.190Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-08T23:25:15.191Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-08T23:25:15.195Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFQuiesceTrafficActivity","description":"Activity Quiesce Traffic on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-08T23:25:15.522Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-08T23:25:15.522Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[Wed, 08 Mar 2023 23:25:15 GMT], server=[envoy], x-envoy-upstream-service-time=[320], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-08T23:25:15.523Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||{"id":"88811e5df2974c079cf3911136321f88","versionId":"19050d64b8814be4b4117ea3b017ecec"}
2023-03-08T23:25:15.526Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully created activitySpec VNFQuiesceTrafficActivity
2023-03-08T23:25:15.564Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/88811e5df2974c079cf3911136321f88/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-08T23:25:15.565Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/88811e5df2974c079cf3911136321f88/versions/latest/actions|INFO|500||Invoke
2023-03-08T23:25:15.567Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/88811e5df2974c079cf3911136321f88/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-08T23:25:15.945Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/88811e5df2974c079cf3911136321f88/versions/latest/actions|INFO|500||InvokeReturn
2023-03-08T23:25:15.946Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/88811e5df2974c079cf3911136321f88/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Mar 2023 23:25:15 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[373]}
2023-03-08T23:25:15.947Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-08T23:25:15.947Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully certified activitySpec VNFQuiesceTrafficActivity
2023-03-08T23:25:15.948Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Attempting to create activity VNFResumeTrafficActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-08T23:25:15.989Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-08T23:25:15.990Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[d9a29d67-7d2a-44db-bc20-6c0d55257661], X-ECOMP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-TransactionID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], Content-Type=[application/json]}
2023-03-08T23:25:15.991Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFResumeTrafficActivity","description":"Activity Resume Traffic on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-08T23:25:16.276Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[Wed, 08 Mar 2023 23:25:15 GMT], server=[envoy], x-envoy-upstream-service-time=[282], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-08T23:25:16.276Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"8d8f1ff918874d839f7a5fcc2524e9ff","versionId":"8e6c091e1e9e4fd58b31d09ddb966a6d"}
2023-03-08T23:25:16.277Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-08T23:25:16.279Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully created activitySpec VNFResumeTrafficActivity
2023-03-08T23:25:16.306Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/8d8f1ff918874d839f7a5fcc2524e9ff/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-08T23:25:16.307Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8d8f1ff918874d839f7a5fcc2524e9ff/versions/latest/actions|INFO|500||Invoke
2023-03-08T23:25:16.309Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8d8f1ff918874d839f7a5fcc2524e9ff/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-08T23:25:16.789Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8d8f1ff918874d839f7a5fcc2524e9ff/versions/latest/actions|INFO|500||InvokeReturn
2023-03-08T23:25:16.791Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/8d8f1ff918874d839f7a5fcc2524e9ff/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Mar 2023 23:25:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[478]}
2023-03-08T23:25:16.791Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-08T23:25:16.791Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully certified activitySpec VNFResumeTrafficActivity
2023-03-08T23:25:16.792Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Attempting to create activity VNFUnsetInMaintFlagActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-08T23:25:16.842Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-08T23:25:16.843Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-08T23:25:16.845Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFUnsetInMaintFlagActivity","description":"Activity Unset InMaint Flag on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-08T23:25:17.214Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-08T23:25:17.215Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[Wed, 08 Mar 2023 23:25:16 GMT], server=[envoy], x-envoy-upstream-service-time=[362], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-08T23:25:17.216Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||{"id":"eefa09dacf614f36b9505fbd06590eac","versionId":"93a671f0eeca4de38ec2e6207cfea204"}
2023-03-08T23:25:17.219Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully created activitySpec VNFUnsetInMaintFlagActivity
2023-03-08T23:25:17.253Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/eefa09dacf614f36b9505fbd06590eac/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-08T23:25:17.255Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/eefa09dacf614f36b9505fbd06590eac/versions/latest/actions|INFO|500||Invoke
2023-03-08T23:25:17.256Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/eefa09dacf614f36b9505fbd06590eac/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-08T23:25:17.721Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/eefa09dacf614f36b9505fbd06590eac/versions/latest/actions|INFO|500||InvokeReturn
2023-03-08T23:25:17.722Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/eefa09dacf614f36b9505fbd06590eac/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Mar 2023 23:25:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[462]}
2023-03-08T23:25:17.722Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-08T23:25:17.723Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully certified activitySpec VNFUnsetInMaintFlagActivity
2023-03-08T23:25:17.723Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Attempting to create activity VNFUpgradeBackupActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-08T23:25:17.762Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-08T23:25:17.763Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[f65cbede-51bc-450c-9645-3e3c4847da0f], X-ECOMP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-TransactionID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], Content-Type=[application/json]}
2023-03-08T23:25:17.765Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFUpgradeBackupActivity","description":"Activity Upgrade Backup on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-08T23:25:18.268Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[Wed, 08 Mar 2023 23:25:17 GMT], server=[envoy], x-envoy-upstream-service-time=[500], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-08T23:25:18.269Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"8bc6780d8813440bbc22f0c681a5f160","versionId":"b114ca9d99754851b61a3cb3b3a91975"}
2023-03-08T23:25:18.270Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-08T23:25:18.277Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully created activitySpec VNFUpgradeBackupActivity
2023-03-08T23:25:18.329Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8bc6780d8813440bbc22f0c681a5f160/versions/latest/actions|INFO|500||Invoke
2023-03-08T23:25:18.330Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8bc6780d8813440bbc22f0c681a5f160/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/8bc6780d8813440bbc22f0c681a5f160/versions/latest/actions with request headers:{X-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[578c1cb0-e1c9-4950-844a-ab61323309bc], X-ECOMP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-TransactionID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], Content-Type=[application/json]}
2023-03-08T23:25:18.331Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8bc6780d8813440bbc22f0c681a5f160/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-08T23:25:19.298Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8bc6780d8813440bbc22f0c681a5f160/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/8bc6780d8813440bbc22f0c681a5f160/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Mar 2023 23:25:18 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[964]}
2023-03-08T23:25:19.299Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8bc6780d8813440bbc22f0c681a5f160/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-08T23:25:19.300Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8bc6780d8813440bbc22f0c681a5f160/versions/latest/actions|INFO|500||InvokeReturn
2023-03-08T23:25:19.301Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully certified activitySpec VNFUpgradeBackupActivity
2023-03-08T23:25:19.301Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Attempting to create activity VNFUpgradePostCheckActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-08T23:25:19.383Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-08T23:25:19.384Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[a1e78885-8ad2-4a53-84bd-7aa4be1dcd31], X-ECOMP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-TransactionID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], Content-Type=[application/json]}
2023-03-08T23:25:19.385Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFUpgradePostCheckActivity","description":"Activity Upgrade Post Check on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-08T23:25:19.784Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[Wed, 08 Mar 2023 23:25:19 GMT], server=[envoy], x-envoy-upstream-service-time=[393], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-08T23:25:19.785Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"536eded6992d4ef386596dd53ae7af07","versionId":"987591cf693944e596861812c00cd5b5"}
2023-03-08T23:25:19.787Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-08T23:25:19.792Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully created activitySpec VNFUpgradePostCheckActivity
2023-03-08T23:25:19.841Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/536eded6992d4ef386596dd53ae7af07/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-08T23:25:19.842Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/536eded6992d4ef386596dd53ae7af07/versions/latest/actions|INFO|500||Invoke
2023-03-08T23:25:19.843Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/536eded6992d4ef386596dd53ae7af07/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-08T23:25:20.278Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/536eded6992d4ef386596dd53ae7af07/versions/latest/actions|INFO|500||InvokeReturn
2023-03-08T23:25:20.279Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/536eded6992d4ef386596dd53ae7af07/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Mar 2023 23:25:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[427]}
2023-03-08T23:25:20.284Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-08T23:25:20.285Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully certified activitySpec VNFUpgradePostCheckActivity
2023-03-08T23:25:20.285Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Attempting to create activity VNFUpgradePreCheckActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-08T23:25:20.656Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-08T23:25:20.657Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[359bf9f1-0338-4a92-bfcd-c9c95db1592c], X-ECOMP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-TransactionID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], Content-Type=[application/json]}
2023-03-08T23:25:20.658Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFUpgradePreCheckActivity","description":"Activity Upgrade PreCheck on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-08T23:25:20.939Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[Wed, 08 Mar 2023 23:25:20 GMT], server=[envoy], x-envoy-upstream-service-time=[277], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-08T23:25:20.941Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"4ce0464e7c424c2ab84acf1c510feda8","versionId":"cb1d30a2982b4b75a7cde6e776213788"}
2023-03-08T23:25:20.941Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-08T23:25:20.944Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully created activitySpec VNFUpgradePreCheckActivity
2023-03-08T23:25:20.976Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/4ce0464e7c424c2ab84acf1c510feda8/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-08T23:25:20.978Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4ce0464e7c424c2ab84acf1c510feda8/versions/latest/actions|INFO|500||Invoke
2023-03-08T23:25:20.997Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4ce0464e7c424c2ab84acf1c510feda8/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-08T23:25:21.454Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4ce0464e7c424c2ab84acf1c510feda8/versions/latest/actions|INFO|500||InvokeReturn
2023-03-08T23:25:21.455Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/4ce0464e7c424c2ab84acf1c510feda8/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Mar 2023 23:25:20 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[451]}
2023-03-08T23:25:21.456Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-08T23:25:21.458Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully certified activitySpec VNFUpgradePreCheckActivity
2023-03-08T23:25:21.458Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Attempting to create activity VNFUpgradeSoftwareActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-08T23:25:21.526Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-08T23:25:21.528Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-08T23:25:21.530Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFUpgradeSoftwareActivity","description":"Activity UpgradeS oftware on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-08T23:25:21.747Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-08T23:25:21.748Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[Wed, 08 Mar 2023 23:25:21 GMT], server=[envoy], x-envoy-upstream-service-time=[213], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-08T23:25:21.749Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||{"id":"74bfbf2cd0a34e88b611274b6c00a38f","versionId":"f4f1cdfee1684c488503c619b4a8c9f5"}
2023-03-08T23:25:21.752Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully created activitySpec VNFUpgradeSoftwareActivity
2023-03-08T23:25:21.796Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/74bfbf2cd0a34e88b611274b6c00a38f/versions/latest/actions|INFO|500||Invoke
2023-03-08T23:25:21.797Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/74bfbf2cd0a34e88b611274b6c00a38f/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/74bfbf2cd0a34e88b611274b6c00a38f/versions/latest/actions with request headers:{X-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[a102ec23-d6d3-4a6d-9c62-049fc06dbecf], X-ECOMP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-TransactionID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], Content-Type=[application/json]}
2023-03-08T23:25:21.798Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/74bfbf2cd0a34e88b611274b6c00a38f/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-08T23:25:22.184Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/74bfbf2cd0a34e88b611274b6c00a38f/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/74bfbf2cd0a34e88b611274b6c00a38f/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Mar 2023 23:25:21 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[382]}
2023-03-08T23:25:22.185Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/74bfbf2cd0a34e88b611274b6c00a38f/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-08T23:25:22.186Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/74bfbf2cd0a34e88b611274b6c00a38f/versions/latest/actions|INFO|500||InvokeReturn
2023-03-08T23:25:22.186Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully certified activitySpec VNFUpgradeSoftwareActivity
2023-03-08T23:25:22.186Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Attempting to create activity VnfInPlaceSoftwareUpdate
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-08T23:25:22.238Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-08T23:25:22.240Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-08T23:25:22.241Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VnfInPlaceSoftwareUpdate","description":"Activity InPlace Software Update on VNF","categoryList":["VNF"]}
2023-03-08T23:25:22.670Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-08T23:25:22.671Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[Wed, 08 Mar 2023 23:25:22 GMT], server=[envoy], x-envoy-upstream-service-time=[424], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-08T23:25:22.672Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||{"id":"71bb31d1027f4399896263ca16004989","versionId":"d65d7db7f856469eacd3d9337824f8e1"}
2023-03-08T23:25:22.674Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully created activitySpec VnfInPlaceSoftwareUpdate
2023-03-08T23:25:22.717Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/71bb31d1027f4399896263ca16004989/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-08T23:25:22.719Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/71bb31d1027f4399896263ca16004989/versions/latest/actions|INFO|500||Invoke
2023-03-08T23:25:22.720Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/71bb31d1027f4399896263ca16004989/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-08T23:25:23.428Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/71bb31d1027f4399896263ca16004989/versions/latest/actions|INFO|500||InvokeReturn
2023-03-08T23:25:23.429Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/71bb31d1027f4399896263ca16004989/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Mar 2023 23:25:22 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[704]}
2023-03-08T23:25:23.430Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-08T23:25:23.430Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully certified activitySpec VnfInPlaceSoftwareUpdate
2023-03-08T23:25:27.871Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2023-03-08T23:25:32.114Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||WARN|500||---
2023-03-08T23:25:32.115Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-03-08T23:25:32.116Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||WARN|500||---
2023-03-08T23:25:32.700Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-03-08T23:25:39.559Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Started Application in 107.871 seconds (JVM running for 112.45)
2023-03-08T23:25:39.576Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-03-08T23:25:39.578Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-03-08T23:25:39.620Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-03-08T23:25:39.716Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 75435d6f-9490-4e80-bf13-e62c0396f05d url= /sdc/v1/artifactTypes
2023-03-08T23:25:39.730Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-03-08T23:25:39.972Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-03-08T23:25:40.045Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with SDC server
2023-03-08T23:25:40.046Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-03-08T23:25:40.046Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= d11e6905-fe0c-4a61-af69-46564db5646b url= /sdc/v1/distributionKafkaData
2023-03-08T23:25:40.046Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-03-08T23:25:40.096Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-03-08T23:25:40.106Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@15c9a9c0
2023-03-08T23:25:40.225Z||scheduling-1|||||INFO|500||ProducerConfig values:
acks = -1
batch.size = 16384
bootstrap.servers = [onap-strimzi-kafka-bootstrap:9092]
buffer.memory = 33554432
client.dns.lookup = use_all_dns_ips
client.id = SO-sdc-controller-producer-bd6d6eb7-8a74-4683-bd51-0d68695b01b9
compression.type = none
connections.max.idle.ms = 540000
delivery.timeout.ms = 120000
enable.idempotence = true
interceptor.classes = []
key.serializer = class org.apache.kafka.common.serialization.StringSerializer
linger.ms = 0
max.block.ms = 60000
max.in.flight.requests.per.connection = 5
max.request.size = 1048576
metadata.max.age.ms = 300000
metadata.max.idle.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partitioner.adaptive.partitioning.enable = true
partitioner.availability.timeout.ms = 0
partitioner.class = null
partitioner.ignore.keys = false
receive.buffer.bytes = 32768
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 30000
retries = 2147483647
retry.backoff.ms = 100
sasl.client.callback.handler.class = null
sasl.jaas.config = [hidden]
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.login.callback.handler.class = null
sasl.login.class = null
sasl.login.connect.timeout.ms = null
sasl.login.read.timeout.ms = null
sasl.login.refresh.buffer.seconds = 300
sasl.login.refresh.min.period.seconds = 60
sasl.login.refresh.window.factor = 0.8
sasl.login.refresh.window.jitter = 0.05
sasl.login.retry.backoff.max.ms = 10000
sasl.login.retry.backoff.ms = 100
sasl.mechanism = SCRAM-SHA-512
sasl.oauthbearer.clock.skew.seconds = 30
sasl.oauthbearer.expected.audience = null
sasl.oauthbearer.expected.issuer = null
sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
sasl.oauthbearer.jwks.endpoint.url = null
sasl.oauthbearer.scope.claim.name = scope
sasl.oauthbearer.sub.claim.name = sub
sasl.oauthbearer.token.endpoint.url = null
security.protocol = SASL_PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
socket.connection.setup.timeout.max.ms = 30000
socket.connection.setup.timeout.ms = 10000
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
ssl.endpoint.identification.algorithm = https
ssl.engine.factory.class = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.certificate.chain = null
ssl.keystore.key = null
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLSv1.3
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.certificates = null
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
transaction.timeout.ms = 60000
transactional.id = null
value.serializer = class org.apache.kafka.common.serialization.StringSerializer
2023-03-08T23:25:40.301Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-bd6d6eb7-8a74-4683-bd51-0d68695b01b9] Instantiated an idempotent producer.
2023-03-08T23:25:40.440Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-03-08T23:25:40.557Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-08T23:25:40.558Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-08T23:25:40.558Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1678317940554
2023-03-08T23:25:40.565Z||scheduling-1|||||INFO|500||start DistributionClient
2023-03-08T23:25:40.626Z||scheduling-1|||||INFO|500||ConsumerConfig values:
allow.auto.create.topics = false
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [onap-strimzi-kafka-bootstrap:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = true
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = so
group.instance.id = null
heartbeat.interval.ms = 3000
interceptor.classes = []
internal.leave.group.on.close = true
internal.throw.on.fetch.stable.offset.unsupported = false
isolation.level = read_uncommitted
key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
max.partition.fetch.bytes = 1048576
max.poll.interval.ms = 300000
max.poll.records = 500
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor, class org.apache.kafka.clients.consumer.CooperativeStickyAssignor]
receive.buffer.bytes = 65536
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 30000
retry.backoff.ms = 100
sasl.client.callback.handler.class = null
sasl.jaas.config = [hidden]
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.login.callback.handler.class = null
sasl.login.class = null
sasl.login.connect.timeout.ms = null
sasl.login.read.timeout.ms = null
sasl.login.refresh.buffer.seconds = 300
sasl.login.refresh.min.period.seconds = 60
sasl.login.refresh.window.factor = 0.8
sasl.login.refresh.window.jitter = 0.05
sasl.login.retry.backoff.max.ms = 10000
sasl.login.retry.backoff.ms = 100
sasl.mechanism = SCRAM-SHA-512
sasl.oauthbearer.clock.skew.seconds = 30
sasl.oauthbearer.expected.audience = null
sasl.oauthbearer.expected.issuer = null
sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
sasl.oauthbearer.jwks.endpoint.url = null
sasl.oauthbearer.scope.claim.name = scope
sasl.oauthbearer.sub.claim.name = sub
sasl.oauthbearer.token.endpoint.url = null
security.protocol = SASL_PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 45000
socket.connection.setup.timeout.max.ms = 30000
socket.connection.setup.timeout.ms = 10000
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
ssl.endpoint.identification.algorithm = https
ssl.engine.factory.class = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.certificate.chain = null
ssl.keystore.key = null
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLSv1.3
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.certificates = null
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
2023-03-08T23:25:40.834Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-08T23:25:40.837Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-08T23:25:40.837Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1678317940834
2023-03-08T23:25:40.841Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:25:40.848Z||scheduling-1|||||INFO|500||ConsumerConfig values:
allow.auto.create.topics = false
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [onap-strimzi-kafka-bootstrap:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = true
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = so
group.instance.id = null
heartbeat.interval.ms = 3000
interceptor.classes = []
internal.leave.group.on.close = true
internal.throw.on.fetch.stable.offset.unsupported = false
isolation.level = read_uncommitted
key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
max.partition.fetch.bytes = 1048576
max.poll.interval.ms = 300000
max.poll.records = 500
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor, class org.apache.kafka.clients.consumer.CooperativeStickyAssignor]
receive.buffer.bytes = 65536
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 30000
retry.backoff.ms = 100
sasl.client.callback.handler.class = null
sasl.jaas.config = [hidden]
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.login.callback.handler.class = null
sasl.login.class = null
sasl.login.connect.timeout.ms = null
sasl.login.read.timeout.ms = null
sasl.login.refresh.buffer.seconds = 300
sasl.login.refresh.min.period.seconds = 60
sasl.login.refresh.window.factor = 0.8
sasl.login.refresh.window.jitter = 0.05
sasl.login.retry.backoff.max.ms = 10000
sasl.login.retry.backoff.ms = 100
sasl.mechanism = SCRAM-SHA-512
sasl.oauthbearer.clock.skew.seconds = 30
sasl.oauthbearer.expected.audience = null
sasl.oauthbearer.expected.issuer = null
sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
sasl.oauthbearer.jwks.endpoint.url = null
sasl.oauthbearer.scope.claim.name = scope
sasl.oauthbearer.sub.claim.name = sub
sasl.oauthbearer.token.endpoint.url = null
security.protocol = SASL_PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 45000
socket.connection.setup.timeout.max.ms = 30000
socket.connection.setup.timeout.ms = 10000
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
ssl.endpoint.identification.algorithm = https
ssl.engine.factory.class = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.certificate.chain = null
ssl.keystore.key = null
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLSv1.3
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.certificates = null
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
2023-03-08T23:25:40.861Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:25:40.914Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-08T23:25:40.914Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-08T23:25:40.915Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1678317940914
2023-03-08T23:25:40.915Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:25:40.933Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-03-08T23:25:40.936Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:25:42.656Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to nR3ng9BERTGypKZxUi92rw
2023-03-08T23:25:42.657Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to Iyn3D7Y2T7mRgefZuZvLpQ
2023-03-08T23:25:42.657Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to nR3ng9BERTGypKZxUi92rw
2023-03-08T23:25:42.657Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to nR3ng9BERTGypKZxUi92rw
2023-03-08T23:25:42.657Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to Iyn3D7Y2T7mRgefZuZvLpQ
2023-03-08T23:25:42.658Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to nR3ng9BERTGypKZxUi92rw
2023-03-08T23:25:42.658Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to Iyn3D7Y2T7mRgefZuZvLpQ
2023-03-08T23:25:42.658Z||kafka-producer-network-thread | SO-sdc-controller-producer-bd6d6eb7-8a74-4683-bd51-0d68695b01b9|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-bd6d6eb7-8a74-4683-bd51-0d68695b01b9] Cluster ID: 5HQ_mhI3R_GmE2Tn_EFu0g
2023-03-08T23:25:42.658Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to Iyn3D7Y2T7mRgefZuZvLpQ
2023-03-08T23:25:42.658Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to nR3ng9BERTGypKZxUi92rw
2023-03-08T23:25:42.659Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to nR3ng9BERTGypKZxUi92rw
2023-03-08T23:25:42.659Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to Iyn3D7Y2T7mRgefZuZvLpQ
2023-03-08T23:25:42.659Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to Iyn3D7Y2T7mRgefZuZvLpQ
2023-03-08T23:25:42.662Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, groupId=so] Cluster ID: 5HQ_mhI3R_GmE2Tn_EFu0g
2023-03-08T23:25:42.661Z||kafka-producer-network-thread | SO-sdc-controller-producer-bd6d6eb7-8a74-4683-bd51-0d68695b01b9|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-bd6d6eb7-8a74-4683-bd51-0d68695b01b9] ProducerId set to 1003 with epoch 0
2023-03-08T23:25:42.664Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, groupId=so] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-03-08T23:25:42.664Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e, groupId=so] Cluster ID: 5HQ_mhI3R_GmE2Tn_EFu0g
2023-03-08T23:25:42.665Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e, groupId=so] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-03-08T23:25:42.736Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e, groupId=so] (Re-)joining group
2023-03-08T23:25:42.737Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, groupId=so] (Re-)joining group
2023-03-08T23:25:42.845Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e-f9a9218e-5f0d-4069-ab08-e13e63f17737
2023-03-08T23:25:42.846Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c-974d586d-e2c8-4487-9ae6-49d024a49f59
2023-03-08T23:25:42.847Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-08T23:25:42.847Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-08T23:25:42.847Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, groupId=so] (Re-)joining group
2023-03-08T23:25:42.847Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e, groupId=so] (Re-)joining group
2023-03-08T23:25:48.854Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e-f9a9218e-5f0d-4069-ab08-e13e63f17737', protocol='range'}
2023-03-08T23:25:48.854Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c-974d586d-e2c8-4487-9ae6-49d024a49f59', protocol='range'}
2023-03-08T23:25:48.923Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to Iyn3D7Y2T7mRgefZuZvLpQ
2023-03-08T23:25:48.923Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to Iyn3D7Y2T7mRgefZuZvLpQ
2023-03-08T23:25:48.923Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to Iyn3D7Y2T7mRgefZuZvLpQ
2023-03-08T23:25:48.924Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to Iyn3D7Y2T7mRgefZuZvLpQ
2023-03-08T23:25:48.924Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to Iyn3D7Y2T7mRgefZuZvLpQ
2023-03-08T23:25:48.925Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to Iyn3D7Y2T7mRgefZuZvLpQ
2023-03-08T23:25:48.932Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e-f9a9218e-5f0d-4069-ab08-e13e63f17737=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]), SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c-974d586d-e2c8-4487-9ae6-49d024a49f59=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-03-08T23:25:48.967Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e-f9a9218e-5f0d-4069-ab08-e13e63f17737', protocol='range'}
2023-03-08T23:25:48.967Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c-974d586d-e2c8-4487-9ae6-49d024a49f59', protocol='range'}
2023-03-08T23:25:48.969Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-08T23:25:48.969Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-08T23:25:48.975Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-08T23:25:48.975Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-08T23:25:49.002Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-08T23:25:49.002Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-08T23:25:49.002Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-03-08T23:25:49.003Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-03-08T23:25:49.003Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-03-08T23:25:49.002Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-03-08T23:25:49.003Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-03-08T23:25:49.004Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-03-08T23:25:49.003Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-03-08T23:25:49.005Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-03-08T23:25:49.005Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-03-08T23:25:49.005Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-03-08T23:25:49.068Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-03-08T23:25:49.069Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-03-08T23:25:49.110Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-03-08T23:25:49.110Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-03-08T23:25:49.149Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-03-08T23:25:49.150Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-03-08T23:25:49.154Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-03-08T23:25:49.155Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-03-08T23:25:49.228Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-03-08T23:25:49.229Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-03-08T23:25:49.251Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-03-08T23:25:49.251Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-03-08T23:26:40.867Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:26:40.937Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:27:40.869Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:27:40.939Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:28:40.870Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:28:40.940Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:29:40.872Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:29:40.942Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:30:40.872Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:30:40.944Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:31:40.874Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:31:40.944Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:32:40.876Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:32:40.946Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:33:40.878Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:33:40.946Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:33:59.622Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-03-08T23:34:40.880Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:34:40.947Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:34:42.762Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, groupId=so] Node -1 disconnected.
2023-03-08T23:34:42.895Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e, groupId=so] Node -1 disconnected.
2023-03-08T23:34:43.069Z||kafka-producer-network-thread | SO-sdc-controller-producer-bd6d6eb7-8a74-4683-bd51-0d68695b01b9|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-bd6d6eb7-8a74-4683-bd51-0d68695b01b9] Node -1 disconnected.
2023-03-08T23:35:40.883Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:35:40.949Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:36:40.887Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:36:40.951Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:37:40.888Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:37:40.953Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:38:40.888Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:38:40.955Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:39:40.889Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:39:40.955Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:40:40.891Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:40:40.957Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:41:40.892Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:41:40.958Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:42:40.894Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:42:40.959Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:43:40.895Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:43:40.961Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:44:40.897Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:44:40.962Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:45:40.899Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:45:40.963Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:46:40.900Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:46:40.966Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:47:40.902Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:47:40.968Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:48:40.903Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:48:40.969Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:49:40.904Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:49:40.970Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:50:40.904Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:50:40.970Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:51:40.906Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:51:40.971Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:52:40.907Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:52:40.972Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:53:40.908Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:53:40.974Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:54:40.910Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:54:40.975Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:55:40.912Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:55:40.976Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:56:40.914Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:56:40.978Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:57:40.916Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:57:40.979Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:58:40.917Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:58:40.981Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:59:40.918Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:59:40.983Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:00:40.920Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:00:40.983Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:01:40.920Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:01:40.985Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:02:40.921Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:02:40.985Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:03:40.923Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:03:40.987Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:04:40.924Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:04:40.987Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:05:40.927Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:05:40.988Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:06:40.928Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:06:40.989Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:07:40.931Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:07:40.991Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:08:40.932Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:08:40.991Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:09:40.934Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:09:40.993Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:10:40.936Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:10:40.994Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:11:40.938Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:11:40.995Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:12:40.940Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:12:40.996Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:13:40.941Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:13:40.998Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:14:40.943Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:14:40.999Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:15:40.945Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:15:41.000Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:16:40.947Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:16:41.001Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:17:40.948Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:17:41.002Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:18:40.950Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:18:41.003Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:19:40.952Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:19:41.004Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:20:40.953Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:20:41.005Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:21:40.955Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:21:41.006Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:22:40.955Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:22:41.007Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:23:40.957Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:23:41.008Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:24:40.958Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:24:41.010Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:25:40.958Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:25:41.011Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:26:40.960Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:26:41.012Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:27:40.961Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:27:41.013Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:28:40.963Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:28:41.013Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:29:40.964Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:29:41.014Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:30:40.965Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:30:41.015Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:31:40.967Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:31:41.016Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:32:40.969Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:32:41.018Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:33:40.970Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:33:41.019Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:34:40.970Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:34:41.021Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:35:40.972Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:35:41.021Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:36:40.975Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:36:41.023Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:37:40.976Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:37:41.024Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:38:40.977Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:38:41.026Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:39:40.979Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:39:41.027Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:40:40.980Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:40:41.027Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:41:40.981Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:41:41.029Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:42:40.982Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:42:41.030Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:43:40.984Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:43:41.033Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:44:40.986Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:44:41.033Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:45:40.986Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:45:41.034Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:46:40.988Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:46:41.035Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:47:40.988Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:47:41.037Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:48:40.990Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:48:41.037Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:49:40.991Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:49:41.039Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:50:40.993Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:50:41.049Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:51:40.994Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:51:41.049Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:52:40.995Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:52:41.050Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:53:40.996Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:53:41.050Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:54:40.997Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:54:41.052Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:55:40.999Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:55:41.053Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:56:41.001Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:56:41.054Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:57:41.002Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:57:41.055Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:58:41.004Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:58:41.055Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:59:41.005Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:59:41.055Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:00:41.006Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:00:41.057Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:01:41.006Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:01:41.058Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:02:41.008Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:02:41.059Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:03:41.008Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:03:41.060Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:04:41.010Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:04:41.062Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:05:41.012Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:05:41.063Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:06:41.013Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:06:41.063Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:07:41.014Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:07:41.064Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:08:41.014Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:08:41.065Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:09:41.017Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:09:41.066Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:10:41.019Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:10:41.068Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:11:41.020Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:11:41.069Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:12:41.022Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:12:41.070Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:13:41.022Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:13:41.071Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:14:41.024Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:14:41.072Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:15:41.026Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:15:41.074Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:16:41.027Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:16:41.075Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:17:41.029Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:17:41.076Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:18:41.031Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:18:41.077Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:19:41.033Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:19:41.078Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:20:41.035Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:20:41.080Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:21:41.037Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:21:41.082Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:22:41.039Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:22:41.083Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:23:41.040Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:23:41.085Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:24:41.041Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:24:41.086Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:25:41.042Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:25:41.086Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:26:41.044Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:26:41.088Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:27:41.046Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:27:41.093Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:28:41.046Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:28:41.095Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:29:41.048Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:29:41.096Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:30:41.048Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:30:41.097Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:31:41.050Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:31:41.099Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:32:41.052Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:32:41.100Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:33:41.053Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:33:41.101Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:34:41.055Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:34:41.104Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:35:41.055Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:35:41.105Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:36:41.056Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:36:41.106Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:37:41.059Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:37:41.108Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:38:41.060Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:38:41.110Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:39:41.061Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:39:41.111Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:40:41.062Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:40:41.111Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:41:41.063Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:41:41.112Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:42:41.064Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:42:41.113Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:43:41.065Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:43:41.115Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:44:41.067Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:44:41.115Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:45:41.069Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:45:41.120Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:46:41.070Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:46:41.120Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:47:41.071Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:47:41.121Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:48:41.072Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:48:41.123Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:49:41.074Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:49:41.124Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:50:41.076Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:50:41.124Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:51:41.078Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:51:41.126Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:52:41.079Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:52:41.127Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:53:41.081Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:53:41.128Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:54:41.082Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:54:41.131Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:55:41.084Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:55:41.132Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:56:41.086Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:56:41.133Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:57:41.087Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:57:41.135Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:58:41.089Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:58:41.136Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:59:41.091Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:59:41.138Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T02:00:41.092Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T02:00:41.138Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T02:01:41.093Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T02:01:41.140Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T02:02:41.095Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T02:02:41.141Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T02:03:41.097Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T02:03:41.145Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T02:04:41.098Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T02:04:41.146Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T02:05:41.100Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T02:05:41.146Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T02:06:41.101Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T02:06:41.148Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T02:07:41.101Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T02:07:41.150Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T02:08:41.104Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T02:08:41.151Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T02:09:41.106Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T02:09:41.151Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T02:10:41.107Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T02:10:41.152Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T02:11:41.108Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T02:11:41.154Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T02:12:41.109Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T02:12:41.155Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T02:13:41.110Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T02:13:41.156Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T02:14:41.111Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T02:14:41.157Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T02:15:41.113Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T02:15:41.158Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T02:16:41.114Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T02:16:41.158Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T02:17:41.115Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T02:17:41.159Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T02:18:41.121Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T02:18:41.160Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T02:19:41.124Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T02:19:41.161Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T02:20:41.126Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T02:20:41.162Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T02:21:41.129Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T02:21:41.162Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T02:22:41.130Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T02:22:41.164Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T02:23:41.132Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T02:23:41.166Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T02:24:41.133Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T02:24:41.168Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T02:25:41.135Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T02:25:41.173Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T02:26:41.137Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T02:26:41.175Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T02:27:41.139Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T02:27:41.175Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T02:28:41.141Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T02:28:41.176Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T02:29:41.144Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T02:29:41.177Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T02:30:41.145Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T02:30:41.178Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T02:31:41.145Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T02:31:41.179Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T02:32:41.146Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T02:32:41.180Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T02:33:41.147Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T02:33:41.181Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T02:34:41.148Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T02:34:41.183Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T02:35:41.170Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T02:35:41.184Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T02:36:41.171Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T02:36:41.185Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T02:37:41.172Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T02:37:41.186Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T02:38:41.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T02:38:41.187Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T02:39:41.174Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T02:39:41.188Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T02:40:41.175Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T02:40:41.189Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T02:41:41.176Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T02:41:41.190Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T02:42:41.176Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T02:42:41.190Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T02:43:41.178Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T02:43:41.192Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T02:44:41.180Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T02:44:41.193Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T02:45:41.181Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T02:45:41.194Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T02:46:41.185Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T02:46:41.195Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T02:47:41.187Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T02:47:41.195Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T02:48:41.188Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T02:48:41.196Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T02:49:41.190Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T02:49:41.198Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T02:50:41.191Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T02:50:41.201Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T02:51:41.194Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T02:51:41.202Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T02:52:41.194Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T02:52:41.204Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T02:53:41.196Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T02:53:41.204Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T02:54:41.197Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T02:54:41.205Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T02:55:41.198Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T02:55:41.207Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T02:56:41.200Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T02:56:41.208Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T02:57:41.203Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T02:57:41.208Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T02:58:41.205Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T02:58:41.210Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T02:59:41.206Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T02:59:41.215Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T03:00:41.206Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T03:00:41.217Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T03:01:41.207Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T03:01:41.218Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T03:02:41.208Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T03:02:41.219Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T03:03:41.210Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T03:03:41.222Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T03:04:41.211Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T03:04:41.222Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T03:05:41.211Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T03:05:41.223Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T03:06:41.213Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T03:06:41.224Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T03:07:41.215Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T03:07:41.224Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T03:08:41.216Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T03:08:41.225Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T03:09:41.218Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T03:09:41.226Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T03:10:41.220Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T03:10:41.227Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T03:11:41.228Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T03:11:41.232Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T03:12:41.228Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T03:12:41.234Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T03:13:41.231Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T03:13:41.236Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T03:14:41.231Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T03:14:41.236Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T03:15:41.232Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T03:15:41.237Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T03:16:41.233Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T03:16:41.238Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T03:17:41.235Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T03:17:41.241Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T03:18:41.236Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T03:18:41.244Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T03:19:41.237Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T03:19:41.244Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T03:20:41.238Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T03:20:41.246Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T03:21:41.239Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T03:21:41.247Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T03:22:41.241Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T03:22:41.247Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T03:23:41.242Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T03:23:41.248Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T03:24:41.243Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T03:24:41.249Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T03:25:41.243Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T03:25:41.250Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T03:26:41.250Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T03:26:41.251Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T03:27:41.252Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T03:27:41.255Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T03:28:41.254Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T03:28:41.256Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T03:29:41.256Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T03:29:41.257Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T03:30:41.257Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T03:30:41.257Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T03:31:41.259Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T03:31:41.259Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T03:32:41.259Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T03:32:41.260Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T03:33:41.260Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T03:33:41.262Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T03:34:41.262Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T03:34:41.263Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T03:35:41.263Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T03:35:41.264Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T03:36:41.265Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T03:36:41.265Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T03:37:41.265Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T03:37:41.265Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T03:38:41.266Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T03:38:41.266Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T03:39:41.267Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T03:39:41.268Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T03:40:41.268Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T03:40:41.268Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T03:41:41.269Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T03:41:41.269Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T03:42:41.269Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T03:42:41.269Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T03:43:41.271Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T03:43:41.271Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T03:44:41.271Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T03:44:41.271Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T03:45:41.271Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T03:45:41.272Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T03:46:41.272Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T03:46:41.272Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T03:47:41.274Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T03:47:41.274Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T03:48:41.275Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T03:48:41.275Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T03:49:41.275Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T03:49:41.277Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T03:50:41.275Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T03:50:41.277Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T03:51:41.276Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T03:51:41.277Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T03:52:41.277Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T03:52:41.279Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T03:53:41.278Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T03:53:41.279Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T03:54:41.279Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T03:54:41.280Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T03:55:41.280Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T03:55:41.280Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T03:56:41.282Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T03:56:41.282Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T03:57:41.282Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T03:57:41.282Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T03:58:41.283Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T03:58:41.286Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T03:59:41.284Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T03:59:41.287Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T04:00:41.286Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:00:41.288Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T04:01:41.286Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:01:41.290Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T04:02:41.288Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:02:41.290Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T04:03:41.288Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:03:41.291Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T04:04:41.290Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:04:41.292Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T04:05:41.291Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:05:41.293Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T04:06:41.291Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:06:41.294Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T04:07:41.291Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:07:41.294Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T04:08:41.292Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:08:41.295Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T04:09:41.293Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:09:41.295Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T04:10:41.294Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:10:41.296Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T04:11:41.296Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:11:41.298Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T04:12:41.298Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:12:41.299Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T04:13:41.299Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:13:41.300Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T04:14:41.301Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:14:41.301Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T04:15:41.301Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:15:41.303Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T04:16:41.302Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:16:41.303Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T04:17:41.303Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:17:41.304Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T04:18:41.305Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T04:18:41.304Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:19:41.306Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:19:41.306Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T04:20:41.306Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:20:41.308Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T04:21:41.307Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:21:41.308Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T04:22:41.308Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:22:41.309Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T04:23:41.309Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:23:41.310Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T04:24:41.312Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:24:41.311Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T04:25:41.314Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:25:41.314Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T04:26:41.314Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T04:26:41.314Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:27:41.316Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T04:27:41.316Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:28:41.317Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:28:41.317Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T04:29:41.318Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:29:41.317Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T04:30:41.319Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:30:41.319Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T04:31:41.320Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:31:41.321Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T04:32:41.320Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:32:41.322Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T04:33:41.321Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:33:41.322Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T04:34:41.321Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:34:41.322Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T04:35:41.322Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:35:41.322Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T04:36:41.324Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:36:41.324Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T04:37:41.326Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T04:37:41.326Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:38:41.329Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:38:41.328Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T04:39:41.330Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T04:39:41.331Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:40:41.331Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T04:40:41.332Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:41:41.333Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:41:41.333Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T04:42:41.334Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:42:41.335Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T04:43:41.334Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:43:41.335Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T04:44:41.335Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:44:41.337Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T04:45:41.336Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:45:41.338Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T04:46:41.337Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:46:41.339Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T04:47:41.337Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:47:41.339Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T04:47:51.082Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-09T04:47:51.082Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9","serviceName":"basic_onboard_DcXVvY","serviceVersion":"1.0","serviceUUID":"95d5e76f-fa8c-4d11-912f-b39ed0e04b88","serviceDescription":"service","serviceInvariantUUID":"a4068a90-51d1-4d6b-a5ab-526233168435","resources":[{"resourceInstanceName":"basic_onboard_DcXVvY 0","resourceName":"basic_onboard_DcXVvY","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e1798329-cda5-4b4e-ba90-bb1adfbdd066","resourceInvariantUUID":"d3d2a38a-f148-4815-8368-e232eb0ba22b","resourceCustomizationUUID":"0997d2bd-3f9b-4c24-9b61-bea71bf300b3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/vf-license-model.xml","artifactChecksum":"NDNiY2E5Y2JkNjMyMTJlNWViMTA1YjMwNDdjMDAwYTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"324c7f36-9672-412e-9065-1bb3eabf035e","artifactVersion":"1"},{"artifactName":"basic_onboard_dcxvvy0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/basic_onboard_dcxvvy0_modules.json","artifactChecksum":"YjQ2MDY1OTNkOTdmOGI0MDY0MjdjMDUzZDI0MmVkZGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1cc9a10f-3240-4d81-ac14-d25a46cfedbb","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"33c5aa65-9c25-4b01-a72a-ab8ee096c533","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"122f7109-8080-477c-8946-508977538902","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f63f4353-3e9a-4714-b730-67c2024bb21f","artifactVersion":"2","generatedFromUUID":"33c5aa65-9c25-4b01-a72a-ab8ee096c533"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardDcxvvy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/artifacts/service-BasicOnboardDcxvvy-template.yml","artifactChecksum":"OTYxODRlMDVlN2FmZGNlYWJiZjBjMDM2ZjBlNmRjYzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b672c2e0-b878-4b90-835f-8281a3ea9f8c","artifactVersion":"1"},{"artifactName":"service-BasicOnboardDcxvvy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/artifacts/service-BasicOnboardDcxvvy-csar.csar","artifactChecksum":"NWY5ODViOWQ4ZmQ2MzFiODA1NzI0Nzc1MmE3YTI1YzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1b111318-44a8-43fa-95c2-f623b8951c39","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-09T04:47:51.107Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-09T04:47:51.120Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-09T04:47:51.120Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-09T04:47:51.120Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "SO-sdc-controller",
"timestamp": 1678337261339,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:47:51.155Z||kafka-producer-network-thread | SO-sdc-controller-producer-bd6d6eb7-8a74-4683-bd51-0d68695b01b9|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-bd6d6eb7-8a74-4683-bd51-0d68695b01b9] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to Iyn3D7Y2T7mRgefZuZvLpQ
2023-03-09T04:47:51.156Z||kafka-producer-network-thread | SO-sdc-controller-producer-bd6d6eb7-8a74-4683-bd51-0d68695b01b9|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-bd6d6eb7-8a74-4683-bd51-0d68695b01b9] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to Iyn3D7Y2T7mRgefZuZvLpQ
2023-03-09T04:47:51.156Z||kafka-producer-network-thread | SO-sdc-controller-producer-bd6d6eb7-8a74-4683-bd51-0d68695b01b9|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-bd6d6eb7-8a74-4683-bd51-0d68695b01b9] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to Iyn3D7Y2T7mRgefZuZvLpQ
2023-03-09T04:47:51.156Z||kafka-producer-network-thread | SO-sdc-controller-producer-bd6d6eb7-8a74-4683-bd51-0d68695b01b9|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-bd6d6eb7-8a74-4683-bd51-0d68695b01b9] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to Iyn3D7Y2T7mRgefZuZvLpQ
2023-03-09T04:47:51.156Z||kafka-producer-network-thread | SO-sdc-controller-producer-bd6d6eb7-8a74-4683-bd51-0d68695b01b9|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-bd6d6eb7-8a74-4683-bd51-0d68695b01b9] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to Iyn3D7Y2T7mRgefZuZvLpQ
2023-03-09T04:47:51.157Z||kafka-producer-network-thread | SO-sdc-controller-producer-bd6d6eb7-8a74-4683-bd51-0d68695b01b9|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-bd6d6eb7-8a74-4683-bd51-0d68695b01b9] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to Iyn3D7Y2T7mRgefZuZvLpQ
2023-03-09T04:47:51.260Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-09T04:47:51.261Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "policy-distribution-id",
"timestamp": 1678337262281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-09T04:47:51.281Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T04:47:52.187Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-09T04:47:52.188Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-09T04:47:52.188Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-09T04:47:52.188Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "SO-sdc-controller",
"timestamp": 1678337261339,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/basic_onboard_dcxvvy0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:47:53.190Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-09T04:47:53.190Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-09T04:47:53.191Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-09T04:47:53.191Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "SO-sdc-controller",
"timestamp": 1678337261339,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:47:54.195Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-09T04:47:54.196Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-09T04:47:54.196Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-09T04:47:54.196Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "SO-sdc-controller",
"timestamp": 1678337261339,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:47:55.198Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-09T04:47:55.199Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-09T04:47:55.199Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-09T04:47:55.199Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "SO-sdc-controller",
"timestamp": 1678337261339,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:47:56.201Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-09T04:47:56.202Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-09T04:47:56.202Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-09T04:47:56.202Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "SO-sdc-controller",
"timestamp": 1678337261339,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/artifacts/service-BasicOnboardDcxvvy-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:47:57.203Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-09T04:47:57.204Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-09T04:47:57.205Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-09T04:47:57.205Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "SO-sdc-controller",
"timestamp": 1678337261339,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/artifacts/service-BasicOnboardDcxvvy-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:47:58.209Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"serviceName": "basic_onboard_DcXVvY",
"serviceVersion": "1.0",
"serviceUUID": "95d5e76f-fa8c-4d11-912f-b39ed0e04b88",
"serviceDescription": "service",
"serviceInvariantUUID": "a4068a90-51d1-4d6b-a5ab-526233168435",
"resources": [
{
"resourceInstanceName": "basic_onboard_DcXVvY 0",
"resourceCustomizationUUID": "0997d2bd-3f9b-4c24-9b61-bea71bf300b3",
"resourceName": "basic_onboard_DcXVvY",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e1798329-cda5-4b4e-ba90-bb1adfbdd066",
"resourceInvariantUUID": "d3d2a38a-f148-4815-8368-e232eb0ba22b",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_dcxvvy0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/basic_onboard_dcxvvy0_modules.json",
"artifactChecksum": "YjQ2MDY1OTNkOTdmOGI0MDY0MjdjMDUzZDI0MmVkZGY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1cc9a10f-3240-4d81-ac14-d25a46cfedbb",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "33c5aa65-9c25-4b01-a72a-ab8ee096c533",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f63f4353-3e9a-4714-b730-67c2024bb21f",
"generatedFromUUID": "33c5aa65-9c25-4b01-a72a-ab8ee096c533"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f63f4353-3e9a-4714-b730-67c2024bb21f",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardDcxvvy-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/artifacts/service-BasicOnboardDcxvvy-csar.csar",
"artifactChecksum": "NWY5ODViOWQ4ZmQ2MzFiODA1NzI0Nzc1MmE3YTI1YzA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1b111318-44a8-43fa-95c2-f623b8951c39"
}
],
"workloadContext": "Production"
}
2023-03-09T04:47:58.213Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-09T04:47:58.214Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 95d5e76f-fa8c-4d11-912f-b39ed0e04b88 ASDC
2023-03-09T04:47:58.437Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9
ServiceName:basic_onboard_DcXVvY
ServiceVersion:1.0
ServiceUUID:95d5e76f-fa8c-4d11-912f-b39ed0e04b88
ServiceInvariantUUID:a4068a90-51d1-4d6b-a5ab-526233168435
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardDcxvvy-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/artifacts/service-BasicOnboardDcxvvy-csar.csar
ArtifactUUID:1b111318-44a8-43fa-95c2-f623b8951c39
ArtifactChecksum:NWY5ODViOWQ4ZmQ2MzFiODA1NzI0Nzc1MmE3YTI1YzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_DcXVvY 0
ResourceCustomizationUUID:0997d2bd-3f9b-4c24-9b61-bea71bf300b3
ResourceInvariantUUID:d3d2a38a-f148-4815-8368-e232eb0ba22b
ResourceName:basic_onboard_DcXVvY
ResourceType:VF
ResourceUUID:e1798329-cda5-4b4e-ba90-bb1adfbdd066
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_dcxvvy0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/basic_onboard_dcxvvy0_modules.json
ArtifactUUID:1cc9a10f-3240-4d81-ac14-d25a46cfedbb
ArtifactChecksum:YjQ2MDY1OTNkOTdmOGI0MDY0MjdjMDUzZDI0MmVkZGY=
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/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/base_ubuntu18.yaml
ArtifactUUID:33c5aa65-9c25-4b01-a72a-ab8ee096c533
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/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/base_ubuntu18.env
ArtifactUUID:f63f4353-3e9a-4714-b730-67c2024bb21f
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/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/base_ubuntu18.env
ArtifactUUID:f63f4353-3e9a-4714-b730-67c2024bb21f
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-03-09T04:47:58.438Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 95d5e76f-fa8c-4d11-912f-b39ed0e04b88 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-09T04:47:58.697Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-09T04:47:58.700Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-09T04:47:58.701Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-09T04:47:58.702Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1b111318-44a8-43fa-95c2-f623b8951c39 from URL: /sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/artifacts/service-BasicOnboardDcxvvy-csar.csar
2023-03-09T04:47:58.702Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-09T04:47:58.703Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/artifacts/service-BasicOnboardDcxvvy-csar.csar
2023-03-09T04:47:58.822Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-03-09T04:47:58.854Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/artifacts/service-BasicOnboardDcxvvy-csar.csar 1b111318-44a8-43fa-95c2-f623b8951c39 75664
2023-03-09T04:47:58.857Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/artifacts/service-BasicOnboardDcxvvy-csar.csar ASDC sendASDCNotification
2023-03-09T04:47:58.857Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/artifacts/service-BasicOnboardDcxvvy-csar.csar
2023-03-09T04:47:58.858Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-09T04:47:58.860Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-09T04:47:58.860Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-09T04:47:58.860Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "SO-sdc-controller",
"timestamp": 1678337278855,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/artifacts/service-BasicOnboardDcxvvy-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:47:59.861Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-09T04:47:59.862Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-09T04:47:59.863Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 1b111318-44a8-43fa-95c2-f623b8951c39, URL: /sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/artifacts/service-BasicOnboardDcxvvy-csar.csar to file: /app/ASDC/1/service-BasicOnboardDcxvvy-csar.csar
2023-03-09T04:47:59.864Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardDcxvvy-csar.csar
2023-03-09T04:47:59.982Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardDcxvvy-csar.csar
2023-03-09T04:47:59.983Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardDcxvvy-csar.csar
2023-03-09T04:48:01.015Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9720488256808002221/Definitions/service-BasicOnboardDcxvvy-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2023-03-09T04:48:04.791Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-09T04:48:04.801Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-09T04:48:04.801Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardDcxvvy-csar.csar
2023-03-09T04:48:04.801Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-09T04:48:04.802Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|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-BasicOnboardDcxvvy-csar.csar
2023-03-09T04:48:04.802Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|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-BasicOnboardDcxvvy-csar.csar
2023-03-09T04:48:04.802Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_DcXVvY 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-BasicOnboardDcxvvy-csar.csar
2023-03-09T04:48:04.802Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|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-BasicOnboardDcxvvy-csar.csar
2023-03-09T04:48:04.802Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|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-BasicOnboardDcxvvy-csar.csar
2023-03-09T04:48:04.802Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|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-BasicOnboardDcxvvy-csar.csar
2023-03-09T04:48:04.803Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|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-BasicOnboardDcxvvy-csar.csar
2023-03-09T04:48:04.803Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-09T04:48:04.815Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T04:48:04.818Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_DcXVvY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-09T04:48:04.831Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_DcXVvY 0 is matching search criteria
2023-03-09T04:48:04.832Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-09T04:48:04.835Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_DcXVvY 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-09T04:48:04.838Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T04:48:04.839Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_DcXVvY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-09T04:48:04.839Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_DcXVvY 0 is matching search criteria
2023-03-09T04:48:04.839Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-09T04:48:04.839Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_DcXVvY 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-09T04:48:04.840Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T04:48:04.840Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_DcXVvY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-09T04:48:04.846Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T04:48:04.846Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_DcXVvY 0 is not matching search criteria
2023-03-09T04:48:04.846Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-03-09T04:48:04.847Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-03-09T04:48:04.847Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-03-09T04:48:04.847Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-03-09T04:48:04.847Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-09T04:48:04.848Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T04:48:04.848Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_DcXVvY is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-09T04:48:04.853Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T04:48:04.854Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_DcXVvY 0 is matching search criteria
2023-03-09T04:48:04.854Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_DcXVvY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-09T04:48:04.855Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T04:48:04.855Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_DcXVvY 0 is matching search criteria
2023-03-09T04:48:04.856Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_DcXVvY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-09T04:48:04.856Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T04:48:04.856Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_DcXVvY 0 is matching search criteria
2023-03-09T04:48:04.856Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_DcXVvY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-09T04:48:04.856Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T04:48:04.857Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_DcXVvY 0 is not matching search criteria
2023-03-09T04:48:04.857Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-03-09T04:48:04.857Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-03-09T04:48:04.857Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5bd2fb34-c981-4416-b1d3-64001c467275
2023-03-09T04:48:04.857Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T04:48:04.858Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_DcXVvY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-09T04:48:04.858Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T04:48:04.858Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_DcXVvY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-09T04:48:04.858Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T04:48:04.859Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_DcXVvY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-09T04:48:04.859Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T04:48:04.859Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_DcXVvY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-09T04:48:04.859Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_DcXVvY
Description:service
Model UUID:95d5e76f-fa8c-4d11-912f-b39ed0e04b88
Model Version:NULL
Model InvariantUuid:a4068a90-51d1-4d6b-a5ab-526233168435
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_DcXVvY
Model UUID:f041520c-b351-4e77-8024-01fbd8ec4f2d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d3d2a38a-f148-4815-8368-e232eb0ba22b
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:0997d2bd-3f9b-4c24-9b61-bea71bf300b3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:cf9d1f53-882c-48d2-b0ba-b74310995cd3
ModelName:BasicOnboardDcxvvy..base_ubuntu18..module-0
ModelUuid:e48e4569-dccb-473c-9e70-272f2f7d7421
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:5bd2fb34-c981-4416-b1d3-64001c467275
ModelInvariantUuid:35924416-f219-41b5-a3c7-171ca047ad4e
ModelName:basic_onboard_DcXVvY-nodes.ubuntu18Cvfc
ModelUuid:bd78963b-216d-4aee-a23d-61f844e3dc66
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:aead79be-b3c1-4f2e-b5c2-41b60d1c8d48
ModelInvariantUuid:aedf9c01-21e1-41b3-9ed7-34e54e6d3240
ModelName:BasicOnboardDcxvvy.compute.nodes.heat.ubuntu18
ModelUuid:8d9fe9b3-12ce-4212-a497-2543cdc21e2b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-09T04:48:04.891Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: e1798329-cda5-4b4e-ba90-bb1adfbdd066
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-09T04:48:04.973Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||basic_onboard_DcXVvY 0
2023-03-09T04:48:04.985Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e1798329-cda5-4b4e-ba90-bb1adfbdd066
2023-03-09T04:48:04.985Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1cc9a10f-3240-4d81-ac14-d25a46cfedbb from URL: /sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/basic_onboard_dcxvvy0_modules.json
2023-03-09T04:48:04.986Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-09T04:48:04.986Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/basic_onboard_dcxvvy0_modules.json
2023-03-09T04:48:05.072Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-03-09T04:48:05.073Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/basic_onboard_dcxvvy0_modules.json 1cc9a10f-3240-4d81-ac14-d25a46cfedbb 798
2023-03-09T04:48:05.074Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/basic_onboard_dcxvvy0_modules.json ASDC sendASDCNotification
2023-03-09T04:48:05.077Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/basic_onboard_dcxvvy0_modules.json
2023-03-09T04:48:05.077Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-09T04:48:05.078Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-09T04:48:05.078Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-09T04:48:05.078Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "SO-sdc-controller",
"timestamp": 1678337285073,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/basic_onboard_dcxvvy0_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:48:06.080Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardDcxvvy..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "cf9d1f53-882c-48d2-b0ba-b74310995cd3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e48e4569-dccb-473c-9e70-272f2f7d7421",
"vfModuleModelCustomizationUUID": "86661aac-f8c6-4904-8334-2d336bf26208",
"isBase": true,
"artifacts": [
"33c5aa65-9c25-4b01-a72a-ab8ee096c533",
"f63f4353-3e9a-4714-b730-67c2024bb21f"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-03-09T04:48:06.087Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDcxvvy..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e48e4569-dccb-473c-9e70-272f2f7d7421
VfModuleModelInvariantUUID:cf9d1f53-882c-48d2-b0ba-b74310995cd3
VfModuleModelDescription:NULL
Artifacts UUID List:{
33c5aa65-9c25-4b01-a72a-ab8ee096c533
,
f63f4353-3e9a-4714-b730-67c2024bb21f
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-03-09T04:48:06.091Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardDcxvvy..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "cf9d1f53-882c-48d2-b0ba-b74310995cd3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e48e4569-dccb-473c-9e70-272f2f7d7421",
"vfModuleModelCustomizationUUID": "86661aac-f8c6-4904-8334-2d336bf26208",
"isBase": true,
"artifacts": [
"33c5aa65-9c25-4b01-a72a-ab8ee096c533",
"f63f4353-3e9a-4714-b730-67c2024bb21f"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-03-09T04:48:06.091Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDcxvvy..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e48e4569-dccb-473c-9e70-272f2f7d7421
VfModuleModelInvariantUUID:cf9d1f53-882c-48d2-b0ba-b74310995cd3
VfModuleModelDescription:NULL
Artifacts UUID List:{
33c5aa65-9c25-4b01-a72a-ab8ee096c533
,
f63f4353-3e9a-4714-b730-67c2024bb21f
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-03-09T04:48:06.091Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 33c5aa65-9c25-4b01-a72a-ab8ee096c533 from URL: /sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/base_ubuntu18.yaml
2023-03-09T04:48:06.092Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-09T04:48:06.092Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/base_ubuntu18.yaml
2023-03-09T04:48:06.170Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-03-09T04:48:06.171Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/base_ubuntu18.yaml 33c5aa65-9c25-4b01-a72a-ab8ee096c533 5033
2023-03-09T04:48:06.171Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-03-09T04:48:06.171Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/base_ubuntu18.yaml
2023-03-09T04:48:06.171Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-09T04:48:06.172Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-09T04:48:06.173Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-09T04:48:06.173Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "SO-sdc-controller",
"timestamp": 1678337286171,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:48:07.177Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f63f4353-3e9a-4714-b730-67c2024bb21f from URL: /sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/base_ubuntu18.env
2023-03-09T04:48:07.177Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-09T04:48:07.178Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/base_ubuntu18.env
2023-03-09T04:48:07.259Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-03-09T04:48:07.260Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/base_ubuntu18.env f63f4353-3e9a-4714-b730-67c2024bb21f 909
2023-03-09T04:48:07.260Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-03-09T04:48:07.261Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/base_ubuntu18.env
2023-03-09T04:48:07.261Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-09T04:48:07.261Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-09T04:48:07.261Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-09T04:48:07.261Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "SO-sdc-controller",
"timestamp": 1678337287260,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:48:08.262Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 95d5e76f-fa8c-4d11-912f-b39ed0e04b88
2023-03-09T04:48:08.263Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_DcXVvY 0 e1798329-cda5-4b4e-ba90-bb1adfbdd066 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=?
2023-03-09T04:48:08.334Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@66833e74, org.onap.sdc.toscaparser.api.parameters.Input@6f3651be, org.onap.sdc.toscaparser.api.parameters.Input@5822cde, org.onap.sdc.toscaparser.api.parameters.Input@4ddb2e25, org.onap.sdc.toscaparser.api.parameters.Input@32d4c974]
2023-03-09T04:48:08.341Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T04:48:08.341Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_DcXVvY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-09T04:48:08.342Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2023-03-09T04:48:08.342Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 0997d2bd-3f9b-4c24-9b61-bea71bf300b3
2023-03-09T04:48:08.342Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0997d2bd-3f9b-4c24-9b61-bea71bf300b3 matches Tosca VF Customization UUID: 0997d2bd-3f9b-4c24-9b61-bea71bf300b3
2023-03-09T04:48:08.342Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 0997d2bd-3f9b-4c24-9b61-bea71bf300b3 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-03-09T04:48:08.357Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T04:48:08.358Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_DcXVvY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-09T04:48:08.359Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 0997d2bd-3f9b-4c24-9b61-bea71bf300b3: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-03-09T04:48:08.360Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6c0858c8
2023-03-09T04:48:08.360Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T04:48:08.360Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_DcXVvY is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-09T04:48:08.361Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 86661aac-f8c6-4904-8334-2d336bf26208
2023-03-09T04:48:08.364Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 86661aac-f8c6-4904-8334-2d336bf26208
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-03-09T04:48:08.376Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T04:48:08.377Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_DcXVvY 0 is matching search criteria
2023-03-09T04:48:08.377Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_DcXVvY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-09T04:48:08.379Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T04:48:08.380Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_DcXVvY 0 is matching search criteria
2023-03-09T04:48:08.380Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_DcXVvY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-09T04:48:08.380Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T04:48:08.381Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_DcXVvY 0 is not matching search criteria
2023-03-09T04:48:08.381Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-03-09T04:48:08.382Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-03-09T04:48:08.382Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5bd2fb34-c981-4416-b1d3-64001c467275
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-03-09T04:48:08.394Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T04:48:08.395Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_DcXVvY 0 is matching search criteria
2023-03-09T04:48:08.395Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_DcXVvY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-09T04:48:08.395Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T04:48:08.395Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_DcXVvY 0 is matching search criteria
2023-03-09T04:48:08.396Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_DcXVvY 0] matching following query criteria: sdcType=VF, customizationUUID=0997d2bd-3f9b-4c24-9b61-bea71bf300b3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-09T04:48:08.415Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T04:48:08.415Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_DcXVvY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-09T04:48:08.416Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 95d5e76f-fa8c-4d11-912f-b39ed0e04b88: basic_onboard_DcXVvY
2023-03-09T04:48:08.416Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T04:48:08.416Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_DcXVvY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-09T04:48:08.416Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T04:48:08.416Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_DcXVvY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-09T04:48:08.417Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T04:48:08.417Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_DcXVvY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-09T04:48:08.417Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T04:48:08.418Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_DcXVvY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-09T04:48:08.418Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T04:48:08.418Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_DcXVvY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-09T04:48:08.418Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_DcXVvY
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-09T04:48:08.686Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_DcXVvY e1798329-cda5-4b4e-ba90-bb1adfbdd066 1 ASDC deployResourceStructure
2023-03-09T04:48:08.687Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/basic_onboard_dcxvvy0_modules.json ASDC sendASDCNotification
2023-03-09T04:48:08.687Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/basic_onboard_dcxvvy0_modules.json
2023-03-09T04:48:08.687Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-09T04:48:08.688Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-09T04:48:08.688Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-09T04:48:08.688Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "SO-sdc-controller",
"timestamp": 1678337288687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/basic_onboard_dcxvvy0_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:48:09.689Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-03-09T04:48:09.690Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/base_ubuntu18.yaml
2023-03-09T04:48:09.690Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-09T04:48:09.691Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-09T04:48:09.691Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-09T04:48:09.691Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "SO-sdc-controller",
"timestamp": 1678337289689,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:48:10.692Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-03-09T04:48:10.693Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/base_ubuntu18.env
2023-03-09T04:48:10.693Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-09T04:48:10.693Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-09T04:48:10.693Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-09T04:48:10.694Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "SO-sdc-controller",
"timestamp": 1678337290692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:48:11.695Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/artifacts/service-BasicOnboardDcxvvy-csar.csar ASDC sendASDCNotification
2023-03-09T04:48:11.695Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/artifacts/service-BasicOnboardDcxvvy-csar.csar
2023-03-09T04:48:11.695Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-09T04:48:11.696Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-09T04:48:11.696Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-09T04:48:11.696Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "SO-sdc-controller",
"timestamp": 1678337291695,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/artifacts/service-BasicOnboardDcxvvy-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:48:12.703Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-09T04:48:12.723Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-09T04:48:12.726Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-09T04:48:12.726Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-09T04:48:12.726Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-09T04:48:40.918Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:48:40.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-09T04:48:40.923Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "SO-sdc-controller",
"timestamp": 1678337261339,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-09T04:48:40.925Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T04:48:42.726Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-09T04:48:42.747Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-09T04:48:42.752Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-09T04:48:42.752Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-09T04:48:42.753Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-09T04:49:12.753Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-09T04:49:12.777Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-09T04:49:12.781Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-09T04:49:12.782Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-09T04:49:12.782Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-09T04:49:40.918Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:49:40.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-09T04:49:40.924Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "aai-model-loader",
"timestamp": 1678337270123,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-09T04:49:40.926Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T04:49:40.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-09T04:49:40.926Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "cds-sdc-listener",
"timestamp": 1678337216116,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-09T04:49:40.927Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T04:49:40.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-09T04:49:40.927Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "multicloud-k8s",
"timestamp": 1678337256999,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-09T04:49:40.927Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T04:49:40.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-09T04:49:40.928Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "policy-distribution-id",
"timestamp": 1678337262281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/basic_onboard_dcxvvy0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-09T04:49:40.928Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T04:49:40.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-09T04:49:40.929Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "cds-sdc-listener",
"timestamp": 1678337216116,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/basic_onboard_dcxvvy0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-09T04:49:40.929Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T04:49:40.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-09T04:49:40.929Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "SO-sdc-controller",
"timestamp": 1678337261339,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/basic_onboard_dcxvvy0_modules.json",
"status": "NOTIFIED"
}
2023-03-09T04:49:40.929Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T04:49:40.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-09T04:49:40.929Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "aai-model-loader",
"timestamp": 1678337270123,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/basic_onboard_dcxvvy0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-09T04:49:40.930Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T04:49:40.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-09T04:49:40.930Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "multicloud-k8s",
"timestamp": 1678337256999,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/basic_onboard_dcxvvy0_modules.json",
"status": "NOTIFIED"
}
2023-03-09T04:49:40.930Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T04:49:40.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-09T04:49:40.930Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "policy-distribution-id",
"timestamp": 1678337262281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-03-09T04:49:40.931Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T04:49:40.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-09T04:49:40.932Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "cds-sdc-listener",
"timestamp": 1678337216116,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-09T04:49:40.932Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T04:49:40.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-09T04:49:40.932Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "SO-sdc-controller",
"timestamp": 1678337261339,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-03-09T04:49:40.933Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T04:49:40.933Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-09T04:49:40.933Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "aai-model-loader",
"timestamp": 1678337270123,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-09T04:49:40.934Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T04:49:40.934Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-09T04:49:40.934Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "multicloud-k8s",
"timestamp": 1678337256999,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-03-09T04:49:40.934Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T04:49:40.934Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-09T04:49:40.934Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "policy-distribution-id",
"timestamp": 1678337262281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-09T04:49:40.938Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T04:49:40.939Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-09T04:49:40.939Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "cds-sdc-listener",
"timestamp": 1678337216116,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-09T04:49:40.939Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T04:49:40.939Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-09T04:49:40.939Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "SO-sdc-controller",
"timestamp": 1678337261339,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-09T04:49:40.940Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T04:49:40.940Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-09T04:49:40.940Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "aai-model-loader",
"timestamp": 1678337270123,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-09T04:49:40.941Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T04:49:40.941Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-09T04:49:40.941Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "multicloud-k8s",
"timestamp": 1678337256999,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-09T04:49:40.941Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T04:49:40.941Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-09T04:49:40.941Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "policy-distribution-id",
"timestamp": 1678337262281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-03-09T04:49:40.942Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T04:49:40.942Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-09T04:49:40.942Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "cds-sdc-listener",
"timestamp": 1678337216116,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-03-09T04:49:40.942Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T04:49:40.943Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-09T04:49:40.943Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "SO-sdc-controller",
"timestamp": 1678337261339,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-03-09T04:49:40.943Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T04:49:40.943Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-09T04:49:40.943Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "aai-model-loader",
"timestamp": 1678337270123,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-03-09T04:49:40.943Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T04:49:40.943Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-09T04:49:40.943Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "multicloud-k8s",
"timestamp": 1678337256999,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-03-09T04:49:40.944Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T04:49:40.944Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-09T04:49:40.944Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "policy-distribution-id",
"timestamp": 1678337262281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/artifacts/service-BasicOnboardDcxvvy-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-09T04:49:40.944Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T04:49:40.944Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-09T04:49:40.944Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "cds-sdc-listener",
"timestamp": 1678337216116,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/artifacts/service-BasicOnboardDcxvvy-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-09T04:49:40.944Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T04:49:40.944Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-09T04:49:40.945Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "SO-sdc-controller",
"timestamp": 1678337261339,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/artifacts/service-BasicOnboardDcxvvy-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-09T04:49:40.945Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T04:49:40.945Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-09T04:49:40.945Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "aai-model-loader",
"timestamp": 1678337270123,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/artifacts/service-BasicOnboardDcxvvy-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-09T04:49:40.945Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T04:49:40.945Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-09T04:49:40.945Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "multicloud-k8s",
"timestamp": 1678337256999,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/artifacts/service-BasicOnboardDcxvvy-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-09T04:49:40.945Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T04:49:40.946Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-09T04:49:40.946Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "policy-distribution-id",
"timestamp": 1678337262281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/artifacts/service-BasicOnboardDcxvvy-csar.csar",
"status": "NOTIFIED"
}
2023-03-09T04:49:40.946Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T04:49:40.946Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-09T04:49:40.946Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "cds-sdc-listener",
"timestamp": 1678337216116,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/artifacts/service-BasicOnboardDcxvvy-csar.csar",
"status": "NOTIFIED"
}
2023-03-09T04:49:40.947Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T04:49:40.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-09T04:49:40.947Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "SO-sdc-controller",
"timestamp": 1678337261339,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/artifacts/service-BasicOnboardDcxvvy-csar.csar",
"status": "NOTIFIED"
}
2023-03-09T04:49:40.948Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T04:49:40.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-09T04:49:40.948Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "aai-model-loader",
"timestamp": 1678337270123,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/artifacts/service-BasicOnboardDcxvvy-csar.csar",
"status": "NOTIFIED"
}
2023-03-09T04:49:40.948Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T04:49:40.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-09T04:49:40.949Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "multicloud-k8s",
"timestamp": 1678337256999,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/artifacts/service-BasicOnboardDcxvvy-csar.csar",
"status": "NOTIFIED"
}
2023-03-09T04:49:40.949Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T04:49:40.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-09T04:49:40.950Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "policy-distribution-id",
"timestamp": 1678337278706,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/artifacts/service-BasicOnboardDcxvvy-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-09T04:49:40.950Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T04:49:40.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-09T04:49:40.951Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "cds-sdc-listener",
"timestamp": 1678337278223,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/artifacts/service-BasicOnboardDcxvvy-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-09T04:49:40.951Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T04:49:40.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-09T04:49:40.951Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "aai-model-loader",
"timestamp": 1678337278820,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/artifacts/service-BasicOnboardDcxvvy-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-09T04:49:40.951Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T04:49:40.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-09T04:49:40.952Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "multicloud-k8s",
"timestamp": 1678337279296,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/basic_onboard_dcxvvy0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-03-09T04:49:40.952Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T04:49:40.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-09T04:49:40.953Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "SO-sdc-controller",
"timestamp": 1678337278855,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/artifacts/service-BasicOnboardDcxvvy-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-09T04:49:40.953Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T04:49:40.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-09T04:49:40.953Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "policy-distribution-id",
"timestamp": 1678337279723,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/artifacts/service-BasicOnboardDcxvvy-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-09T04:49:40.953Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T04:49:40.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-09T04:49:40.954Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "multicloud-k8s",
"timestamp": 1678337280478,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-03-09T04:49:40.954Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T04:49:40.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-09T04:49:40.954Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "policy-distribution-id",
"timestamp": 1678337280728,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-09T04:49:40.974Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9
2023-03-09T04:49:40.975Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-09T04:49:40.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-09T04:49:40.995Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "multicloud-k8s",
"timestamp": 1678337281561,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-03-09T04:49:40.996Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T04:49:40.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-09T04:49:40.996Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678337280828,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-09T04:49:40.997Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T04:49:40.997Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-09T04:49:40.997Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "multicloud-k8s",
"timestamp": 1678337282756,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-09T04:49:41.007Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9
2023-03-09T04:49:41.007Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-09T04:49:41.023Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-09T04:49:41.023Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678337280828,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/basic_onboard_dcxvvy0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-09T04:49:41.024Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T04:49:41.024Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-09T04:49:41.024Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "multicloud-k8s",
"timestamp": 1678337283760,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/basic_onboard_dcxvvy0_modules.json",
"status": "DEPLOY_OK"
}
2023-03-09T04:49:41.025Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T04:49:41.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-09T04:49:41.025Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678337280828,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-09T04:49:41.025Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T04:49:41.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-09T04:49:41.025Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678337280828,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-09T04:49:41.026Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T04:49:41.026Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-09T04:49:41.026Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "SO-sdc-controller",
"timestamp": 1678337285073,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/basic_onboard_dcxvvy0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-03-09T04:49:41.026Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T04:49:41.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-09T04:49:41.027Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678337280828,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-03-09T04:49:41.027Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T04:49:41.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-09T04:49:41.028Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "SO-sdc-controller",
"timestamp": 1678337286171,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-03-09T04:49:41.028Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T04:49:41.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-09T04:49:41.029Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678337280828,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/artifacts/service-BasicOnboardDcxvvy-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-09T04:49:41.029Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T04:49:41.029Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-09T04:49:41.029Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "SO-sdc-controller",
"timestamp": 1678337287260,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-03-09T04:49:41.030Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T04:49:41.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-09T04:49:41.030Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678337280828,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/artifacts/service-BasicOnboardDcxvvy-csar.csar",
"status": "NOTIFIED"
}
2023-03-09T04:49:41.030Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T04:49:41.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-09T04:49:41.031Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678337288841,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/artifacts/service-BasicOnboardDcxvvy-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-09T04:49:41.031Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T04:49:41.031Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-09T04:49:41.031Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "SO-sdc-controller",
"timestamp": 1678337288687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/basic_onboard_dcxvvy0_modules.json",
"status": "DEPLOY_OK"
}
2023-03-09T04:49:41.032Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T04:49:41.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-09T04:49:41.032Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "SO-sdc-controller",
"timestamp": 1678337289689,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-03-09T04:49:41.032Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T04:49:41.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-09T04:49:41.033Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "SO-sdc-controller",
"timestamp": 1678337290692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/resourceInstances/basic_onboard_dcxvvy0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-03-09T04:49:41.033Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T04:49:41.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-09T04:49:41.033Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "SO-sdc-controller",
"timestamp": 1678337291695,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/artifacts/service-BasicOnboardDcxvvy-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-09T04:49:41.034Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T04:49:41.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-09T04:49:41.034Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "aai-model-loader",
"timestamp": 1678337296845,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/artifacts/service-BasicOnboardDcxvvy-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-09T04:49:41.034Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T04:49:41.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-09T04:49:41.034Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678337297260,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDcxvvy/1.0/artifacts/service-BasicOnboardDcxvvy-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-09T04:49:41.035Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T04:49:41.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-09T04:49:41.035Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "aai-model-loader",
"timestamp": 1678337297852,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-09T04:49:41.043Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9
2023-03-09T04:49:41.043Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-09T04:49:41.059Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-09T04:49:41.060Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678337298266,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-09T04:49:41.071Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9
2023-03-09T04:49:41.072Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-09T04:49:42.782Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-09T04:49:42.805Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-09T04:49:42.813Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-09T04:49:42.814Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-09T04:49:42.814Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-09T04:49:42.814Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-09T04:49:42.814Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-09T04:49:42.814Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-09T04:49:42.814Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-09T04:49:42.815Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-09T04:49:42.815Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|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=?
2023-03-09T04:49:42.824Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-09T04:50:12.825Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-09T04:50:12.847Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9 and serviceModelVersionId: 95d5e76f-fa8c-4d11-912f-b39ed0e04b88
2023-03-09T04:50:12.847Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a4068a90-51d1-4d6b-a5ab-526233168435
2023-03-09T04:50:34.930Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a4068a90-51d1-4d6b-a5ab-526233168435/model-vers/model-ver/95d5e76f-fa8c-4d11-912f-b39ed0e04b88?depth=0
2023-03-09T04:50:35.027Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-03-09T04:50:35.118Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a4068a90-51d1-4d6b-a5ab-526233168435/model-vers/model-ver/95d5e76f-fa8c-4d11-912f-b39ed0e04b88?depth=0|INFO|500||Invoke
2023-03-09T04:50:35.119Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a4068a90-51d1-4d6b-a5ab-526233168435/model-vers/model-ver/95d5e76f-fa8c-4d11-912f-b39ed0e04b88?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a4068a90-51d1-4d6b-a5ab-526233168435/model-vers/model-ver/95d5e76f-fa8c-4d11-912f-b39ed0e04b88?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[32c825e7-4790-41ba-aef9-2dc3a4b558b3], X-ECOMP-RequestID=[fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9], X-TransactionId=[], X-ONAP-RequestID=[fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9], Content-Type=[application/merge-patch+json]}
2023-03-09T04:50:35.162Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a4068a90-51d1-4d6b-a5ab-526233168435/model-vers/model-ver/95d5e76f-fa8c-4d11-912f-b39ed0e04b88?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-03-09T04:50:35.700Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a4068a90-51d1-4d6b-a5ab-526233168435/model-vers/model-ver/95d5e76f-fa8c-4d11-912f-b39ed0e04b88?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/a4068a90-51d1-4d6b-a5ab-526233168435/model-vers/model-ver/95d5e76f-fa8c-4d11-912f-b39ed0e04b88?depth=0 has http status code:200 and response headers:{date=[Thu, 09 Mar 2023 04:50:34 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[518], vertex-id=[196752], x-aai-txid=[2-aai-resources-230309-04:50:34:540-84378], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-09T04:50:35.701Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a4068a90-51d1-4d6b-a5ab-526233168435/model-vers/model-ver/95d5e76f-fa8c-4d11-912f-b39ed0e04b88?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-09T04:50:35.701Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a4068a90-51d1-4d6b-a5ab-526233168435/model-vers/model-ver/95d5e76f-fa8c-4d11-912f-b39ed0e04b88?depth=0|INFO|500||InvokeReturn
2023-03-09T04:50:35.723Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-09T04:50:35.724Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|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=?
2023-03-09T04:50:35.738Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|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:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-03-09T04:50:35.739Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-09T04:50:35.746Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-09T04:50:35.747Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-09T04:50:35.747Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-09T04:50:35.747Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "SO-sdc-controller",
"timestamp": 1678337435740,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-09T04:50:36.776Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T04:50:40.918Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:50:40.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-09T04:50:40.929Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9",
"consumerID": "SO-sdc-controller",
"timestamp": 1678337435740,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-09T04:50:40.931Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T04:51:36.777Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T04:51:40.918Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:52:36.779Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T04:52:40.918Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:53:36.779Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T04:53:40.919Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:54:36.780Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T04:54:40.920Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:55:36.782Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T04:55:40.922Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:56:36.782Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T04:56:40.923Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:57:36.783Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T04:57:40.925Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:58:36.784Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T04:58:40.927Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:59:36.786Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T04:59:40.928Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T04:59:46.122Z||kafka-producer-network-thread | SO-sdc-controller-producer-bd6d6eb7-8a74-4683-bd51-0d68695b01b9|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-bd6d6eb7-8a74-4683-bd51-0d68695b01b9] Node 1 disconnected.
2023-03-09T05:00:36.787Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T05:00:40.928Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T05:01:36.788Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T05:01:40.930Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T05:02:36.790Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T05:02:40.930Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T05:03:36.790Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T05:03:40.933Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T05:04:36.792Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T05:04:40.324Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-09T05:04:40.325Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"017b0d28-cc77-4974-80a8-b0da49b42770","serviceName":"vFW 2023-03-09 05-03-15","serviceVersion":"1.0","serviceUUID":"0b2ac287-c652-45a4-bc05-7340b3a34647","serviceDescription":"catalog service description","serviceInvariantUUID":"8d9d4fc1-e4fb-4f89-be9e-dd15fe4d6ced","resources":[{"resourceInstanceName":"vFW b0c6b385-ac50 0","resourceName":"vFW b0c6b385-ac50","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"821e8919-18a8-4476-b650-d7ed615b4d55","resourceInvariantUUID":"962848d8-57a9-4add-b0ba-f9dc1000636a","resourceCustomizationUUID":"f56f0962-e259-45ea-bc9c-30fc690760e1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/vf-license-model.xml","artifactChecksum":"ODQxOTE0Mzk0ZWZjM2U3NWU3OGU5MWY1YTdjZDY1ZTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a8cc762d-f740-4db7-b82d-8b83323451ca","artifactVersion":"1"},{"artifactName":"vfwb0c6b385ac500_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/vfwb0c6b385ac500_modules.json","artifactChecksum":"MGFmODJlZDgzODg2NzljNWEwNmJiODg4OGI5YWE0YzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7e81b1cb-e8a7-4b64-be2c-183ff25672f6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2f71cd18-970e-4826-abff-4ee0f38db1c7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/vendor-license-model.xml","artifactChecksum":"NDU2YmYwNmJmZjI2YjA5NjAyZTZkYjkxNmUxMzFjMTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3a3e5a50-d5e9-4b8d-85ba-e1fc198295b8","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ae26136e-04b3-4cfe-8bfe-46c264535d12","artifactVersion":"2","generatedFromUUID":"2f71cd18-970e-4826-abff-4ee0f38db1c7"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230309050315-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230309050315/1.0/artifacts/service-Vfw20230309050315-template.yml","artifactChecksum":"ZTE3MzZiNThiNzRhNDFjYTc1NGYzNGM1YWQ1NzBlZWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"68696391-5a8d-4de4-b972-494a3762dca7","artifactVersion":"1"},{"artifactName":"service-Vfw20230309050315-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230309050315/1.0/artifacts/service-Vfw20230309050315-csar.csar","artifactChecksum":"MzlmOWUwNjNiMzY4OWI5Y2ZmYzkxOTNiYWEzYWI3NmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bda1fe22-0e9e-4cb2-8e29-cba0aacb95bb","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-09T05:04:40.334Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-09T05:04:40.335Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-09T05:04:40.337Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-09T05:04:40.337Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "SO-sdc-controller",
"timestamp": 1678338276791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T05:04:40.361Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:04:40.362Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "policy-distribution-id",
"timestamp": 1678338271756,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-09T05:04:40.364Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:04:40.364Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:04:40.364Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "cds-sdc-listener",
"timestamp": 1678338239270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-09T05:04:40.366Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:04:40.918Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T05:04:40.919Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:04:40.920Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "multicloud-k8s",
"timestamp": 1678338274966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-09T05:04:40.921Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:04:41.369Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-09T05:04:41.370Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-09T05:04:41.370Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-09T05:04:41.370Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "SO-sdc-controller",
"timestamp": 1678338276791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/vfwb0c6b385ac500_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T05:04:42.371Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-09T05:04:42.372Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-09T05:04:42.372Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-09T05:04:42.372Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "SO-sdc-controller",
"timestamp": 1678338276791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T05:04:43.373Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-09T05:04:43.374Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-09T05:04:43.374Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-09T05:04:43.374Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "SO-sdc-controller",
"timestamp": 1678338276791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T05:04:44.375Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-09T05:04:44.375Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-09T05:04:44.376Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-09T05:04:44.376Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "SO-sdc-controller",
"timestamp": 1678338276791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T05:04:45.376Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-09T05:04:45.377Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-09T05:04:45.377Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-09T05:04:45.377Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "SO-sdc-controller",
"timestamp": 1678338276791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/artifacts/service-Vfw20230309050315-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T05:04:46.378Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-09T05:04:46.379Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-09T05:04:46.379Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-09T05:04:46.379Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "SO-sdc-controller",
"timestamp": 1678338276791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/artifacts/service-Vfw20230309050315-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T05:04:47.381Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"serviceName": "vFW 2023-03-09 05-03-15",
"serviceVersion": "1.0",
"serviceUUID": "0b2ac287-c652-45a4-bc05-7340b3a34647",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "8d9d4fc1-e4fb-4f89-be9e-dd15fe4d6ced",
"resources": [
{
"resourceInstanceName": "vFW b0c6b385-ac50 0",
"resourceCustomizationUUID": "f56f0962-e259-45ea-bc9c-30fc690760e1",
"resourceName": "vFW b0c6b385-ac50",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "821e8919-18a8-4476-b650-d7ed615b4d55",
"resourceInvariantUUID": "962848d8-57a9-4add-b0ba-f9dc1000636a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwb0c6b385ac500_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/vfwb0c6b385ac500_modules.json",
"artifactChecksum": "MGFmODJlZDgzODg2NzljNWEwNmJiODg4OGI5YWE0YzI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7e81b1cb-e8a7-4b64-be2c-183ff25672f6",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "2f71cd18-970e-4826-abff-4ee0f38db1c7",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ae26136e-04b3-4cfe-8bfe-46c264535d12",
"generatedFromUUID": "2f71cd18-970e-4826-abff-4ee0f38db1c7"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ae26136e-04b3-4cfe-8bfe-46c264535d12",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20230309050315-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/artifacts/service-Vfw20230309050315-csar.csar",
"artifactChecksum": "MzlmOWUwNjNiMzY4OWI5Y2ZmYzkxOTNiYWEzYWI3NmE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "bda1fe22-0e9e-4cb2-8e29-cba0aacb95bb"
}
],
"workloadContext": "Production"
}
2023-03-09T05:04:47.382Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-09T05:04:47.382Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0b2ac287-c652-45a4-bc05-7340b3a34647 ASDC
2023-03-09T05:04:47.383Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:017b0d28-cc77-4974-80a8-b0da49b42770
ServiceName:vFW 2023-03-09 05-03-15
ServiceVersion:1.0
ServiceUUID:0b2ac287-c652-45a4-bc05-7340b3a34647
ServiceInvariantUUID:8d9d4fc1-e4fb-4f89-be9e-dd15fe4d6ced
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230309050315-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230309050315/1.0/artifacts/service-Vfw20230309050315-csar.csar
ArtifactUUID:bda1fe22-0e9e-4cb2-8e29-cba0aacb95bb
ArtifactChecksum:MzlmOWUwNjNiMzY4OWI5Y2ZmYzkxOTNiYWEzYWI3NmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b0c6b385-ac50 0
ResourceCustomizationUUID:f56f0962-e259-45ea-bc9c-30fc690760e1
ResourceInvariantUUID:962848d8-57a9-4add-b0ba-f9dc1000636a
ResourceName:vFW b0c6b385-ac50
ResourceType:VF
ResourceUUID:821e8919-18a8-4476-b650-d7ed615b4d55
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb0c6b385ac500_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/vfwb0c6b385ac500_modules.json
ArtifactUUID:7e81b1cb-e8a7-4b64-be2c-183ff25672f6
ArtifactChecksum:MGFmODJlZDgzODg2NzljNWEwNmJiODg4OGI5YWE0YzI=
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/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/base_vfw.yaml
ArtifactUUID:2f71cd18-970e-4826-abff-4ee0f38db1c7
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/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/base_vfw.env
ArtifactUUID:ae26136e-04b3-4cfe-8bfe-46c264535d12
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/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/base_vfw.env
ArtifactUUID:ae26136e-04b3-4cfe-8bfe-46c264535d12
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-03-09T05:04:47.383Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0b2ac287-c652-45a4-bc05-7340b3a34647 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-09T05:04:47.437Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-09T05:04:47.438Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-09T05:04:47.439Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-09T05:04:47.439Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: bda1fe22-0e9e-4cb2-8e29-cba0aacb95bb from URL: /sdc/v1/catalog/services/Vfw20230309050315/1.0/artifacts/service-Vfw20230309050315-csar.csar
2023-03-09T05:04:47.439Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-09T05:04:47.440Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230309050315/1.0/artifacts/service-Vfw20230309050315-csar.csar
2023-03-09T05:04:47.565Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-03-09T05:04:47.566Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230309050315/1.0/artifacts/service-Vfw20230309050315-csar.csar bda1fe22-0e9e-4cb2-8e29-cba0aacb95bb 101510
2023-03-09T05:04:47.567Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230309050315/1.0/artifacts/service-Vfw20230309050315-csar.csar ASDC sendASDCNotification
2023-03-09T05:04:47.567Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230309050315/1.0/artifacts/service-Vfw20230309050315-csar.csar
2023-03-09T05:04:47.567Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-09T05:04:47.567Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-09T05:04:47.568Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-09T05:04:47.568Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "SO-sdc-controller",
"timestamp": 1678338287567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/artifacts/service-Vfw20230309050315-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T05:04:48.569Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-09T05:04:48.570Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-09T05:04:48.570Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: bda1fe22-0e9e-4cb2-8e29-cba0aacb95bb, URL: /sdc/v1/catalog/services/Vfw20230309050315/1.0/artifacts/service-Vfw20230309050315-csar.csar to file: /app/ASDC/1/service-Vfw20230309050315-csar.csar
2023-03-09T05:04:48.571Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230309050315-csar.csar
2023-03-09T05:04:48.571Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230309050315-csar.csar
2023-03-09T05:04:48.571Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230309050315-csar.csar
2023-03-09T05:04:48.879Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14993344800137977711/Definitions/service-Vfw20230309050315-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-09T05:04:52.202Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-09T05:04:52.204Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-03-09T05:04:52.204Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230309050315-csar.csar
2023-03-09T05:04:52.204Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-09T05:04:52.205Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230309050315-csar.csar
2023-03-09T05:04:52.205Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230309050315-csar.csar
2023-03-09T05:04:52.205Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230309050315-csar.csar
2023-03-09T05:04:52.205Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b0c6b385-ac50 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-Vfw20230309050315-csar.csar
2023-03-09T05:04:52.206Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230309050315-csar.csar
2023-03-09T05:04:52.206Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230309050315-csar.csar
2023-03-09T05:04:52.206Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230309050315-csar.csar
2023-03-09T05:04:52.206Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230309050315-csar.csar
2023-03-09T05:04:52.207Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230309050315-csar.csar
2023-03-09T05:04:52.207Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230309050315-csar.csar
2023-03-09T05:04:52.207Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230309050315-csar.csar
2023-03-09T05:04:52.207Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-03-09T05:04:52.208Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T05:04:52.208Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-09 05-03-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-09T05:04:52.209Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vFW b0c6b385-ac50 0 is matching search criteria
2023-03-09T05:04:52.209Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-03-09T05:04:52.211Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b0c6b385-ac50 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-09T05:04:52.211Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T05:04:52.212Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-09 05-03-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-09T05:04:52.212Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vFW b0c6b385-ac50 0 is matching search criteria
2023-03-09T05:04:52.212Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-03-09T05:04:52.212Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b0c6b385-ac50 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-09T05:04:52.213Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T05:04:52.213Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-09 05-03-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-09T05:04:52.213Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T05:04:52.214Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vFW b0c6b385-ac50 0 is not matching search criteria
2023-03-09T05:04:52.217Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-09T05:04:52.222Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-09T05:04:52.222Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-09T05:04:52.222Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-09T05:04:52.223Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-09T05:04:52.223Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-09T05:04:52.223Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-09T05:04:52.224Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-09T05:04:52.224Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-09T05:04:52.225Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-09T05:04:52.225Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-09T05:04:52.226Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-09T05:04:52.226Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-09T05:04:52.226Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-09T05:04:52.226Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-09T05:04:52.227Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-09T05:04:52.227Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T05:04:52.227Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-09 05-03-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-09T05:04:52.228Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T05:04:52.229Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vFW b0c6b385-ac50 0 is matching search criteria
2023-03-09T05:04:52.229Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b0c6b385-ac50 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-09T05:04:52.230Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T05:04:52.230Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vFW b0c6b385-ac50 0 is matching search criteria
2023-03-09T05:04:52.231Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b0c6b385-ac50 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-09T05:04:52.231Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T05:04:52.231Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vFW b0c6b385-ac50 0 is matching search criteria
2023-03-09T05:04:52.232Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b0c6b385-ac50 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-09T05:04:52.232Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T05:04:52.232Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vFW b0c6b385-ac50 0 is not matching search criteria
2023-03-09T05:04:52.232Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-09T05:04:52.232Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-09T05:04:52.233Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-09T05:04:52.233Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-09T05:04:52.233Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-09T05:04:52.233Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-09T05:04:52.233Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-09T05:04:52.234Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-09T05:04:52.234Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-09T05:04:52.234Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-09T05:04:52.234Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-09T05:04:52.235Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=23ad4828-ae1e-41e6-a9a8-013d2717aeb5
2023-03-09T05:04:52.235Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T05:04:52.236Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vFW b0c6b385-ac50 0 is not matching search criteria
2023-03-09T05:04:52.236Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-09T05:04:52.236Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-09T05:04:52.237Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-09T05:04:52.237Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-09T05:04:52.237Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-09T05:04:52.237Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-09T05:04:52.238Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-09T05:04:52.238Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-09T05:04:52.238Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-09T05:04:52.238Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-09T05:04:52.239Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-09T05:04:52.239Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-09T05:04:52.239Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=bc3b7d8c-e862-4756-a7e3-b14492aa8e15
2023-03-09T05:04:52.240Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T05:04:52.240Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vFW b0c6b385-ac50 0 is not matching search criteria
2023-03-09T05:04:52.240Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-09T05:04:52.240Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-09T05:04:52.241Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-09T05:04:52.241Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-09T05:04:52.241Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-09T05:04:52.241Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-09T05:04:52.242Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-09T05:04:52.242Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-09T05:04:52.242Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-09T05:04:52.243Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-09T05:04:52.243Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-09T05:04:52.243Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-09T05:04:52.244Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=94ce80c2-7788-4e6b-9c4c-b7f970179249
2023-03-09T05:04:52.244Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T05:04:52.244Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-09 05-03-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-09T05:04:52.244Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T05:04:52.245Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-09 05-03-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-09T05:04:52.245Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T05:04:52.245Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-09 05-03-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-09T05:04:52.246Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T05:04:52.246Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-09 05-03-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-09T05:04:52.246Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2023-03-09 05-03-15
Description:catalog service description
Model UUID:0b2ac287-c652-45a4-bc05-7340b3a34647
Model Version:NULL
Model InvariantUuid:8d9d4fc1-e4fb-4f89-be9e-dd15fe4d6ced
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW b0c6b385-ac50
Model UUID:3b006d64-1de6-4240-89eb-2784bdd2366e
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:962848d8-57a9-4add-b0ba-f9dc1000636a
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:f56f0962-e259-45ea-bc9c-30fc690760e1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:59b965ad-c4cc-42fa-b8c5-7c61f02e9b26
ModelName:VfwB0c6b385Ac50..base_vfw..module-0
ModelUuid:5d19efe2-cbb7-4cff-81a0-ab34edfe4c4d
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:23ad4828-ae1e-41e6-a9a8-013d2717aeb5
ModelInvariantUuid:f1937d04-e5d3-4507-84fe-34e2086e2c5d
ModelName:vFW b0c6b385-ac50-nodes.vfwCvfc
ModelUuid:a9c9194b-b619-4913-84cf-8d0e0115658a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:c6260752-dfa4-4798-b9cd-b17de90b94f3
ModelInvariantUuid:94de8e0f-1a9d-4594-97bb-0f8c28e15509
ModelName:VfwB0c6b385Ac50.compute.nodes.heat.vfw
ModelUuid:568b5296-f146-4490-b63b-870438de5a31
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:bc3b7d8c-e862-4756-a7e3-b14492aa8e15
ModelInvariantUuid:cfd8088f-8aee-434e-a606-f21b202e67ed
ModelName:vFW b0c6b385-ac50-nodes.vsnCvfc
ModelUuid:600c4096-2df9-46dc-9781-5ce82ad6b81d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:9973b094-c95e-46de-9022-335c52e25b78
ModelInvariantUuid:62fc9ad5-601e-44f3-b5b9-a57c685bc9bc
ModelName:VfwB0c6b385Ac50.compute.nodes.heat.vsn
ModelUuid:7dc60e66-2859-495f-b914-d190f04fa564
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:94ce80c2-7788-4e6b-9c4c-b7f970179249
ModelInvariantUuid:40736cf6-1875-408f-b9bb-8b7d9696c92b
ModelName:vFW b0c6b385-ac50-nodes.vpgCvfc
ModelUuid:4cdfbec8-1e8b-436c-9943-8cc2536ded56
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:b5220426-5f0d-40d0-a672-d7f706482488
ModelInvariantUuid:375e0b48-431f-4dd8-948c-1d26656e4fd3
ModelName:VfwB0c6b385Ac50.compute.nodes.heat.vpg
ModelUuid:17880401-bb39-41cc-8d2a-0cb721b29f23
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-09T05:04:52.258Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 821e8919-18a8-4476-b650-d7ed615b4d55
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-09T05:04:52.264Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||INFO|500||vFW b0c6b385-ac50 0
2023-03-09T05:04:52.265Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 821e8919-18a8-4476-b650-d7ed615b4d55
2023-03-09T05:04:52.265Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 7e81b1cb-e8a7-4b64-be2c-183ff25672f6 from URL: /sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/vfwb0c6b385ac500_modules.json
2023-03-09T05:04:52.265Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-09T05:04:52.266Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/vfwb0c6b385ac500_modules.json
2023-03-09T05:04:52.340Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-03-09T05:04:52.340Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/vfwb0c6b385ac500_modules.json 7e81b1cb-e8a7-4b64-be2c-183ff25672f6 785
2023-03-09T05:04:52.341Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/vfwb0c6b385ac500_modules.json ASDC sendASDCNotification
2023-03-09T05:04:52.342Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/vfwb0c6b385ac500_modules.json
2023-03-09T05:04:52.344Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-09T05:04:52.345Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-09T05:04:52.347Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-09T05:04:52.347Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "SO-sdc-controller",
"timestamp": 1678338292341,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/vfwb0c6b385ac500_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T05:04:53.349Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB0c6b385Ac50..base_vfw..module-0",
"vfModuleModelInvariantUUID": "59b965ad-c4cc-42fa-b8c5-7c61f02e9b26",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5d19efe2-cbb7-4cff-81a0-ab34edfe4c4d",
"vfModuleModelCustomizationUUID": "1c078528-5fcb-471b-90eb-0fd462b54435",
"isBase": true,
"artifacts": [
"2f71cd18-970e-4826-abff-4ee0f38db1c7",
"ae26136e-04b3-4cfe-8bfe-46c264535d12"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-03-09T05:04:53.356Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB0c6b385Ac50..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5d19efe2-cbb7-4cff-81a0-ab34edfe4c4d
VfModuleModelInvariantUUID:59b965ad-c4cc-42fa-b8c5-7c61f02e9b26
VfModuleModelDescription:NULL
Artifacts UUID List:{
2f71cd18-970e-4826-abff-4ee0f38db1c7
,
ae26136e-04b3-4cfe-8bfe-46c264535d12
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-03-09T05:04:53.359Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB0c6b385Ac50..base_vfw..module-0",
"vfModuleModelInvariantUUID": "59b965ad-c4cc-42fa-b8c5-7c61f02e9b26",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5d19efe2-cbb7-4cff-81a0-ab34edfe4c4d",
"vfModuleModelCustomizationUUID": "1c078528-5fcb-471b-90eb-0fd462b54435",
"isBase": true,
"artifacts": [
"2f71cd18-970e-4826-abff-4ee0f38db1c7",
"ae26136e-04b3-4cfe-8bfe-46c264535d12"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-03-09T05:04:53.360Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB0c6b385Ac50..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5d19efe2-cbb7-4cff-81a0-ab34edfe4c4d
VfModuleModelInvariantUUID:59b965ad-c4cc-42fa-b8c5-7c61f02e9b26
VfModuleModelDescription:NULL
Artifacts UUID List:{
2f71cd18-970e-4826-abff-4ee0f38db1c7
,
ae26136e-04b3-4cfe-8bfe-46c264535d12
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-03-09T05:04:53.360Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 2f71cd18-970e-4826-abff-4ee0f38db1c7 from URL: /sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/base_vfw.yaml
2023-03-09T05:04:53.360Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-09T05:04:53.360Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/base_vfw.yaml
2023-03-09T05:04:53.456Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-03-09T05:04:53.457Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/base_vfw.yaml 2f71cd18-970e-4826-abff-4ee0f38db1c7 20368
2023-03-09T05:04:53.457Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-03-09T05:04:53.457Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/base_vfw.yaml
2023-03-09T05:04:53.457Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-09T05:04:53.458Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-09T05:04:53.458Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-09T05:04:53.458Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "SO-sdc-controller",
"timestamp": 1678338293457,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T05:04:54.459Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ae26136e-04b3-4cfe-8bfe-46c264535d12 from URL: /sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/base_vfw.env
2023-03-09T05:04:54.460Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-09T05:04:54.460Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/base_vfw.env
2023-03-09T05:04:54.576Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-03-09T05:04:54.577Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/base_vfw.env ae26136e-04b3-4cfe-8bfe-46c264535d12 2098
2023-03-09T05:04:54.577Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/base_vfw.env ASDC sendASDCNotification
2023-03-09T05:04:54.577Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/base_vfw.env
2023-03-09T05:04:54.578Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-09T05:04:54.578Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-09T05:04:54.578Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-09T05:04:54.578Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "SO-sdc-controller",
"timestamp": 1678338294577,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T05:04:55.579Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 0b2ac287-c652-45a4-bc05-7340b3a34647
2023-03-09T05:04:55.579Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b0c6b385-ac50 0 821e8919-18a8-4476-b650-d7ed615b4d55 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=?
2023-03-09T05:04:55.607Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4f5c5fcc, org.onap.sdc.toscaparser.api.parameters.Input@32ac7b88, org.onap.sdc.toscaparser.api.parameters.Input@4f294c13, org.onap.sdc.toscaparser.api.parameters.Input@61aeeba2, org.onap.sdc.toscaparser.api.parameters.Input@4ca16a64]
2023-03-09T05:04:55.610Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T05:04:55.610Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-09 05-03-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-09T05:04:55.610Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2023-03-09T05:04:55.611Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= f56f0962-e259-45ea-bc9c-30fc690760e1
2023-03-09T05:04:55.611Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f56f0962-e259-45ea-bc9c-30fc690760e1 matches Tosca VF Customization UUID: f56f0962-e259-45ea-bc9c-30fc690760e1
2023-03-09T05:04:55.611Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: f56f0962-e259-45ea-bc9c-30fc690760e1 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-03-09T05:04:55.616Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T05:04:55.617Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-09 05-03-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-09T05:04:55.618Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id f56f0962-e259-45ea-bc9c-30fc690760e1: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-03-09T05:04:55.618Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4937290f
2023-03-09T05:04:55.618Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T05:04:55.618Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-09 05-03-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-09T05:04:55.619Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1c078528-5fcb-471b-90eb-0fd462b54435
2023-03-09T05:04:55.619Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1c078528-5fcb-471b-90eb-0fd462b54435
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-03-09T05:04:55.623Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T05:04:55.624Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vFW b0c6b385-ac50 0 is matching search criteria
2023-03-09T05:04:55.624Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b0c6b385-ac50 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-09T05:04:55.624Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T05:04:55.625Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vFW b0c6b385-ac50 0 is matching search criteria
2023-03-09T05:04:55.625Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b0c6b385-ac50 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-09T05:04:55.626Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T05:04:55.626Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vFW b0c6b385-ac50 0 is not matching search criteria
2023-03-09T05:04:55.626Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-09T05:04:55.626Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-09T05:04:55.627Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-09T05:04:55.627Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-09T05:04:55.627Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-09T05:04:55.627Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-09T05:04:55.628Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-09T05:04:55.628Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-09T05:04:55.628Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-09T05:04:55.629Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-09T05:04:55.629Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-09T05:04:55.630Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=23ad4828-ae1e-41e6-a9a8-013d2717aeb5
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-03-09T05:04:55.637Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T05:04:55.638Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vFW b0c6b385-ac50 0 is matching search criteria
2023-03-09T05:04:55.638Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b0c6b385-ac50 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-09T05:04:55.639Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T05:04:55.639Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vFW b0c6b385-ac50 0 is not matching search criteria
2023-03-09T05:04:55.639Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-09T05:04:55.640Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-09T05:04:55.641Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-09T05:04:55.641Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-09T05:04:55.641Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-09T05:04:55.642Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-09T05:04:55.642Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-09T05:04:55.642Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-09T05:04:55.643Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-09T05:04:55.643Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-09T05:04:55.643Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-09T05:04:55.643Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-09T05:04:55.644Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=bc3b7d8c-e862-4756-a7e3-b14492aa8e15
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-03-09T05:04:55.648Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T05:04:55.649Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vFW b0c6b385-ac50 0 is matching search criteria
2023-03-09T05:04:55.649Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b0c6b385-ac50 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-09T05:04:55.655Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T05:04:55.656Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vFW b0c6b385-ac50 0 is not matching search criteria
2023-03-09T05:04:55.656Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-09T05:04:55.656Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-09T05:04:55.656Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-09T05:04:55.657Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-09T05:04:55.657Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-09T05:04:55.657Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-09T05:04:55.657Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-09T05:04:55.658Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-09T05:04:55.658Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-09T05:04:55.658Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-09T05:04:55.658Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-09T05:04:55.658Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-09T05:04:55.659Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=94ce80c2-7788-4e6b-9c4c-b7f970179249
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-03-09T05:04:55.663Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T05:04:55.663Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vFW b0c6b385-ac50 0 is matching search criteria
2023-03-09T05:04:55.663Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b0c6b385-ac50 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-09T05:04:55.663Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T05:04:55.664Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Node template vFW b0c6b385-ac50 0 is matching search criteria
2023-03-09T05:04:55.664Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b0c6b385-ac50 0] matching following query criteria: sdcType=VF, customizationUUID=f56f0962-e259-45ea-bc9c-30fc690760e1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-09T05:04:55.667Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T05:04:55.667Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-09 05-03-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-09T05:04:55.668Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 0b2ac287-c652-45a4-bc05-7340b3a34647: vFW b0c6b385-ac50
2023-03-09T05:04:55.668Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T05:04:55.668Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-09 05-03-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-09T05:04:55.668Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T05:04:55.668Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-09 05-03-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-09T05:04:55.669Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T05:04:55.669Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-09 05-03-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-09T05:04:55.669Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T05:04:55.669Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-09 05-03-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-09T05:04:55.670Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T05:04:55.670Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-09 05-03-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-09T05:04:55.671Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2023-03-09 05-03-15
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-09T05:04:56.054Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b0c6b385-ac50 821e8919-18a8-4476-b650-d7ed615b4d55 1 ASDC deployResourceStructure
2023-03-09T05:04:56.055Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/vfwb0c6b385ac500_modules.json ASDC sendASDCNotification
2023-03-09T05:04:56.055Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/vfwb0c6b385ac500_modules.json
2023-03-09T05:04:56.055Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-09T05:04:56.055Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-09T05:04:56.056Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-09T05:04:56.056Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "SO-sdc-controller",
"timestamp": 1678338296055,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/vfwb0c6b385ac500_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T05:04:57.057Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-03-09T05:04:57.057Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/base_vfw.yaml
2023-03-09T05:04:57.057Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-09T05:04:57.057Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-09T05:04:57.058Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-09T05:04:57.058Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "SO-sdc-controller",
"timestamp": 1678338297057,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T05:04:58.059Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/base_vfw.env ASDC sendASDCNotification
2023-03-09T05:04:58.059Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/base_vfw.env
2023-03-09T05:04:58.059Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-09T05:04:58.060Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-09T05:04:58.060Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-09T05:04:58.060Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "SO-sdc-controller",
"timestamp": 1678338298059,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T05:04:59.061Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230309050315/1.0/artifacts/service-Vfw20230309050315-csar.csar ASDC sendASDCNotification
2023-03-09T05:04:59.061Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230309050315/1.0/artifacts/service-Vfw20230309050315-csar.csar
2023-03-09T05:04:59.061Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-09T05:04:59.062Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-09T05:04:59.063Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-09T05:04:59.063Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "SO-sdc-controller",
"timestamp": 1678338299061,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/artifacts/service-Vfw20230309050315-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T05:05:00.064Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 017b0d28-cc77-4974-80a8-b0da49b42770
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-09T05:05:00.079Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 017b0d28-cc77-4974-80a8-b0da49b42770
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-09T05:05:00.083Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-09T05:05:00.083Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-09T05:05:00.083Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-09T05:05:30.083Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 017b0d28-cc77-4974-80a8-b0da49b42770
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-09T05:05:30.098Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 017b0d28-cc77-4974-80a8-b0da49b42770
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-09T05:05:30.105Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-09T05:05:30.105Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-09T05:05:30.105Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-09T05:05:40.918Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T05:05:40.920Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:05:40.921Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "SO-sdc-controller",
"timestamp": 1678338276791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-09T05:05:40.922Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:06:00.106Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 017b0d28-cc77-4974-80a8-b0da49b42770
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-09T05:06:00.139Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 017b0d28-cc77-4974-80a8-b0da49b42770
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-09T05:06:00.144Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-09T05:06:00.144Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-09T05:06:00.144Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-09T05:06:30.144Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 017b0d28-cc77-4974-80a8-b0da49b42770
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-09T05:06:30.159Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 017b0d28-cc77-4974-80a8-b0da49b42770
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-09T05:06:30.170Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-09T05:06:30.170Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-09T05:06:30.170Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-09T05:06:40.917Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T05:06:40.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:06:40.925Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "policy-distribution-id",
"timestamp": 1678338271756,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/vfwb0c6b385ac500_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-09T05:06:40.926Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:06:40.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:06:40.926Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "cds-sdc-listener",
"timestamp": 1678338239270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/vfwb0c6b385ac500_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-09T05:06:40.926Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:06:40.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:06:40.927Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "SO-sdc-controller",
"timestamp": 1678338276791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/vfwb0c6b385ac500_modules.json",
"status": "NOTIFIED"
}
2023-03-09T05:06:40.927Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:06:40.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:06:40.927Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "multicloud-k8s",
"timestamp": 1678338274966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/vfwb0c6b385ac500_modules.json",
"status": "NOTIFIED"
}
2023-03-09T05:06:40.927Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:06:40.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:06:40.928Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "policy-distribution-id",
"timestamp": 1678338271756,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-03-09T05:06:40.928Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:06:40.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:06:40.928Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "cds-sdc-listener",
"timestamp": 1678338239270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-09T05:06:40.928Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:06:40.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:06:40.929Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "SO-sdc-controller",
"timestamp": 1678338276791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-03-09T05:06:40.929Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:06:40.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:06:40.930Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "multicloud-k8s",
"timestamp": 1678338274966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-03-09T05:06:40.930Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:06:40.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:06:40.931Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "policy-distribution-id",
"timestamp": 1678338271756,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-09T05:06:40.931Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:06:40.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:06:40.931Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "cds-sdc-listener",
"timestamp": 1678338239270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-09T05:06:40.931Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:06:40.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:06:40.931Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "SO-sdc-controller",
"timestamp": 1678338276791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-09T05:06:40.932Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:06:40.932Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:06:40.932Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "multicloud-k8s",
"timestamp": 1678338274966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-09T05:06:40.932Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:06:40.932Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:06:40.932Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "policy-distribution-id",
"timestamp": 1678338271756,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-03-09T05:06:40.932Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:06:40.933Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:06:40.933Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "cds-sdc-listener",
"timestamp": 1678338239270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-03-09T05:06:40.933Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:06:40.933Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:06:40.933Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "SO-sdc-controller",
"timestamp": 1678338276791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-03-09T05:06:40.934Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:06:40.934Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:06:40.934Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "multicloud-k8s",
"timestamp": 1678338274966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-03-09T05:06:40.934Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:06:40.934Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:06:40.934Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "policy-distribution-id",
"timestamp": 1678338271756,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/artifacts/service-Vfw20230309050315-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-09T05:06:40.935Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:06:40.935Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:06:40.935Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "cds-sdc-listener",
"timestamp": 1678338239270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/artifacts/service-Vfw20230309050315-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-09T05:06:40.935Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:06:40.935Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:06:40.935Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "SO-sdc-controller",
"timestamp": 1678338276791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/artifacts/service-Vfw20230309050315-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-09T05:06:40.936Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:06:40.936Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:06:40.936Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "multicloud-k8s",
"timestamp": 1678338274966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/artifacts/service-Vfw20230309050315-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-09T05:06:40.936Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:06:40.936Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:06:40.936Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "policy-distribution-id",
"timestamp": 1678338271756,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/artifacts/service-Vfw20230309050315-csar.csar",
"status": "NOTIFIED"
}
2023-03-09T05:06:40.936Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:06:40.937Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:06:40.937Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "cds-sdc-listener",
"timestamp": 1678338239270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/artifacts/service-Vfw20230309050315-csar.csar",
"status": "NOTIFIED"
}
2023-03-09T05:06:40.937Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:06:40.937Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:06:40.937Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "SO-sdc-controller",
"timestamp": 1678338276791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/artifacts/service-Vfw20230309050315-csar.csar",
"status": "NOTIFIED"
}
2023-03-09T05:06:40.937Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:06:40.938Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:06:40.938Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "multicloud-k8s",
"timestamp": 1678338274966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/artifacts/service-Vfw20230309050315-csar.csar",
"status": "NOTIFIED"
}
2023-03-09T05:06:40.938Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:06:40.938Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:06:40.938Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "policy-distribution-id",
"timestamp": 1678338287732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/artifacts/service-Vfw20230309050315-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-09T05:06:40.938Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:06:40.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:06:40.939Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "cds-sdc-listener",
"timestamp": 1678338287212,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/artifacts/service-Vfw20230309050315-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-09T05:06:40.939Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:06:40.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:06:40.939Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "multicloud-k8s",
"timestamp": 1678338288211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/vfwb0c6b385ac500_modules.json",
"status": "DOWNLOAD_OK"
}
2023-03-09T05:06:40.939Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:06:40.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:06:40.939Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "SO-sdc-controller",
"timestamp": 1678338287567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/artifacts/service-Vfw20230309050315-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-09T05:06:40.939Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:06:40.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:06:40.940Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "policy-distribution-id",
"timestamp": 1678338288736,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/artifacts/service-Vfw20230309050315-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-09T05:06:40.940Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:06:40.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:06:40.940Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "multicloud-k8s",
"timestamp": 1678338289357,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-03-09T05:06:40.940Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:06:40.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:06:40.940Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "policy-distribution-id",
"timestamp": 1678338289738,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-09T05:06:40.952Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 017b0d28-cc77-4974-80a8-b0da49b42770
2023-03-09T05:06:40.952Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 017b0d28-cc77-4974-80a8-b0da49b42770 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-09T05:06:40.967Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:06:40.968Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "multicloud-k8s",
"timestamp": 1678338290453,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-03-09T05:06:40.968Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:06:40.968Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:06:40.968Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "aai-model-loader",
"timestamp": 1678338290123,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-09T05:06:40.969Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:06:40.969Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:06:40.969Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "aai-model-loader",
"timestamp": 1678338290123,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/vfwb0c6b385ac500_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-09T05:06:40.969Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:06:40.969Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:06:40.970Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "multicloud-k8s",
"timestamp": 1678338291610,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-09T05:06:40.981Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 017b0d28-cc77-4974-80a8-b0da49b42770
2023-03-09T05:06:40.982Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 017b0d28-cc77-4974-80a8-b0da49b42770 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-09T05:06:40.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:06:40.994Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "aai-model-loader",
"timestamp": 1678338290123,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-09T05:06:40.994Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:06:40.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:06:40.994Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "multicloud-k8s",
"timestamp": 1678338292624,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/vfwb0c6b385ac500_modules.json",
"status": "DEPLOY_OK"
}
2023-03-09T05:06:40.995Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:06:40.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:06:40.995Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "SO-sdc-controller",
"timestamp": 1678338292341,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/vfwb0c6b385ac500_modules.json",
"status": "DOWNLOAD_OK"
}
2023-03-09T05:06:40.996Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:06:40.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:06:40.996Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "aai-model-loader",
"timestamp": 1678338290123,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-09T05:06:40.996Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:06:40.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:06:40.996Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "SO-sdc-controller",
"timestamp": 1678338293457,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-03-09T05:06:40.996Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:06:40.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:06:40.996Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "aai-model-loader",
"timestamp": 1678338290123,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-03-09T05:06:40.996Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:06:40.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:06:40.996Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "SO-sdc-controller",
"timestamp": 1678338294577,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-03-09T05:06:40.997Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:06:40.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:06:40.997Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "aai-model-loader",
"timestamp": 1678338290123,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/artifacts/service-Vfw20230309050315-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-09T05:06:40.997Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:06:40.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:06:40.997Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "aai-model-loader",
"timestamp": 1678338290123,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/artifacts/service-Vfw20230309050315-csar.csar",
"status": "NOTIFIED"
}
2023-03-09T05:06:40.997Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:06:40.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:06:40.997Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "SO-sdc-controller",
"timestamp": 1678338296055,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/vfwb0c6b385ac500_modules.json",
"status": "DEPLOY_OK"
}
2023-03-09T05:06:40.997Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:06:40.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:06:40.998Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "aai-model-loader",
"timestamp": 1678338297301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/artifacts/service-Vfw20230309050315-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-09T05:06:40.998Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:06:40.998Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:06:40.998Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "SO-sdc-controller",
"timestamp": 1678338297057,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-03-09T05:06:40.998Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:06:40.998Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:06:40.998Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "SO-sdc-controller",
"timestamp": 1678338298059,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-03-09T05:06:40.998Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:06:40.998Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:06:40.998Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "SO-sdc-controller",
"timestamp": 1678338299061,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/artifacts/service-Vfw20230309050315-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-09T05:06:40.998Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:06:40.998Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:06:40.998Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678338300829,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-09T05:06:40.998Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:06:40.998Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:06:40.998Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678338300829,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/vfwb0c6b385ac500_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-09T05:06:40.999Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:06:40.999Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:06:40.999Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678338300829,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-09T05:06:40.999Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:06:40.999Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:06:40.999Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678338300829,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-09T05:06:40.999Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:06:40.999Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:06:40.999Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678338300829,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/resourceInstances/vfwb0c6b385ac500/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-03-09T05:06:40.999Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:06:40.999Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:06:40.999Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678338300829,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/artifacts/service-Vfw20230309050315-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-09T05:06:40.999Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:06:40.999Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:06:40.999Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678338300829,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/artifacts/service-Vfw20230309050315-csar.csar",
"status": "NOTIFIED"
}
2023-03-09T05:06:40.999Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:06:41.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:06:41.000Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678338308753,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/artifacts/service-Vfw20230309050315-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-09T05:06:41.002Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:06:41.002Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:06:41.002Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678338315335,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/artifacts/service-Vfw20230309050315-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-09T05:06:41.002Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:06:41.002Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:06:41.002Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "aai-model-loader",
"timestamp": 1678338316233,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230309050315/1.0/artifacts/service-Vfw20230309050315-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-09T05:06:41.002Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:06:41.003Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:06:41.003Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678338316344,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-09T05:06:41.010Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 017b0d28-cc77-4974-80a8-b0da49b42770
2023-03-09T05:06:41.011Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 017b0d28-cc77-4974-80a8-b0da49b42770 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-09T05:06:41.028Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:06:41.028Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "aai-model-loader",
"timestamp": 1678338317237,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-09T05:06:41.040Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 017b0d28-cc77-4974-80a8-b0da49b42770
2023-03-09T05:06:41.040Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 017b0d28-cc77-4974-80a8-b0da49b42770 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-09T05:07:00.170Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 017b0d28-cc77-4974-80a8-b0da49b42770
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-09T05:07:00.190Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 017b0d28-cc77-4974-80a8-b0da49b42770
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-09T05:07:00.199Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-09T05:07:00.200Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-09T05:07:00.200Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-09T05:07:00.200Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-09T05:07:00.201Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-09T05:07:00.201Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-09T05:07:00.201Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-09T05:07:00.201Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-09T05:07:00.201Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-09T05:07:00.224Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-09T05:07:30.225Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 017b0d28-cc77-4974-80a8-b0da49b42770 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-09T05:07:30.237Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 017b0d28-cc77-4974-80a8-b0da49b42770 and serviceModelVersionId: 0b2ac287-c652-45a4-bc05-7340b3a34647
2023-03-09T05:07:30.237Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8d9d4fc1-e4fb-4f89-be9e-dd15fe4d6ced
2023-03-09T05:07:30.238Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8d9d4fc1-e4fb-4f89-be9e-dd15fe4d6ced/model-vers/model-ver/0b2ac287-c652-45a4-bc05-7340b3a34647?depth=0
2023-03-09T05:07:30.245Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-03-09T05:07:30.289Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8d9d4fc1-e4fb-4f89-be9e-dd15fe4d6ced/model-vers/model-ver/0b2ac287-c652-45a4-bc05-7340b3a34647?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-09T05:07:30.290Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8d9d4fc1-e4fb-4f89-be9e-dd15fe4d6ced/model-vers/model-ver/0b2ac287-c652-45a4-bc05-7340b3a34647?depth=0|INFO|500||Invoke
2023-03-09T05:07:30.295Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8d9d4fc1-e4fb-4f89-be9e-dd15fe4d6ced/model-vers/model-ver/0b2ac287-c652-45a4-bc05-7340b3a34647?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-03-09T05:07:30.710Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8d9d4fc1-e4fb-4f89-be9e-dd15fe4d6ced/model-vers/model-ver/0b2ac287-c652-45a4-bc05-7340b3a34647?depth=0|INFO|500||InvokeReturn
2023-03-09T05:07:30.711Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8d9d4fc1-e4fb-4f89-be9e-dd15fe4d6ced/model-vers/model-ver/0b2ac287-c652-45a4-bc05-7340b3a34647?depth=0 has http status code:200 and response headers:{date=[Thu, 09 Mar 2023 05:07:29 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[411], vertex-id=[209112], x-aai-txid=[2-aai-resources-230309-05:07:29:637-55683], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-09T05:07:30.711Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2023-03-09T05:07:30.711Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-09T05:07:30.712Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-09T05:07:30.729Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-03-09T05:07:30.730Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 017b0d28-cc77-4974-80a8-b0da49b42770 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-09T05:07:30.730Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-09T05:07:30.731Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-09T05:07:30.731Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-09T05:07:30.731Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "SO-sdc-controller",
"timestamp": 1678338450730,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-09T05:07:31.750Z|017b0d28-cc77-4974-80a8-b0da49b42770|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T05:07:40.918Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T05:07:40.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-09T05:07:40.926Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "017b0d28-cc77-4974-80a8-b0da49b42770",
"consumerID": "SO-sdc-controller",
"timestamp": 1678338450730,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-09T05:07:40.928Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:08:31.750Z|fd7f342e-7eaf-4ba2-b7ec-ed8b21c149b9|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T05:08:40.918Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T05:09:31.750Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T05:09:40.918Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T05:10:31.752Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T05:10:40.920Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T05:11:31.757Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T05:11:40.921Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T05:12:31.759Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T05:12:40.921Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T05:13:00.510Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:13:00.510Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"f587521c-5e06-4bfe-8027-73486d384091","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"6cf79d52-8c1d-4e51-80cd-8fa12d54a084","serviceDescription":"service","serviceInvariantUUID":"de37caac-e376-4577-90b7-7f091ebaf34b","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"dc88ae78-bd61-45bc-8fff-b0850ba09478","resourceInvariantUUID":"ab9e148f-d837-4ee6-a3a2-01b3288899a9","resourceCustomizationUUID":"cc30b775-eefa-432a-872f-4beaa5168eb3","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":"NDhlODNkZmU4OGM4ZWI3NjRiNmQ3NTljZWFhYTI3YjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"375ec8ee-9179-4e46-8f37-8cd326ed3f03","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODY0YjdjYzM0ZTUyNDQzYTZkY2E5ZjlkMDY0MzgwZDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f9507cbd-e5ae-4d2b-bf2b-04a850e3df01","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-09T05:13:00.521Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-09T05:13:00.522Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-09T05:13:00.523Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-09T05:13:00.523Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "f587521c-5e06-4bfe-8027-73486d384091",
"consumerID": "SO-sdc-controller",
"timestamp": 1678338751759,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T05:13:00.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:13:00.559Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "f587521c-5e06-4bfe-8027-73486d384091",
"consumerID": "SO-sdc-controller",
"timestamp": 1678338751759,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-09T05:13:00.561Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:13:01.525Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-09T05:13:01.526Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-09T05:13:01.526Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-09T05:13:01.526Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "f587521c-5e06-4bfe-8027-73486d384091",
"consumerID": "SO-sdc-controller",
"timestamp": 1678338751759,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T05:13:02.528Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "f587521c-5e06-4bfe-8027-73486d384091",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "6cf79d52-8c1d-4e51-80cd-8fa12d54a084",
"serviceDescription": "service",
"serviceInvariantUUID": "de37caac-e376-4577-90b7-7f091ebaf34b",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "cc30b775-eefa-432a-872f-4beaa5168eb3",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "dc88ae78-bd61-45bc-8fff-b0850ba09478",
"resourceInvariantUUID": "ab9e148f-d837-4ee6-a3a2-01b3288899a9",
"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": "ODY0YjdjYzM0ZTUyNDQzYTZkY2E5ZjlkMDY0MzgwZDA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f9507cbd-e5ae-4d2b-bf2b-04a850e3df01"
}
],
"workloadContext": "Production"
}
2023-03-09T05:13:02.529Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-09T05:13:02.529Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6cf79d52-8c1d-4e51-80cd-8fa12d54a084 ASDC
2023-03-09T05:13:02.530Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:f587521c-5e06-4bfe-8027-73486d384091
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:6cf79d52-8c1d-4e51-80cd-8fa12d54a084
ServiceInvariantUUID:de37caac-e376-4577-90b7-7f091ebaf34b
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:f9507cbd-e5ae-4d2b-bf2b-04a850e3df01
ArtifactChecksum:ODY0YjdjYzM0ZTUyNDQzYTZkY2E5ZjlkMDY0MzgwZDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:cc30b775-eefa-432a-872f-4beaa5168eb3
ResourceInvariantUUID:ab9e148f-d837-4ee6-a3a2-01b3288899a9
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:dc88ae78-bd61-45bc-8fff-b0850ba09478
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2023-03-09T05:13:02.530Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6cf79d52-8c1d-4e51-80cd-8fa12d54a084 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-09T05:13:02.579Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-09T05:13:02.580Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-09T05:13:02.580Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-09T05:13:02.580Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f9507cbd-e5ae-4d2b-bf2b-04a850e3df01 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-09T05:13:02.580Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-09T05:13:02.581Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-09T05:13:02.727Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-09T05:13:02.729Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar f9507cbd-e5ae-4d2b-bf2b-04a850e3df01 57801
2023-03-09T05:13:02.729Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-09T05:13:02.730Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-09T05:13:02.730Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-09T05:13:02.730Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-09T05:13:02.731Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-09T05:13:02.731Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "f587521c-5e06-4bfe-8027-73486d384091",
"consumerID": "SO-sdc-controller",
"timestamp": 1678338782729,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T05:13:03.732Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-09T05:13:03.734Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-09T05:13:03.734Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: f9507cbd-e5ae-4d2b-bf2b-04a850e3df01, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-09T05:13:03.735Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-09T05:13:03.736Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-09T05:13:03.736Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-09T05:13:03.918Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3909803721059482635/Definitions/service-BasicNetwork-template.yml
2023-03-09T05:13:04.442Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-09T05:13:04.443Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-09T05:13:04.443Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-09T05:13:04.443Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-09T05:13:04.443Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-09T05:13:04.443Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-09T05:13:04.444Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-09T05:13:04.444Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-09T05:13:04.444Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-09T05:13:04.444Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-09T05:13:04.445Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-09T05:13:04.445Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-09T05:13:04.445Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-09T05:13:04.445Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T05:13:04.445Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-09T05:13:04.446Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-09T05:13:04.446Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-09T05:13:04.446Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-09T05:13:04.446Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T05:13:04.447Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-09T05:13:04.447Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-09T05:13:04.447Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-09T05:13:04.447Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-09T05:13:04.447Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T05:13:04.448Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-09T05:13:04.448Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T05:13:04.448Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-09T05:13:04.449Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T05:13:04.449Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-09T05:13:04.449Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T05:13:04.449Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-09T05:13:04.450Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T05:13:04.450Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-09T05:13:04.450Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:6cf79d52-8c1d-4e51-80cd-8fa12d54a084
Model Version:NULL
Model InvariantUuid:de37caac-e376-4577-90b7-7f091ebaf34b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:ab9e148f-d837-4ee6-a3a2-01b3288899a9
Model UUID:4492f0f2-3043-40b6-8c63-88d390c08404
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:cc30b775-eefa-432a-872f-4beaa5168eb3
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-09T05:13:04.462Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: dc88ae78-bd61-45bc-8fff-b0850ba09478
2023-03-09T05:13:04.462Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||INFO|500||No resources found for Service: 6cf79d52-8c1d-4e51-80cd-8fa12d54a084
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-09T05:13:04.469Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||INFO|500||
2023-03-09T05:13:04.470Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2023-03-09T05:13:04.471Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 6cf79d52-8c1d-4e51-80cd-8fa12d54a084
2023-03-09T05:13:04.471Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 6cf79d52-8c1d-4e51-80cd-8fa12d54a084
2023-03-09T05:13:04.471Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2023-03-09T05:13:04.472Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-09T05:13:04.482Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2a645190, org.onap.sdc.toscaparser.api.parameters.Input@b41be2f, org.onap.sdc.toscaparser.api.parameters.Input@6da6419, org.onap.sdc.toscaparser.api.parameters.Input@7390be90, org.onap.sdc.toscaparser.api.parameters.Input@7bf099a3]
2023-03-09T05:13:04.484Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T05:13:04.485Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-09T05:13:04.485Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T05:13:04.485Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-09T05:13:04.486Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 6cf79d52-8c1d-4e51-80cd-8fa12d54a084: Generic NeutronNet
2023-03-09T05:13:04.486Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T05:13:04.486Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-09T05:13:04.486Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T05:13:04.486Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2023-03-09T05:13:04.544Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T05:13:04.544Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-09T05:13:04.545Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T05:13:04.545Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-09T05:13:04.545Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T05:13:04.546Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-09T05:13:04.546Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-03-09T05:13:04.711Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2023-03-09T05:13:04.712Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-09T05:13:04.713Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-09T05:13:04.713Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-09T05:13:04.713Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-09T05:13:04.713Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-09T05:13:04.714Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "f587521c-5e06-4bfe-8027-73486d384091",
"consumerID": "SO-sdc-controller",
"timestamp": 1678338784712,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T05:13:05.715Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f587521c-5e06-4bfe-8027-73486d384091
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-09T05:13:05.755Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f587521c-5e06-4bfe-8027-73486d384091
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-09T05:13:05.759Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-09T05:13:05.760Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-09T05:13:05.760Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-09T05:13:35.761Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f587521c-5e06-4bfe-8027-73486d384091
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-09T05:13:35.778Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f587521c-5e06-4bfe-8027-73486d384091
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-09T05:13:35.787Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-09T05:13:35.787Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-09T05:13:35.787Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-09T05:13:40.918Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T05:13:40.919Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:13:40.919Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "f587521c-5e06-4bfe-8027-73486d384091",
"consumerID": "policy-distribution-id",
"timestamp": 1678338770753,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-09T05:13:40.920Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:14:05.788Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f587521c-5e06-4bfe-8027-73486d384091
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-09T05:14:05.809Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f587521c-5e06-4bfe-8027-73486d384091
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-09T05:14:05.815Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-09T05:14:05.816Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-09T05:14:05.816Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-09T05:14:35.818Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f587521c-5e06-4bfe-8027-73486d384091
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-09T05:14:35.856Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f587521c-5e06-4bfe-8027-73486d384091
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-09T05:14:35.867Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-09T05:14:35.868Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-09T05:14:35.868Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-09T05:14:40.917Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T05:14:40.920Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:14:40.920Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "f587521c-5e06-4bfe-8027-73486d384091",
"consumerID": "cds-sdc-listener",
"timestamp": 1678338768231,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-09T05:14:40.921Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:14:40.922Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:14:40.922Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "f587521c-5e06-4bfe-8027-73486d384091",
"consumerID": "multicloud-k8s",
"timestamp": 1678338773744,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-09T05:14:40.922Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:14:40.922Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:14:40.922Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "f587521c-5e06-4bfe-8027-73486d384091",
"consumerID": "aai-model-loader",
"timestamp": 1678338770123,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-09T05:14:40.922Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:14:40.923Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:14:40.923Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "f587521c-5e06-4bfe-8027-73486d384091",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678338780827,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-09T05:14:40.923Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:14:40.923Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:14:40.923Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "f587521c-5e06-4bfe-8027-73486d384091",
"consumerID": "SO-sdc-controller",
"timestamp": 1678338751759,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-03-09T05:14:40.923Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:14:40.923Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:14:40.924Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "f587521c-5e06-4bfe-8027-73486d384091",
"consumerID": "policy-distribution-id",
"timestamp": 1678338770753,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-03-09T05:14:40.924Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:14:40.924Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:14:40.924Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "f587521c-5e06-4bfe-8027-73486d384091",
"consumerID": "multicloud-k8s",
"timestamp": 1678338773744,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-03-09T05:14:40.925Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:14:40.925Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:14:40.925Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "f587521c-5e06-4bfe-8027-73486d384091",
"consumerID": "cds-sdc-listener",
"timestamp": 1678338768231,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-03-09T05:14:40.925Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:14:40.925Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:14:40.926Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "f587521c-5e06-4bfe-8027-73486d384091",
"consumerID": "aai-model-loader",
"timestamp": 1678338770123,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-03-09T05:14:40.926Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:14:40.926Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:14:40.926Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "f587521c-5e06-4bfe-8027-73486d384091",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678338780827,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-03-09T05:14:40.926Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:14:40.926Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:14:40.926Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "f587521c-5e06-4bfe-8027-73486d384091",
"consumerID": "SO-sdc-controller",
"timestamp": 1678338782729,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-09T05:14:40.927Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:14:40.928Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:14:40.928Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "f587521c-5e06-4bfe-8027-73486d384091",
"consumerID": "policy-distribution-id",
"timestamp": 1678338782991,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-09T05:14:40.930Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:14:40.930Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:14:40.930Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "f587521c-5e06-4bfe-8027-73486d384091",
"consumerID": "cds-sdc-listener",
"timestamp": 1678338782447,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-09T05:14:40.931Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:14:40.931Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:14:40.931Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "f587521c-5e06-4bfe-8027-73486d384091",
"consumerID": "aai-model-loader",
"timestamp": 1678338783071,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-09T05:14:40.932Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:14:40.932Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:14:40.932Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "f587521c-5e06-4bfe-8027-73486d384091",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678338783633,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-09T05:14:40.932Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:14:40.932Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:14:40.932Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "f587521c-5e06-4bfe-8027-73486d384091",
"consumerID": "policy-distribution-id",
"timestamp": 1678338783995,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-09T05:14:40.933Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:14:40.933Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:14:40.933Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "f587521c-5e06-4bfe-8027-73486d384091",
"consumerID": "SO-sdc-controller",
"timestamp": 1678338784712,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-09T05:14:40.933Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:14:40.933Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:14:40.933Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "f587521c-5e06-4bfe-8027-73486d384091",
"consumerID": "policy-distribution-id",
"timestamp": 1678338784997,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-09T05:14:40.949Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f587521c-5e06-4bfe-8027-73486d384091
2023-03-09T05:14:40.949Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f587521c-5e06-4bfe-8027-73486d384091 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-09T05:14:40.967Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:14:40.967Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "f587521c-5e06-4bfe-8027-73486d384091",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678338785907,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-09T05:14:40.967Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:14:40.967Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:14:40.968Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "f587521c-5e06-4bfe-8027-73486d384091",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678338786914,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-09T05:14:40.976Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f587521c-5e06-4bfe-8027-73486d384091
2023-03-09T05:14:40.977Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f587521c-5e06-4bfe-8027-73486d384091 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-09T05:14:40.995Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:14:40.996Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "f587521c-5e06-4bfe-8027-73486d384091",
"consumerID": "aai-model-loader",
"timestamp": 1678338789957,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-09T05:14:40.996Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:14:40.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:14:40.996Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "f587521c-5e06-4bfe-8027-73486d384091",
"consumerID": "aai-model-loader",
"timestamp": 1678338790961,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-09T05:14:41.004Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f587521c-5e06-4bfe-8027-73486d384091
2023-03-09T05:14:41.005Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f587521c-5e06-4bfe-8027-73486d384091 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-09T05:15:05.868Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f587521c-5e06-4bfe-8027-73486d384091
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-09T05:15:05.890Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f587521c-5e06-4bfe-8027-73486d384091
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-09T05:15:05.894Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-09T05:15:05.894Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-09T05:15:05.894Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-09T05:15:05.894Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-09T05:15:05.894Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-09T05:15:05.894Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-09T05:15:05.895Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-09T05:15:05.895Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-09T05:15:05.895Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-09T05:15:05.910Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-09T05:15:35.910Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f587521c-5e06-4bfe-8027-73486d384091 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-09T05:15:35.920Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f587521c-5e06-4bfe-8027-73486d384091 and serviceModelVersionId: 6cf79d52-8c1d-4e51-80cd-8fa12d54a084
2023-03-09T05:15:35.920Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : de37caac-e376-4577-90b7-7f091ebaf34b
2023-03-09T05:15:35.921Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/de37caac-e376-4577-90b7-7f091ebaf34b/model-vers/model-ver/6cf79d52-8c1d-4e51-80cd-8fa12d54a084?depth=0
2023-03-09T05:15:35.925Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-09T05:15:35.960Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de37caac-e376-4577-90b7-7f091ebaf34b/model-vers/model-ver/6cf79d52-8c1d-4e51-80cd-8fa12d54a084?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-09T05:15:35.961Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de37caac-e376-4577-90b7-7f091ebaf34b/model-vers/model-ver/6cf79d52-8c1d-4e51-80cd-8fa12d54a084?depth=0|INFO|500||Invoke
2023-03-09T05:15:35.977Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de37caac-e376-4577-90b7-7f091ebaf34b/model-vers/model-ver/6cf79d52-8c1d-4e51-80cd-8fa12d54a084?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-03-09T05:15:36.147Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de37caac-e376-4577-90b7-7f091ebaf34b/model-vers/model-ver/6cf79d52-8c1d-4e51-80cd-8fa12d54a084?depth=0|INFO|500||InvokeReturn
2023-03-09T05:15:36.148Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de37caac-e376-4577-90b7-7f091ebaf34b/model-vers/model-ver/6cf79d52-8c1d-4e51-80cd-8fa12d54a084?depth=0 has http status code:200 and response headers:{date=[Thu, 09 Mar 2023 05:15:35 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[164], vertex-id=[381120], x-aai-txid=[2-aai-resources-230309-05:15:35:307-70129], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-09T05:15:36.148Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-09T05:15:36.149Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-09T05:15:36.150Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-09T05:15:36.161Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-03-09T05:15:36.161Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f587521c-5e06-4bfe-8027-73486d384091 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-09T05:15:36.162Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-09T05:15:36.164Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-09T05:15:36.164Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-09T05:15:36.165Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "f587521c-5e06-4bfe-8027-73486d384091",
"consumerID": "SO-sdc-controller",
"timestamp": 1678338936161,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-09T05:15:37.185Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T05:15:37.197Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-09T05:15:37.197Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"1c9344bc-33d2-4d64-962a-64f7577b3de5","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"676c5ea2-4343-43d2-87fd-f405e51fea0c","serviceDescription":"service","serviceInvariantUUID":"70004292-e895-42bf-bf9a-17c724563ff8","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"188e7f6b-36e5-4014-9e7a-0d3562dc84fc","resourceInvariantUUID":"03465d07-d4d4-42d4-9829-aaf0633bad93","resourceCustomizationUUID":"a6f66db3-3d04-4932-bd52-ea81a1ac736c","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":"NGQ0Y2ZlMmQ4OTFiMjQyMWI0OGZjNTJlNThhOTY1OGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5cff0ed7-db06-4ec0-a2c6-bbe395799872","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":"ZDkzZjEzNjk3ZDgzZGY2ODk5MTkxY2VkMWYxMjgyNGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d660a2f8-b095-4bc0-998c-a13659727318","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":"0f2fa6c3-9992-489d-8f0e-d5492c6ef08a","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":"9d690f3d-7052-4ff7-8ab9-d8448e7af647","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":"84146352-1f51-4cc7-a397-c98e84866a63","artifactVersion":"2","generatedFromUUID":"0f2fa6c3-9992-489d-8f0e-d5492c6ef08a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ODVlMWExODkyODE5NDAzYmJiM2Y0NDYwNjk5ODE1NTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c6a4214c-9b69-44c9-aad9-31eb27992fb7","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"M2RjNGZmZDZjNWI1NTBhNjA5NGI1YTM2NmNkMTA0MTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"060c37da-8adb-4319-951e-2bdc2a700850","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-09T05:15:37.201Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-09T05:15:37.201Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-09T05:15:37.201Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-09T05:15:37.202Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "1c9344bc-33d2-4d64-962a-64f7577b3de5",
"consumerID": "SO-sdc-controller",
"timestamp": 1678338937185,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T05:15:38.202Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-09T05:15:38.203Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-09T05:15:38.203Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-09T05:15:38.204Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "1c9344bc-33d2-4d64-962a-64f7577b3de5",
"consumerID": "SO-sdc-controller",
"timestamp": 1678338937185,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T05:15:39.204Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-09T05:15:39.205Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-09T05:15:39.205Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-09T05:15:39.206Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "1c9344bc-33d2-4d64-962a-64f7577b3de5",
"consumerID": "SO-sdc-controller",
"timestamp": 1678338937185,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T05:15:40.206Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-09T05:15:40.207Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-09T05:15:40.208Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-09T05:15:40.208Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "1c9344bc-33d2-4d64-962a-64f7577b3de5",
"consumerID": "SO-sdc-controller",
"timestamp": 1678338937185,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T05:15:40.917Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T05:15:40.924Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:15:40.924Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1c9344bc-33d2-4d64-962a-64f7577b3de5",
"consumerID": "policy-distribution-id",
"timestamp": 1678338846002,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-09T05:15:40.926Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:15:40.926Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:15:40.926Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1c9344bc-33d2-4d64-962a-64f7577b3de5",
"consumerID": "cds-sdc-listener",
"timestamp": 1678338843463,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-09T05:15:40.927Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:15:40.927Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:15:40.927Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1c9344bc-33d2-4d64-962a-64f7577b3de5",
"consumerID": "multicloud-k8s",
"timestamp": 1678338843253,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-09T05:15:40.928Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:15:40.928Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:15:40.928Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1c9344bc-33d2-4d64-962a-64f7577b3de5",
"consumerID": "policy-distribution-id",
"timestamp": 1678338846002,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-09T05:15:40.928Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:15:40.928Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:15:40.929Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1c9344bc-33d2-4d64-962a-64f7577b3de5",
"consumerID": "cds-sdc-listener",
"timestamp": 1678338843463,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-09T05:15:40.929Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:15:40.929Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:15:40.930Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1c9344bc-33d2-4d64-962a-64f7577b3de5",
"consumerID": "multicloud-k8s",
"timestamp": 1678338843253,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2023-03-09T05:15:40.930Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:15:40.930Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:15:40.930Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1c9344bc-33d2-4d64-962a-64f7577b3de5",
"consumerID": "policy-distribution-id",
"timestamp": 1678338846002,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2023-03-09T05:15:40.930Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:15:40.931Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:15:40.931Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1c9344bc-33d2-4d64-962a-64f7577b3de5",
"consumerID": "cds-sdc-listener",
"timestamp": 1678338843463,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-09T05:15:40.931Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:15:40.931Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:15:40.932Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1c9344bc-33d2-4d64-962a-64f7577b3de5",
"consumerID": "multicloud-k8s",
"timestamp": 1678338843253,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2023-03-09T05:15:40.932Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:15:40.932Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:15:40.933Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1c9344bc-33d2-4d64-962a-64f7577b3de5",
"consumerID": "policy-distribution-id",
"timestamp": 1678338846002,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-09T05:15:40.933Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:15:40.933Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:15:40.933Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1c9344bc-33d2-4d64-962a-64f7577b3de5",
"consumerID": "cds-sdc-listener",
"timestamp": 1678338843463,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-09T05:15:40.934Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:15:40.934Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:15:40.934Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1c9344bc-33d2-4d64-962a-64f7577b3de5",
"consumerID": "multicloud-k8s",
"timestamp": 1678338843253,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-09T05:15:40.934Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:15:40.934Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:15:40.935Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1c9344bc-33d2-4d64-962a-64f7577b3de5",
"consumerID": "policy-distribution-id",
"timestamp": 1678338846002,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-03-09T05:15:40.935Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:15:40.935Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:15:40.936Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1c9344bc-33d2-4d64-962a-64f7577b3de5",
"consumerID": "cds-sdc-listener",
"timestamp": 1678338843463,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-03-09T05:15:40.936Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:15:40.936Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:15:40.936Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1c9344bc-33d2-4d64-962a-64f7577b3de5",
"consumerID": "multicloud-k8s",
"timestamp": 1678338843253,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2023-03-09T05:15:40.937Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:15:40.937Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:15:40.937Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1c9344bc-33d2-4d64-962a-64f7577b3de5",
"consumerID": "policy-distribution-id",
"timestamp": 1678338846002,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-09T05:15:40.937Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:15:40.937Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:15:40.938Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1c9344bc-33d2-4d64-962a-64f7577b3de5",
"consumerID": "cds-sdc-listener",
"timestamp": 1678338843463,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-09T05:15:40.938Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:15:40.938Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:15:40.938Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1c9344bc-33d2-4d64-962a-64f7577b3de5",
"consumerID": "multicloud-k8s",
"timestamp": 1678338843253,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-09T05:15:40.938Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:15:40.938Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:15:40.939Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1c9344bc-33d2-4d64-962a-64f7577b3de5",
"consumerID": "policy-distribution-id",
"timestamp": 1678338846002,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-03-09T05:15:40.939Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:15:40.939Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:15:40.939Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1c9344bc-33d2-4d64-962a-64f7577b3de5",
"consumerID": "cds-sdc-listener",
"timestamp": 1678338843463,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-03-09T05:15:40.940Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:15:40.940Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:15:40.940Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1c9344bc-33d2-4d64-962a-64f7577b3de5",
"consumerID": "multicloud-k8s",
"timestamp": 1678338843253,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-03-09T05:15:40.940Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:15:40.940Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:15:40.941Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1c9344bc-33d2-4d64-962a-64f7577b3de5",
"consumerID": "policy-distribution-id",
"timestamp": 1678338858399,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-09T05:15:40.941Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:15:40.941Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:15:40.941Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1c9344bc-33d2-4d64-962a-64f7577b3de5",
"consumerID": "cds-sdc-listener",
"timestamp": 1678338857857,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-09T05:15:40.941Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:15:40.942Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:15:40.942Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1c9344bc-33d2-4d64-962a-64f7577b3de5",
"consumerID": "multicloud-k8s",
"timestamp": 1678338858844,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-03-09T05:15:40.942Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:15:40.942Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:15:40.942Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1c9344bc-33d2-4d64-962a-64f7577b3de5",
"consumerID": "policy-distribution-id",
"timestamp": 1678338859403,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-09T05:15:40.943Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:15:40.943Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:15:40.943Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1c9344bc-33d2-4d64-962a-64f7577b3de5",
"consumerID": "multicloud-k8s",
"timestamp": 1678338859959,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2023-03-09T05:15:40.943Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:15:40.943Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:15:40.944Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1c9344bc-33d2-4d64-962a-64f7577b3de5",
"consumerID": "aai-model-loader",
"timestamp": 1678338860123,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-09T05:15:40.944Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:15:40.944Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:15:40.944Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1c9344bc-33d2-4d64-962a-64f7577b3de5",
"consumerID": "policy-distribution-id",
"timestamp": 1678338860404,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-09T05:15:40.970Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1c9344bc-33d2-4d64-962a-64f7577b3de5
2023-03-09T05:15:40.970Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c9344bc-33d2-4d64-962a-64f7577b3de5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-09T05:15:40.984Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:15:40.984Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1c9344bc-33d2-4d64-962a-64f7577b3de5",
"consumerID": "multicloud-k8s",
"timestamp": 1678338861051,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2023-03-09T05:15:40.985Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:15:40.985Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:15:40.985Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1c9344bc-33d2-4d64-962a-64f7577b3de5",
"consumerID": "aai-model-loader",
"timestamp": 1678338860123,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-09T05:15:40.986Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:15:40.986Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:15:40.986Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1c9344bc-33d2-4d64-962a-64f7577b3de5",
"consumerID": "multicloud-k8s",
"timestamp": 1678338862157,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-09T05:15:40.998Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1c9344bc-33d2-4d64-962a-64f7577b3de5
2023-03-09T05:15:40.998Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c9344bc-33d2-4d64-962a-64f7577b3de5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-09T05:15:41.018Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:15:41.018Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1c9344bc-33d2-4d64-962a-64f7577b3de5",
"consumerID": "aai-model-loader",
"timestamp": 1678338860123,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-09T05:15:41.019Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:15:41.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:15:41.019Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1c9344bc-33d2-4d64-962a-64f7577b3de5",
"consumerID": "multicloud-k8s",
"timestamp": 1678338863163,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2023-03-09T05:15:41.020Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:15:41.021Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:15:41.021Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1c9344bc-33d2-4d64-962a-64f7577b3de5",
"consumerID": "aai-model-loader",
"timestamp": 1678338860123,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-09T05:15:41.021Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:15:41.021Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:15:41.021Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1c9344bc-33d2-4d64-962a-64f7577b3de5",
"consumerID": "aai-model-loader",
"timestamp": 1678338860123,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-03-09T05:15:41.022Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:15:41.022Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:15:41.022Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1c9344bc-33d2-4d64-962a-64f7577b3de5",
"consumerID": "aai-model-loader",
"timestamp": 1678338860123,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-09T05:15:41.022Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:15:41.022Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:15:41.023Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1c9344bc-33d2-4d64-962a-64f7577b3de5",
"consumerID": "aai-model-loader",
"timestamp": 1678338860123,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-03-09T05:15:41.023Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:15:41.023Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:15:41.023Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1c9344bc-33d2-4d64-962a-64f7577b3de5",
"consumerID": "aai-model-loader",
"timestamp": 1678338867252,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-09T05:15:41.024Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:15:41.024Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:15:41.024Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1c9344bc-33d2-4d64-962a-64f7577b3de5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678338870828,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-09T05:15:41.024Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:15:41.024Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:15:41.024Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1c9344bc-33d2-4d64-962a-64f7577b3de5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678338870828,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-09T05:15:41.025Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:15:41.025Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:15:41.025Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1c9344bc-33d2-4d64-962a-64f7577b3de5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678338870828,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-09T05:15:41.026Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:15:41.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:15:41.026Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1c9344bc-33d2-4d64-962a-64f7577b3de5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678338870828,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-09T05:15:41.026Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:15:41.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:15:41.026Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1c9344bc-33d2-4d64-962a-64f7577b3de5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678338870828,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-03-09T05:15:41.026Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:15:41.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:15:41.026Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1c9344bc-33d2-4d64-962a-64f7577b3de5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678338870828,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-09T05:15:41.027Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:15:41.027Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:15:41.027Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1c9344bc-33d2-4d64-962a-64f7577b3de5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678338870828,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-03-09T05:15:41.028Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:15:41.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:15:41.028Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1c9344bc-33d2-4d64-962a-64f7577b3de5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678338878736,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-09T05:15:41.028Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:15:41.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:15:41.028Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1c9344bc-33d2-4d64-962a-64f7577b3de5",
"consumerID": "aai-model-loader",
"timestamp": 1678338879859,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-09T05:15:41.028Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-09T05:15:41.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-09T05:15:41.028Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "1c9344bc-33d2-4d64-962a-64f7577b3de5",
"consumerID": "aai-model-loader",
"timestamp": 1678338880863,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-09T05:15:41.042Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1c9344bc-33d2-4d64-962a-64f7577b3de5
2023-03-09T05:15:41.043Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c9344bc-33d2-4d64-962a-64f7577b3de5 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-09T05:15:41.208Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-09T05:15:41.209Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-09T05:15:41.209Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-09T05:15:41.209Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "1c9344bc-33d2-4d64-962a-64f7577b3de5",
"consumerID": "SO-sdc-controller",
"timestamp": 1678338937185,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T05:15:42.210Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-09T05:15:42.211Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-09T05:15:42.211Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-09T05:15:42.211Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "1c9344bc-33d2-4d64-962a-64f7577b3de5",
"consumerID": "SO-sdc-controller",
"timestamp": 1678338937185,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T05:15:43.212Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-09T05:15:43.213Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-09T05:15:43.213Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-09T05:15:43.213Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "1c9344bc-33d2-4d64-962a-64f7577b3de5",
"consumerID": "SO-sdc-controller",
"timestamp": 1678338937185,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T05:15:44.214Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "1c9344bc-33d2-4d64-962a-64f7577b3de5",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "676c5ea2-4343-43d2-87fd-f405e51fea0c",
"serviceDescription": "service",
"serviceInvariantUUID": "70004292-e895-42bf-bf9a-17c724563ff8",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "a6f66db3-3d04-4932-bd52-ea81a1ac736c",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "188e7f6b-36e5-4014-9e7a-0d3562dc84fc",
"resourceInvariantUUID": "03465d07-d4d4-42d4-9829-aaf0633bad93",
"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": "ZDkzZjEzNjk3ZDgzZGY2ODk5MTkxY2VkMWYxMjgyNGU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d660a2f8-b095-4bc0-998c-a13659727318",
"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": "0f2fa6c3-9992-489d-8f0e-d5492c6ef08a",
"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": "84146352-1f51-4cc7-a397-c98e84866a63",
"generatedFromUUID": "0f2fa6c3-9992-489d-8f0e-d5492c6ef08a"
},
"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": "84146352-1f51-4cc7-a397-c98e84866a63",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "M2RjNGZmZDZjNWI1NTBhNjA5NGI1YTM2NmNkMTA0MTI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "060c37da-8adb-4319-951e-2bdc2a700850"
}
],
"workloadContext": "Production"
}
2023-03-09T05:15:44.215Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-09T05:15:44.215Z|f587521c-5e06-4bfe-8027-73486d384091|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 676c5ea2-4343-43d2-87fd-f405e51fea0c ASDC
2023-03-09T05:15:44.215Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:1c9344bc-33d2-4d64-962a-64f7577b3de5
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:676c5ea2-4343-43d2-87fd-f405e51fea0c
ServiceInvariantUUID:70004292-e895-42bf-bf9a-17c724563ff8
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:060c37da-8adb-4319-951e-2bdc2a700850
ArtifactChecksum:M2RjNGZmZDZjNWI1NTBhNjA5NGI1YTM2NmNkMTA0MTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:a6f66db3-3d04-4932-bd52-ea81a1ac736c
ResourceInvariantUUID:03465d07-d4d4-42d4-9829-aaf0633bad93
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:188e7f6b-36e5-4014-9e7a-0d3562dc84fc
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:d660a2f8-b095-4bc0-998c-a13659727318
ArtifactChecksum:ZDkzZjEzNjk3ZDgzZGY2ODk5MTkxY2VkMWYxMjgyNGU=
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:0f2fa6c3-9992-489d-8f0e-d5492c6ef08a
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:84146352-1f51-4cc7-a397-c98e84866a63
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:84146352-1f51-4cc7-a397-c98e84866a63
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-03-09T05:15:44.216Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 676c5ea2-4343-43d2-87fd-f405e51fea0c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-09T05:15:44.252Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-09T05:15:44.253Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-09T05:15:44.253Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-09T05:15:44.254Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 060c37da-8adb-4319-951e-2bdc2a700850 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-09T05:15:44.254Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-09T05:15:44.254Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|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
2023-03-09T05:15:44.358Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-09T05:15:44.359Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 060c37da-8adb-4319-951e-2bdc2a700850 75181
2023-03-09T05:15:44.359Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|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
2023-03-09T05:15:44.360Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|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
2023-03-09T05:15:44.360Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-09T05:15:44.361Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-09T05:15:44.361Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-09T05:15:44.361Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "1c9344bc-33d2-4d64-962a-64f7577b3de5",
"consumerID": "SO-sdc-controller",
"timestamp": 1678338944359,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T05:15:45.362Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-09T05:15:45.363Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-09T05:15:45.363Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 060c37da-8adb-4319-951e-2bdc2a700850, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-09T05:15:45.364Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-03-09T05:15:45.364Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-09T05:15:45.364Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-03-09T05:15:45.559Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13060413063277517588/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-03-09T05:15:47.251Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-09T05:15:47.252Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-09T05:15:47.252Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-09T05:15:47.252Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-09T05:15:47.252Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|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
2023-03-09T05:15:47.253Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|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
2023-03-09T05:15:47.253Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|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
2023-03-09T05:15:47.253Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|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
2023-03-09T05:15:47.253Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|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
2023-03-09T05:15:47.253Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|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
2023-03-09T05:15:47.253Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|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
2023-03-09T05:15:47.253Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-09T05:15:47.254Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T05:15:47.254Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-09T05:15:47.254Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-09T05:15:47.254Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-09T05:15:47.255Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-09T05:15:47.255Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T05:15:47.255Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-09T05:15:47.255Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-09T05:15:47.255Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-09T05:15:47.255Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-09T05:15:47.256Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T05:15:47.256Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-09T05:15:47.256Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T05:15:47.256Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-09T05:15:47.256Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-09T05:15:47.256Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-09T05:15:47.257Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-09T05:15:47.257Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-09T05:15:47.257Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-09T05:15:47.257Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T05:15:47.257Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-09T05:15:47.257Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T05:15:47.258Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-09T05:15:47.258Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-09T05:15:47.258Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T05:15:47.258Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-09T05:15:47.258Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-09T05:15:47.258Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T05:15:47.259Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-09T05:15:47.259Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-09T05:15:47.259Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-09T05:15:47.259Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-09T05:15:47.259Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-09T05:15:47.259Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-09T05:15:47.260Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=8388007b-0772-445d-90db-3e259207a5ce
2023-03-09T05:15:47.260Z|1c9344bc-33d2-4d64-962a-64f7577b3de5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery