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-02-08T09:03:19.419Z||main|||||INFO|500||The following profiles are active: basic
2023-02-08T09:03:57.234Z||main|||||INFO|500||Starting service [Tomcat]
2023-02-08T09:03:57.236Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-02-08T09:03:57.665Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-02-08T09:04:13.625Z||main|||||INFO|500||catdb-pool - Starting...
2023-02-08T09:04:15.055Z||main|||||INFO|500||catdb-pool - Start completed.
2023-02-08T09:04:16.657Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-02-08T09:04:17.522Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-02-08T09:04:18.846Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-02-08T09:04:25.690Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-02-08T09:04:27.526Z||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-02-08T09:04:35.256Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-02-08T09:04:35.504Z||main|||||INFO|500||reqdb-pool - Starting...
2023-02-08T09:04:35.550Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-02-08T09:04:35.583Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-02-08T09:04:37.007Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-02-08T09:04:38.110Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-02-08T09:04:41.212Z||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-02-08T09:04:44.941Z||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-02-08T09:04:46.560Z||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-02-08T09:04:46.589Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-08T09:04:46.631Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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-02-08T09:04:52.991Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-08T09:04:53.004Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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 Feb 2023 09:04:42 GMT], server=[envoy], x-envoy-upstream-service-time=[6309], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-02-08T09:04:53.015Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||DEBUG|500||{"id":"d23d0425bfcc40f9b58a5b4bfe329532","versionId":"207fe4be5f4b4c5aa75cf7f7d558e046"}
2023-02-08T09:04:53.087Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||INFO|500||Successfully created activitySpec VNFSetInMaintFlagActivity
2023-02-08T09:04:53.285Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/d23d0425bfcc40f9b58a5b4bfe329532/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-02-08T09:04:53.309Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d23d0425bfcc40f9b58a5b4bfe329532/versions/latest/actions|INFO|500||Invoke
2023-02-08T09:04:53.313Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d23d0425bfcc40f9b58a5b4bfe329532/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-02-08T09:04:55.396Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d23d0425bfcc40f9b58a5b4bfe329532/versions/latest/actions|INFO|500||InvokeReturn
2023-02-08T09:04:55.398Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/d23d0425bfcc40f9b58a5b4bfe329532/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Feb 2023 09:04:49 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[2040]}
2023-02-08T09:04:55.399Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||DEBUG|500||Response was returned with an empty entity.
2023-02-08T09:04:55.400Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||INFO|500||Successfully certified activitySpec VNFSetInMaintFlagActivity
2023-02-08T09:04:55.400Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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-02-08T09:04:55.582Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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-02-08T09:04:55.585Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-08T09:04:55.606Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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-02-08T09:04:56.225Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-08T09:04:56.247Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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 Feb 2023 09:04:51 GMT], server=[envoy], x-envoy-upstream-service-time=[602], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-02-08T09:04:56.248Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||DEBUG|500||{"id":"2d79ad2c2f234037baf14906ec3227a5","versionId":"74724f1eef5e41968a88f0595bd61abc"}
2023-02-08T09:04:56.252Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||INFO|500||Successfully created activitySpec VNFCheckPserversLockedFlagActivity
2023-02-08T09:04:56.357Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2d79ad2c2f234037baf14906ec3227a5/versions/latest/actions|INFO|500||Invoke
2023-02-08T09:04:56.358Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2d79ad2c2f234037baf14906ec3227a5/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/2d79ad2c2f234037baf14906ec3227a5/versions/latest/actions with request headers:{X-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[0ebdbc8b-2247-4753-a896-ead38474e858], X-ECOMP-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-TransactionID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-ONAP-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], Content-Type=[application/json]}
2023-02-08T09:04:56.379Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2d79ad2c2f234037baf14906ec3227a5/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-02-08T09:04:58.430Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2d79ad2c2f234037baf14906ec3227a5/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/2d79ad2c2f234037baf14906ec3227a5/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Feb 2023 09:04:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[2038]}
2023-02-08T09:04:58.433Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2d79ad2c2f234037baf14906ec3227a5/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-02-08T09:04:58.446Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2d79ad2c2f234037baf14906ec3227a5/versions/latest/actions|INFO|500||InvokeReturn
2023-02-08T09:04:58.480Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||INFO|500||Successfully certified activitySpec VNFCheckPserversLockedFlagActivity
2023-02-08T09:04:58.480Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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-02-08T09:04:58.624Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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-02-08T09:04:58.626Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-08T09:04:58.636Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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-02-08T09:04:59.781Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-08T09:04:59.782Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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 Feb 2023 09:04:54 GMT], server=[envoy], x-envoy-upstream-service-time=[1135], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-02-08T09:04:59.783Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||DEBUG|500||{"id":"6f708721f57d4b90be46c1a0438fba3a","versionId":"ad1bf60dd930404bbd560cdd3e76be24"}
2023-02-08T09:04:59.788Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||INFO|500||Successfully created activitySpec VNFCheckInMaintFlagActivity
2023-02-08T09:04:59.879Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6f708721f57d4b90be46c1a0438fba3a/versions/latest/actions|INFO|500||Invoke
2023-02-08T09:04:59.880Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6f708721f57d4b90be46c1a0438fba3a/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/6f708721f57d4b90be46c1a0438fba3a/versions/latest/actions with request headers:{X-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[4df06f5b-97af-4854-958e-5034e1350eaf], X-ECOMP-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-TransactionID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-ONAP-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], Content-Type=[application/json]}
2023-02-08T09:04:59.886Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6f708721f57d4b90be46c1a0438fba3a/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-02-08T09:05:01.447Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6f708721f57d4b90be46c1a0438fba3a/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/6f708721f57d4b90be46c1a0438fba3a/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Feb 2023 09:04:55 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[1549]}
2023-02-08T09:05:01.455Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6f708721f57d4b90be46c1a0438fba3a/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-02-08T09:05:01.457Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6f708721f57d4b90be46c1a0438fba3a/versions/latest/actions|INFO|500||InvokeReturn
2023-02-08T09:05:01.458Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||INFO|500||Successfully certified activitySpec VNFCheckInMaintFlagActivity
2023-02-08T09:05:01.485Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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-02-08T09:05:01.777Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-08T09:05:01.778Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[015ada3c-30b0-4a62-a7dc-eb81974ba20f], X-ECOMP-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-TransactionID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-ONAP-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], Content-Type=[application/json]}
2023-02-08T09:05:01.814Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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-02-08T09:05:03.416Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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 Feb 2023 09:04:57 GMT], server=[envoy], x-envoy-upstream-service-time=[1561], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-02-08T09:05:03.418Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"0afa105b14ca4491911b4d2f29565d2b","versionId":"be71669669054988bc9372b1fb94336d"}
2023-02-08T09:05:03.422Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-08T09:05:03.466Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||INFO|500||Successfully created activitySpec VNFCheckClosedLoopDisabledFlagActivity
2023-02-08T09:05:03.607Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0afa105b14ca4491911b4d2f29565d2b/versions/latest/actions|INFO|500||Invoke
2023-02-08T09:05:03.608Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0afa105b14ca4491911b4d2f29565d2b/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/0afa105b14ca4491911b4d2f29565d2b/versions/latest/actions with request headers:{X-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[91b3cab6-a6e1-4d9f-af97-f45975d1ee37], X-ECOMP-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-TransactionID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-ONAP-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], Content-Type=[application/json]}
2023-02-08T09:05:03.614Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0afa105b14ca4491911b4d2f29565d2b/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-02-08T09:05:04.910Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0afa105b14ca4491911b4d2f29565d2b/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/0afa105b14ca4491911b4d2f29565d2b/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Feb 2023 09:04:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[1270]}
2023-02-08T09:05:04.914Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0afa105b14ca4491911b4d2f29565d2b/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-02-08T09:05:04.915Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0afa105b14ca4491911b4d2f29565d2b/versions/latest/actions|INFO|500||InvokeReturn
2023-02-08T09:05:04.916Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||INFO|500||Successfully certified activitySpec VNFCheckClosedLoopDisabledFlagActivity
2023-02-08T09:05:04.916Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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-02-08T09:05:05.053Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-08T09:05:05.055Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[b13bb12c-bb29-49bc-9869-fbfc9c3d22d3], X-ECOMP-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-TransactionID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-ONAP-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], Content-Type=[application/json]}
2023-02-08T09:05:05.058Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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-02-08T09:05:05.859Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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 Feb 2023 09:05:01 GMT], server=[envoy], x-envoy-upstream-service-time=[788], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-02-08T09:05:05.861Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"5604170cd8fc4c1bac3cb34f906c90b9","versionId":"b743ade7237b45fe8cd5cd86d64bb317"}
2023-02-08T09:05:05.862Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-08T09:05:05.878Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||INFO|500||Successfully created activitySpec VNFSetClosedLoopDisabledFlagActivity
2023-02-08T09:05:06.064Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/5604170cd8fc4c1bac3cb34f906c90b9/versions/latest/actions|INFO|500||Invoke
2023-02-08T09:05:06.068Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/5604170cd8fc4c1bac3cb34f906c90b9/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/5604170cd8fc4c1bac3cb34f906c90b9/versions/latest/actions with request headers:{X-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[f4d7a91a-1896-4950-a6ca-5a90c68fe932], X-ECOMP-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-TransactionID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-ONAP-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], Content-Type=[application/json]}
2023-02-08T09:05:06.092Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/5604170cd8fc4c1bac3cb34f906c90b9/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-02-08T09:05:07.226Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/5604170cd8fc4c1bac3cb34f906c90b9/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/5604170cd8fc4c1bac3cb34f906c90b9/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Feb 2023 09:05:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[1068]}
2023-02-08T09:05:07.241Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/5604170cd8fc4c1bac3cb34f906c90b9/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-02-08T09:05:07.257Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/5604170cd8fc4c1bac3cb34f906c90b9/versions/latest/actions|INFO|500||InvokeReturn
2023-02-08T09:05:07.258Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||INFO|500||Successfully certified activitySpec VNFSetClosedLoopDisabledFlagActivity
2023-02-08T09:05:07.259Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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-02-08T09:05:07.451Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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-02-08T09:05:07.453Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-08T09:05:07.474Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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-02-08T09:05:08.289Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-08T09:05:08.290Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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 Feb 2023 09:05:03 GMT], server=[envoy], x-envoy-upstream-service-time=[806], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-02-08T09:05:08.291Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||DEBUG|500||{"id":"8154845ca71542429cbb9fafb1b61f59","versionId":"b6bfa760067143b1be0b498426035cd9"}
2023-02-08T09:05:08.295Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||INFO|500||Successfully created activitySpec VNFUnsetClosedLoopDisabledFlagActivity
2023-02-08T09:05:08.401Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8154845ca71542429cbb9fafb1b61f59/versions/latest/actions|INFO|500||Invoke
2023-02-08T09:05:08.402Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8154845ca71542429cbb9fafb1b61f59/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/8154845ca71542429cbb9fafb1b61f59/versions/latest/actions with request headers:{X-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[097d2f45-2cbe-487c-9a81-543d1ccf3da5], X-ECOMP-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-TransactionID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-ONAP-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], Content-Type=[application/json]}
2023-02-08T09:05:08.404Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8154845ca71542429cbb9fafb1b61f59/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-02-08T09:05:09.649Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8154845ca71542429cbb9fafb1b61f59/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/8154845ca71542429cbb9fafb1b61f59/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Feb 2023 09:05:04 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[1240]}
2023-02-08T09:05:09.652Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8154845ca71542429cbb9fafb1b61f59/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-02-08T09:05:09.653Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8154845ca71542429cbb9fafb1b61f59/versions/latest/actions|INFO|500||InvokeReturn
2023-02-08T09:05:09.653Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||INFO|500||Successfully certified activitySpec VNFUnsetClosedLoopDisabledFlagActivity
2023-02-08T09:05:09.654Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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-02-08T09:05:09.795Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-08T09:05:09.797Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[976b1dba-66a9-4a2e-a625-d174654b4883], X-ECOMP-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-TransactionID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-ONAP-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], Content-Type=[application/json]}
2023-02-08T09:05:09.801Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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-02-08T09:05:10.164Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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 Feb 2023 09:05:05 GMT], server=[envoy], x-envoy-upstream-service-time=[353], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-02-08T09:05:10.170Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"a48b73c08645472abbf996f9a6095b94","versionId":"b6e7dd2954ec455798eeb5e8eda3f5f5"}
2023-02-08T09:05:10.179Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-08T09:05:10.196Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||INFO|500||Successfully created activitySpec VNFLockActivity
2023-02-08T09:05:10.318Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a48b73c08645472abbf996f9a6095b94/versions/latest/actions|INFO|500||Invoke
2023-02-08T09:05:10.319Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a48b73c08645472abbf996f9a6095b94/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/a48b73c08645472abbf996f9a6095b94/versions/latest/actions with request headers:{X-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[b584beac-9947-4f1e-b209-9a1e0e8ed9ba], X-ECOMP-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-TransactionID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-ONAP-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], Content-Type=[application/json]}
2023-02-08T09:05:10.321Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a48b73c08645472abbf996f9a6095b94/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-02-08T09:05:10.919Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a48b73c08645472abbf996f9a6095b94/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/a48b73c08645472abbf996f9a6095b94/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Feb 2023 09:05:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[593]}
2023-02-08T09:05:10.920Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a48b73c08645472abbf996f9a6095b94/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-02-08T09:05:10.922Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a48b73c08645472abbf996f9a6095b94/versions/latest/actions|INFO|500||InvokeReturn
2023-02-08T09:05:10.922Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||INFO|500||Successfully certified activitySpec VNFLockActivity
2023-02-08T09:05:10.923Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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-02-08T09:05:11.093Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-08T09:05:11.096Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[e66db381-b7b5-4f8a-9c6c-debf63089d89], X-ECOMP-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-TransactionID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-ONAP-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], Content-Type=[application/json]}
2023-02-08T09:05:11.098Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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-02-08T09:05:11.830Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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 Feb 2023 09:05:07 GMT], server=[envoy], x-envoy-upstream-service-time=[703], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-02-08T09:05:11.838Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"9823107c359b4b6fbf399bfc67ebe35e","versionId":"10bb5f8ac56f4dd5b5a4a6de8fdb19d1"}
2023-02-08T09:05:11.843Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-08T09:05:11.854Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||INFO|500||Successfully created activitySpec VNFUnlockActivity
2023-02-08T09:05:12.133Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9823107c359b4b6fbf399bfc67ebe35e/versions/latest/actions|INFO|500||Invoke
2023-02-08T09:05:12.134Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9823107c359b4b6fbf399bfc67ebe35e/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/9823107c359b4b6fbf399bfc67ebe35e/versions/latest/actions with request headers:{X-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[7475bf36-69f2-460c-af48-f949c52537c0], X-ECOMP-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-TransactionID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-ONAP-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], Content-Type=[application/json]}
2023-02-08T09:05:12.136Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9823107c359b4b6fbf399bfc67ebe35e/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-02-08T09:05:13.263Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9823107c359b4b6fbf399bfc67ebe35e/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/9823107c359b4b6fbf399bfc67ebe35e/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Feb 2023 09:05:08 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[1117]}
2023-02-08T09:05:13.264Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9823107c359b4b6fbf399bfc67ebe35e/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-02-08T09:05:13.265Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9823107c359b4b6fbf399bfc67ebe35e/versions/latest/actions|INFO|500||InvokeReturn
2023-02-08T09:05:13.265Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||INFO|500||Successfully certified activitySpec VNFUnlockActivity
2023-02-08T09:05:13.265Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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-02-08T09:05:13.409Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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-02-08T09:05:13.410Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-08T09:05:13.413Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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-02-08T09:05:13.912Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-08T09:05:13.913Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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 Feb 2023 09:05:09 GMT], server=[envoy], x-envoy-upstream-service-time=[494], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-02-08T09:05:13.913Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||DEBUG|500||{"id":"dd0cdd7eb7dd4627b8b7aea2ba276bde","versionId":"28e7a08b16c2479baa43dcd4169f1979"}
2023-02-08T09:05:13.917Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||INFO|500||Successfully created activitySpec VNFStopActivity
2023-02-08T09:05:14.026Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/dd0cdd7eb7dd4627b8b7aea2ba276bde/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-02-08T09:05:14.027Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/dd0cdd7eb7dd4627b8b7aea2ba276bde/versions/latest/actions|INFO|500||Invoke
2023-02-08T09:05:14.029Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/dd0cdd7eb7dd4627b8b7aea2ba276bde/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-02-08T09:05:14.842Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/dd0cdd7eb7dd4627b8b7aea2ba276bde/versions/latest/actions|INFO|500||InvokeReturn
2023-02-08T09:05:14.843Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/dd0cdd7eb7dd4627b8b7aea2ba276bde/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Feb 2023 09:05:10 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[808]}
2023-02-08T09:05:14.844Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||DEBUG|500||Response was returned with an empty entity.
2023-02-08T09:05:14.845Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||INFO|500||Successfully certified activitySpec VNFStopActivity
2023-02-08T09:05:14.845Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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-02-08T09:05:14.935Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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-02-08T09:05:14.937Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-08T09:05:14.939Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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-02-08T09:05:15.246Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-08T09:05:15.247Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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 Feb 2023 09:05:11 GMT], server=[envoy], x-envoy-upstream-service-time=[300], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-02-08T09:05:15.248Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||DEBUG|500||{"id":"8af379b51e30427396d94cb630e1cde2","versionId":"ca4cd0d7268248d5b9fd69ecd70f3eae"}
2023-02-08T09:05:15.252Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||INFO|500||Successfully created activitySpec VNFStartActivity
2023-02-08T09:05:15.308Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/8af379b51e30427396d94cb630e1cde2/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-02-08T09:05:15.310Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8af379b51e30427396d94cb630e1cde2/versions/latest/actions|INFO|500||Invoke
2023-02-08T09:05:15.312Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8af379b51e30427396d94cb630e1cde2/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-02-08T09:05:15.807Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8af379b51e30427396d94cb630e1cde2/versions/latest/actions|INFO|500||InvokeReturn
2023-02-08T09:05:15.808Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/8af379b51e30427396d94cb630e1cde2/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Feb 2023 09:05:11 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[490]}
2023-02-08T09:05:15.809Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||DEBUG|500||Response was returned with an empty entity.
2023-02-08T09:05:15.809Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||INFO|500||Successfully certified activitySpec VNFStartActivity
2023-02-08T09:05:15.810Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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-02-08T09:05:15.894Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-08T09:05:15.895Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[2feaf2bd-ec4e-4ead-b343-255127334911], X-ECOMP-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-TransactionID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-ONAP-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], Content-Type=[application/json]}
2023-02-08T09:05:15.904Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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-02-08T09:05:16.575Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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 Feb 2023 09:05:11 GMT], server=[envoy], x-envoy-upstream-service-time=[665], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-02-08T09:05:16.577Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"b98dbfee1385443b88332d445ee137af","versionId":"fc735596ff6546ea8ba33b00022df9db"}
2023-02-08T09:05:16.577Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-08T09:05:16.580Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||INFO|500||Successfully created activitySpec VNFSnapShotActivity
2023-02-08T09:05:16.628Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b98dbfee1385443b88332d445ee137af/versions/latest/actions|INFO|500||Invoke
2023-02-08T09:05:16.629Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b98dbfee1385443b88332d445ee137af/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/b98dbfee1385443b88332d445ee137af/versions/latest/actions with request headers:{X-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[da49625e-aa56-4462-adc6-32a3aea3a477], X-ECOMP-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-TransactionID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-ONAP-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], Content-Type=[application/json]}
2023-02-08T09:05:16.631Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b98dbfee1385443b88332d445ee137af/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-02-08T09:05:18.226Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b98dbfee1385443b88332d445ee137af/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/b98dbfee1385443b88332d445ee137af/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Feb 2023 09:05:12 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[1591]}
2023-02-08T09:05:18.227Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b98dbfee1385443b88332d445ee137af/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-02-08T09:05:18.228Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b98dbfee1385443b88332d445ee137af/versions/latest/actions|INFO|500||InvokeReturn
2023-02-08T09:05:18.229Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||INFO|500||Successfully certified activitySpec VNFSnapShotActivity
2023-02-08T09:05:18.230Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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-02-08T09:05:18.335Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-08T09:05:18.336Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[fdf5ec06-ebb0-43d6-8776-ef6d36806225], X-ECOMP-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-TransactionID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-ONAP-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], Content-Type=[application/json]}
2023-02-08T09:05:18.339Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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-02-08T09:05:18.819Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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 Feb 2023 09:05:14 GMT], server=[envoy], x-envoy-upstream-service-time=[468], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-02-08T09:05:18.821Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"4b749afae163467bb5de63aab07d4f27","versionId":"73bcaa87cdae44679c8da88d6382a01d"}
2023-02-08T09:05:18.821Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-08T09:05:18.829Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||INFO|500||Successfully created activitySpec FlowCompleteActivity
2023-02-08T09:05:18.925Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/4b749afae163467bb5de63aab07d4f27/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-02-08T09:05:18.927Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4b749afae163467bb5de63aab07d4f27/versions/latest/actions|INFO|500||Invoke
2023-02-08T09:05:18.929Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4b749afae163467bb5de63aab07d4f27/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-02-08T09:05:19.605Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4b749afae163467bb5de63aab07d4f27/versions/latest/actions|INFO|500||InvokeReturn
2023-02-08T09:05:19.611Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/4b749afae163467bb5de63aab07d4f27/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Feb 2023 09:05:15 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[668]}
2023-02-08T09:05:19.612Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||DEBUG|500||Response was returned with an empty entity.
2023-02-08T09:05:19.613Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||INFO|500||Successfully certified activitySpec FlowCompleteActivity
2023-02-08T09:05:19.613Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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-02-08T09:05:19.720Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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-02-08T09:05:19.723Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-08T09:05:19.725Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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-02-08T09:05:20.348Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-08T09:05:20.348Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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 Feb 2023 09:05:15 GMT], server=[envoy], x-envoy-upstream-service-time=[614], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-02-08T09:05:20.349Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||DEBUG|500||{"id":"6153403ec4d64933bf90cfb063aab230","versionId":"d8a625ec2c7b4b7dba293bcaf06a494f"}
2023-02-08T09:05:20.352Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||INFO|500||Successfully created activitySpec PauseForManualTaskActivity
2023-02-08T09:05:20.404Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6153403ec4d64933bf90cfb063aab230/versions/latest/actions|INFO|500||Invoke
2023-02-08T09:05:20.405Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6153403ec4d64933bf90cfb063aab230/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/6153403ec4d64933bf90cfb063aab230/versions/latest/actions with request headers:{X-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[995838f6-d1c1-4fae-a61d-37fb43dbbaf4], X-ECOMP-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-TransactionID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-ONAP-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], Content-Type=[application/json]}
2023-02-08T09:05:20.407Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6153403ec4d64933bf90cfb063aab230/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-02-08T09:05:21.216Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6153403ec4d64933bf90cfb063aab230/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/6153403ec4d64933bf90cfb063aab230/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Feb 2023 09:05:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[803]}
2023-02-08T09:05:21.217Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6153403ec4d64933bf90cfb063aab230/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-02-08T09:05:21.218Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6153403ec4d64933bf90cfb063aab230/versions/latest/actions|INFO|500||InvokeReturn
2023-02-08T09:05:21.219Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||INFO|500||Successfully certified activitySpec PauseForManualTaskActivity
2023-02-08T09:05:21.221Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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-02-08T09:05:21.343Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-08T09:05:21.344Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[b062cfdf-ed22-4ace-bbf9-aa901c3c258d], X-ECOMP-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-TransactionID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-ONAP-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], Content-Type=[application/json]}
2023-02-08T09:05:21.347Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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-02-08T09:05:21.868Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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 Feb 2023 09:05:17 GMT], server=[envoy], x-envoy-upstream-service-time=[518], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-02-08T09:05:21.869Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"317d27700aaa41118507bd7a9af9ab3e","versionId":"43c6e67c1e5a4b32967bc9e8fa13b9ed"}
2023-02-08T09:05:21.871Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-08T09:05:21.882Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||INFO|500||Successfully created activitySpec DistributeTrafficActivity
2023-02-08T09:05:21.954Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/317d27700aaa41118507bd7a9af9ab3e/versions/latest/actions|INFO|500||Invoke
2023-02-08T09:05:21.955Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/317d27700aaa41118507bd7a9af9ab3e/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/317d27700aaa41118507bd7a9af9ab3e/versions/latest/actions with request headers:{X-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[6b582a11-5f45-42b2-86f9-fb2aba65f156], X-ECOMP-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-TransactionID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-ONAP-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], Content-Type=[application/json]}
2023-02-08T09:05:21.957Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/317d27700aaa41118507bd7a9af9ab3e/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-02-08T09:05:23.309Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/317d27700aaa41118507bd7a9af9ab3e/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/317d27700aaa41118507bd7a9af9ab3e/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Feb 2023 09:05:18 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[1347]}
2023-02-08T09:05:23.310Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/317d27700aaa41118507bd7a9af9ab3e/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-02-08T09:05:23.336Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/317d27700aaa41118507bd7a9af9ab3e/versions/latest/actions|INFO|500||InvokeReturn
2023-02-08T09:05:23.338Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||INFO|500||Successfully certified activitySpec DistributeTrafficActivity
2023-02-08T09:05:23.338Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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-02-08T09:05:23.464Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-08T09:05:23.466Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[d63ea944-53f4-4b13-9732-36ebfa0bcc0b], X-ECOMP-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-TransactionID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-ONAP-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], Content-Type=[application/json]}
2023-02-08T09:05:23.469Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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-02-08T09:05:23.967Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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 Feb 2023 09:05:19 GMT], server=[envoy], x-envoy-upstream-service-time=[489], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-02-08T09:05:23.968Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"9033bbd660e940629bec4e08c8175baf","versionId":"439f24f8033143deaf2c1bd4229e6367"}
2023-02-08T09:05:23.969Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-08T09:05:23.976Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||INFO|500||Successfully created activitySpec DistributeTrafficCheckActivity
2023-02-08T09:05:24.072Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/9033bbd660e940629bec4e08c8175baf/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-02-08T09:05:24.074Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9033bbd660e940629bec4e08c8175baf/versions/latest/actions|INFO|500||Invoke
2023-02-08T09:05:24.076Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9033bbd660e940629bec4e08c8175baf/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-02-08T09:05:24.747Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9033bbd660e940629bec4e08c8175baf/versions/latest/actions|INFO|500||InvokeReturn
2023-02-08T09:05:24.748Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/9033bbd660e940629bec4e08c8175baf/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Feb 2023 09:05:20 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[666]}
2023-02-08T09:05:24.748Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||DEBUG|500||Response was returned with an empty entity.
2023-02-08T09:05:24.748Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||INFO|500||Successfully certified activitySpec DistributeTrafficCheckActivity
2023-02-08T09:05:24.749Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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-02-08T09:05:24.867Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-08T09:05:24.868Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[5be054dd-60c8-4d78-b646-f75a435812b9], X-ECOMP-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-TransactionID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-ONAP-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], Content-Type=[application/json]}
2023-02-08T09:05:24.870Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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-02-08T09:05:25.444Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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 Feb 2023 09:05:20 GMT], server=[envoy], x-envoy-upstream-service-time=[565], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-02-08T09:05:25.446Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"99eb229f4b3d41488eaac2bbc034d3cf","versionId":"86d0a36a18a34f2caf082005dd0237df"}
2023-02-08T09:05:25.446Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-08T09:05:25.451Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||INFO|500||Successfully created activitySpec VNFHealthCheckActivity
2023-02-08T09:05:25.789Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/99eb229f4b3d41488eaac2bbc034d3cf/versions/latest/actions|INFO|500||Invoke
2023-02-08T09:05:25.790Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/99eb229f4b3d41488eaac2bbc034d3cf/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/99eb229f4b3d41488eaac2bbc034d3cf/versions/latest/actions with request headers:{X-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[6034a8ba-46f2-496d-90e5-7bb8e6e7f1ed], X-ECOMP-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-TransactionID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-ONAP-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], Content-Type=[application/json]}
2023-02-08T09:05:25.792Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/99eb229f4b3d41488eaac2bbc034d3cf/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-02-08T09:05:26.915Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/99eb229f4b3d41488eaac2bbc034d3cf/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/99eb229f4b3d41488eaac2bbc034d3cf/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Feb 2023 09:05:21 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[1109]}
2023-02-08T09:05:26.917Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/99eb229f4b3d41488eaac2bbc034d3cf/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-02-08T09:05:26.918Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/99eb229f4b3d41488eaac2bbc034d3cf/versions/latest/actions|INFO|500||InvokeReturn
2023-02-08T09:05:26.921Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||INFO|500||Successfully certified activitySpec VNFHealthCheckActivity
2023-02-08T09:05:26.922Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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-02-08T09:05:27.031Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-08T09:05:27.032Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[80c2cd4c-1615-457b-82ed-1eedebca07b3], X-ECOMP-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-TransactionID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-ONAP-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], Content-Type=[application/json]}
2023-02-08T09:05:27.034Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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-02-08T09:05:27.935Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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 Feb 2023 09:05:23 GMT], server=[envoy], x-envoy-upstream-service-time=[888], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-02-08T09:05:27.936Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"fd4d9e811ad84ac8b82176a9945b525c","versionId":"25be882d5bde4279867f7fd257b89283"}
2023-02-08T09:05:27.937Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-08T09:05:27.955Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||INFO|500||Successfully created activitySpec VNFQuiesceTrafficActivity
2023-02-08T09:05:28.068Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/fd4d9e811ad84ac8b82176a9945b525c/versions/latest/actions|INFO|500||Invoke
2023-02-08T09:05:28.069Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/fd4d9e811ad84ac8b82176a9945b525c/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/fd4d9e811ad84ac8b82176a9945b525c/versions/latest/actions with request headers:{X-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[3c925f1a-3a72-4f2e-be8d-13dccc513a32], X-ECOMP-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-TransactionID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-ONAP-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], Content-Type=[application/json]}
2023-02-08T09:05:28.071Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/fd4d9e811ad84ac8b82176a9945b525c/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-02-08T09:05:28.979Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/fd4d9e811ad84ac8b82176a9945b525c/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/fd4d9e811ad84ac8b82176a9945b525c/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Feb 2023 09:05:24 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[900]}
2023-02-08T09:05:28.980Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/fd4d9e811ad84ac8b82176a9945b525c/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-02-08T09:05:28.980Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/fd4d9e811ad84ac8b82176a9945b525c/versions/latest/actions|INFO|500||InvokeReturn
2023-02-08T09:05:28.981Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||INFO|500||Successfully certified activitySpec VNFQuiesceTrafficActivity
2023-02-08T09:05:28.981Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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-02-08T09:05:29.109Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-08T09:05:29.110Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[a87784f2-9e4d-42c0-a8ee-127b331ab347], X-ECOMP-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-TransactionID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-ONAP-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], Content-Type=[application/json]}
2023-02-08T09:05:29.112Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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-02-08T09:05:29.707Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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 Feb 2023 09:05:25 GMT], server=[envoy], x-envoy-upstream-service-time=[588], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-02-08T09:05:29.709Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"fe7e6ed6f4c44dc9875bd70dbf55a710","versionId":"fa9bffedd34941ac92a0d97bfb96f9de"}
2023-02-08T09:05:29.710Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-08T09:05:29.713Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||INFO|500||Successfully created activitySpec VNFResumeTrafficActivity
2023-02-08T09:05:29.774Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/fe7e6ed6f4c44dc9875bd70dbf55a710/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-02-08T09:05:29.776Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/fe7e6ed6f4c44dc9875bd70dbf55a710/versions/latest/actions|INFO|500||Invoke
2023-02-08T09:05:29.778Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/fe7e6ed6f4c44dc9875bd70dbf55a710/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-02-08T09:05:30.888Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/fe7e6ed6f4c44dc9875bd70dbf55a710/versions/latest/actions|INFO|500||InvokeReturn
2023-02-08T09:05:30.888Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/fe7e6ed6f4c44dc9875bd70dbf55a710/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Feb 2023 09:05:25 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[1105]}
2023-02-08T09:05:30.889Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||DEBUG|500||Response was returned with an empty entity.
2023-02-08T09:05:30.889Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||INFO|500||Successfully certified activitySpec VNFResumeTrafficActivity
2023-02-08T09:05:30.889Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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-02-08T09:05:31.034Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-08T09:05:31.035Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[aa34d46a-4799-4501-85d6-d8d1ee7e3b34], X-ECOMP-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-TransactionID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-ONAP-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], Content-Type=[application/json]}
2023-02-08T09:05:31.036Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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-02-08T09:05:31.681Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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 Feb 2023 09:05:27 GMT], server=[envoy], x-envoy-upstream-service-time=[636], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-02-08T09:05:31.682Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"e2994f9ef0c44d4cb081cca8e138234d","versionId":"5d50bec2a870465e868ce737511511e7"}
2023-02-08T09:05:31.683Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-08T09:05:31.686Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||INFO|500||Successfully created activitySpec VNFUnsetInMaintFlagActivity
2023-02-08T09:05:31.800Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/e2994f9ef0c44d4cb081cca8e138234d/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-02-08T09:05:31.809Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e2994f9ef0c44d4cb081cca8e138234d/versions/latest/actions|INFO|500||Invoke
2023-02-08T09:05:31.812Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e2994f9ef0c44d4cb081cca8e138234d/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-02-08T09:05:32.809Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e2994f9ef0c44d4cb081cca8e138234d/versions/latest/actions|INFO|500||InvokeReturn
2023-02-08T09:05:32.810Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/e2994f9ef0c44d4cb081cca8e138234d/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Feb 2023 09:05:27 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[993]}
2023-02-08T09:05:32.810Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||DEBUG|500||Response was returned with an empty entity.
2023-02-08T09:05:32.811Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||INFO|500||Successfully certified activitySpec VNFUnsetInMaintFlagActivity
2023-02-08T09:05:32.811Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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-02-08T09:05:32.943Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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-02-08T09:05:32.945Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-08T09:05:32.947Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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-02-08T09:05:33.652Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-08T09:05:33.654Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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 Feb 2023 09:05:29 GMT], server=[envoy], x-envoy-upstream-service-time=[701], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-02-08T09:05:33.655Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||DEBUG|500||{"id":"488bf7b2029e444887721a0a507ff0a9","versionId":"d6ca3be64d164c88979f707023eaaea0"}
2023-02-08T09:05:33.658Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||INFO|500||Successfully created activitySpec VNFUpgradeBackupActivity
2023-02-08T09:05:33.721Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/488bf7b2029e444887721a0a507ff0a9/versions/latest/actions|INFO|500||Invoke
2023-02-08T09:05:33.722Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/488bf7b2029e444887721a0a507ff0a9/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/488bf7b2029e444887721a0a507ff0a9/versions/latest/actions with request headers:{X-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[408c7c1b-e615-4cb1-9dd6-017a2424117e], X-ECOMP-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-TransactionID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-ONAP-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], Content-Type=[application/json]}
2023-02-08T09:05:33.725Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/488bf7b2029e444887721a0a507ff0a9/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-02-08T09:05:34.211Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/488bf7b2029e444887721a0a507ff0a9/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/488bf7b2029e444887721a0a507ff0a9/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Feb 2023 09:05:29 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[471]}
2023-02-08T09:05:34.212Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/488bf7b2029e444887721a0a507ff0a9/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-02-08T09:05:34.220Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/488bf7b2029e444887721a0a507ff0a9/versions/latest/actions|INFO|500||InvokeReturn
2023-02-08T09:05:34.221Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||INFO|500||Successfully certified activitySpec VNFUpgradeBackupActivity
2023-02-08T09:05:34.222Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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-02-08T09:05:34.353Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-08T09:05:34.354Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[8548753a-3614-4d75-8068-2fc00cbdeaaf], X-ECOMP-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-TransactionID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-ONAP-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], Content-Type=[application/json]}
2023-02-08T09:05:34.356Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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-02-08T09:05:34.704Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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 Feb 2023 09:05:30 GMT], server=[envoy], x-envoy-upstream-service-time=[340], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-02-08T09:05:34.707Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"e83903a695dc4a5b86992590d53f8c23","versionId":"813e4a469f6d47a280af726cdc048a7d"}
2023-02-08T09:05:34.708Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-08T09:05:34.714Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||INFO|500||Successfully created activitySpec VNFUpgradePostCheckActivity
2023-02-08T09:05:34.789Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/e83903a695dc4a5b86992590d53f8c23/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-02-08T09:05:34.793Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e83903a695dc4a5b86992590d53f8c23/versions/latest/actions|INFO|500||Invoke
2023-02-08T09:05:34.796Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e83903a695dc4a5b86992590d53f8c23/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-02-08T09:05:35.239Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e83903a695dc4a5b86992590d53f8c23/versions/latest/actions|INFO|500||InvokeReturn
2023-02-08T09:05:35.240Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/e83903a695dc4a5b86992590d53f8c23/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Feb 2023 09:05:30 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[426]}
2023-02-08T09:05:35.240Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||DEBUG|500||Response was returned with an empty entity.
2023-02-08T09:05:35.241Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||INFO|500||Successfully certified activitySpec VNFUpgradePostCheckActivity
2023-02-08T09:05:35.241Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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-02-08T09:05:35.346Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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-02-08T09:05:35.348Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-08T09:05:35.350Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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-02-08T09:05:35.576Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-08T09:05:35.577Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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 Feb 2023 09:05:31 GMT], server=[envoy], x-envoy-upstream-service-time=[219], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-02-08T09:05:35.578Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||DEBUG|500||{"id":"b30739da704044daa23f969b5e9023e7","versionId":"d6bc352809334f95b346a2d94a760c63"}
2023-02-08T09:05:35.580Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||INFO|500||Successfully created activitySpec VNFUpgradePreCheckActivity
2023-02-08T09:05:35.646Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b30739da704044daa23f969b5e9023e7/versions/latest/actions|INFO|500||Invoke
2023-02-08T09:05:35.647Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b30739da704044daa23f969b5e9023e7/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/b30739da704044daa23f969b5e9023e7/versions/latest/actions with request headers:{X-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[e16f9fa7-b07f-48bb-b102-7bd5ed336c3a], X-ECOMP-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-TransactionID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-ONAP-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], Content-Type=[application/json]}
2023-02-08T09:05:35.657Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b30739da704044daa23f969b5e9023e7/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-02-08T09:05:35.987Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b30739da704044daa23f969b5e9023e7/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/b30739da704044daa23f969b5e9023e7/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Feb 2023 09:05:31 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[324]}
2023-02-08T09:05:35.988Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b30739da704044daa23f969b5e9023e7/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-02-08T09:05:35.990Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b30739da704044daa23f969b5e9023e7/versions/latest/actions|INFO|500||InvokeReturn
2023-02-08T09:05:35.991Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||INFO|500||Successfully certified activitySpec VNFUpgradePreCheckActivity
2023-02-08T09:05:35.992Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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-02-08T09:05:36.065Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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-02-08T09:05:36.068Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-08T09:05:36.070Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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-02-08T09:05:36.484Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-08T09:05:36.485Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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 Feb 2023 09:05:32 GMT], server=[envoy], x-envoy-upstream-service-time=[409], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-02-08T09:05:36.486Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||DEBUG|500||{"id":"9c0844ded5a54eb3b5c8247915a53deb","versionId":"507ac6c241854280bfad91cf804577be"}
2023-02-08T09:05:36.494Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||INFO|500||Successfully created activitySpec VNFUpgradeSoftwareActivity
2023-02-08T09:05:36.555Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9c0844ded5a54eb3b5c8247915a53deb/versions/latest/actions|INFO|500||Invoke
2023-02-08T09:05:36.556Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9c0844ded5a54eb3b5c8247915a53deb/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/9c0844ded5a54eb3b5c8247915a53deb/versions/latest/actions with request headers:{X-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[a315d7c1-785d-45c1-a675-e7fc54a200b7], X-ECOMP-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-TransactionID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-ONAP-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], Content-Type=[application/json]}
2023-02-08T09:05:36.561Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9c0844ded5a54eb3b5c8247915a53deb/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-02-08T09:05:37.479Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9c0844ded5a54eb3b5c8247915a53deb/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/9c0844ded5a54eb3b5c8247915a53deb/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Feb 2023 09:05:32 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[914]}
2023-02-08T09:05:37.480Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9c0844ded5a54eb3b5c8247915a53deb/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-02-08T09:05:37.481Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9c0844ded5a54eb3b5c8247915a53deb/versions/latest/actions|INFO|500||InvokeReturn
2023-02-08T09:05:37.482Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||INFO|500||Successfully certified activitySpec VNFUpgradeSoftwareActivity
2023-02-08T09:05:37.482Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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-02-08T09:05:37.603Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-08T09:05:37.604Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[f8281338-03f3-4963-acef-e7167cb67939], X-ECOMP-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-TransactionID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-ONAP-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], Content-Type=[application/json]}
2023-02-08T09:05:37.605Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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-02-08T09:05:38.139Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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 Feb 2023 09:05:33 GMT], server=[envoy], x-envoy-upstream-service-time=[525], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-02-08T09:05:38.140Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"d91834aff60940328409bd3207db0f0e","versionId":"3c6906e8ec784f0cb86bdbeaa03cb24e"}
2023-02-08T09:05:38.141Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-08T09:05:38.145Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||INFO|500||Successfully created activitySpec VnfInPlaceSoftwareUpdate
2023-02-08T09:05:38.216Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d91834aff60940328409bd3207db0f0e/versions/latest/actions|INFO|500||Invoke
2023-02-08T09:05:38.217Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d91834aff60940328409bd3207db0f0e/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/d91834aff60940328409bd3207db0f0e/versions/latest/actions with request headers:{X-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[b0b560bc-fbb3-43a1-88f2-f7a6bef1bf2a], X-ECOMP-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-TransactionID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], X-ONAP-RequestID=[049560ea-1a9a-4ab0-b03c-19643a0d5ec7], Content-Type=[application/json]}
2023-02-08T09:05:38.218Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d91834aff60940328409bd3207db0f0e/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-02-08T09:05:39.627Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d91834aff60940328409bd3207db0f0e/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/d91834aff60940328409bd3207db0f0e/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Feb 2023 09:05:34 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[1398]}
2023-02-08T09:05:39.629Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d91834aff60940328409bd3207db0f0e/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-02-08T09:05:39.630Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d91834aff60940328409bd3207db0f0e/versions/latest/actions|INFO|500||InvokeReturn
2023-02-08T09:05:39.631Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||INFO|500||Successfully certified activitySpec VnfInPlaceSoftwareUpdate
2023-02-08T09:05:47.108Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|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-02-08T09:05:52.577Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||WARN|500||---
2023-02-08T09:05:52.578Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-02-08T09:05:52.578Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||WARN|500||---
2023-02-08T09:05:53.422Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-02-08T09:06:04.381Z|049560ea-1a9a-4ab0-b03c-19643a0d5ec7|main|||||INFO|500||Started Application in 178.047 seconds (JVM running for 187.523)
2023-02-08T09:06:04.443Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-02-08T09:06:04.466Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-02-08T09:06:04.496Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-02-08T09:06:04.628Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= c30d4be7-6fb2-420a-b90b-212bd94d9b42 url= /sdc/v1/artifactTypes
2023-02-08T09:06:04.639Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-02-08T09:06:04.893Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-02-08T09:06:04.897Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4c559067
2023-02-08T09:06:04.907Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-02-08T09:06:04.961Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-02-08T09:06:05.022Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-02-08T09:06:05.031Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to SDC
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$53a9f7b2.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to SDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2023-02-08T09:06:54.372Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-02-08T09:06:54.374Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-02-08T09:06:54.387Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-02-08T09:06:54.401Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 029452e7-be7c-47d2-b4af-6246f2de7366 url= /sdc/v1/artifactTypes
2023-02-08T09:06:54.407Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-02-08T09:06:54.464Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-02-08T09:06:54.465Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@21bedf98
2023-02-08T09:06:54.466Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-02-08T09:06:54.466Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-02-08T09:06:54.468Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-02-08T09:06:54.469Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to SDC
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$53a9f7b2.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to SDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2023-02-08T09:07:44.368Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-02-08T09:07:44.368Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-02-08T09:07:44.368Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-02-08T09:07:44.379Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 1acae722-3378-4f83-a795-990eddee4afc url= /sdc/v1/artifactTypes
2023-02-08T09:07:44.379Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-02-08T09:07:44.675Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-02-08T09:07:44.711Z||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-02-08T09:07:44.711Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-02-08T09:07:44.712Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= ba8a969a-6dc3-4fa5-b3b7-3440a284b9ce url= /sdc/v1/distributionKafkaData
2023-02-08T09:07:44.712Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-02-08T09:07:44.829Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-02-08T09:07:44.844Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@52601577
2023-02-08T09:07:45.004Z||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-4dc62e01-c855-4558-9443-539146fbe8de
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-02-08T09:07:45.094Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4dc62e01-c855-4558-9443-539146fbe8de] Instantiated an idempotent producer.
2023-02-08T09:07:45.260Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-02-08T09:07:45.365Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-02-08T09:07:45.365Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-02-08T09:07:45.366Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1675847265360
2023-02-08T09:07:45.375Z||scheduling-1|||||INFO|500||start DistributionClient
2023-02-08T09:07:45.474Z||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-58c70f2e-4d60-47f6-8e30-fe1aba4de67c
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-02-08T09:07:45.622Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-02-08T09:07:45.623Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-02-08T09:07:45.623Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1675847265622
2023-02-08T09:07:45.625Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-58c70f2e-4d60-47f6-8e30-fe1aba4de67c, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T09:07:45.628Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T09:07:45.629Z||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-a98d61f2-702c-4ef9-92a2-aec8749bdc6f
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-02-08T09:07:45.653Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-02-08T09:07:45.653Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-02-08T09:07:45.654Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1675847265653
2023-02-08T09:07:45.657Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a98d61f2-702c-4ef9-92a2-aec8749bdc6f, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T09:07:45.662Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T09:07:45.667Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-02-08T09:07:47.482Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-58c70f2e-4d60-47f6-8e30-fe1aba4de67c, 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 Fkuep3VgQSaUFnfq-0MZWQ
2023-02-08T09:07:47.484Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a98d61f2-702c-4ef9-92a2-aec8749bdc6f, 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 TvKshxYVTq2E3j0YSr0bkw
2023-02-08T09:07:47.484Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-58c70f2e-4d60-47f6-8e30-fe1aba4de67c, 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 Fkuep3VgQSaUFnfq-0MZWQ
2023-02-08T09:07:47.485Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a98d61f2-702c-4ef9-92a2-aec8749bdc6f, 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 TvKshxYVTq2E3j0YSr0bkw
2023-02-08T09:07:47.485Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a98d61f2-702c-4ef9-92a2-aec8749bdc6f, 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 TvKshxYVTq2E3j0YSr0bkw
2023-02-08T09:07:47.485Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-58c70f2e-4d60-47f6-8e30-fe1aba4de67c, 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 Fkuep3VgQSaUFnfq-0MZWQ
2023-02-08T09:07:47.485Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a98d61f2-702c-4ef9-92a2-aec8749bdc6f, 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 TvKshxYVTq2E3j0YSr0bkw
2023-02-08T09:07:47.486Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a98d61f2-702c-4ef9-92a2-aec8749bdc6f, 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 TvKshxYVTq2E3j0YSr0bkw
2023-02-08T09:07:47.491Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a98d61f2-702c-4ef9-92a2-aec8749bdc6f, 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 TvKshxYVTq2E3j0YSr0bkw
2023-02-08T09:07:47.492Z||kafka-producer-network-thread | SO-sdc-controller-producer-4dc62e01-c855-4558-9443-539146fbe8de|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4dc62e01-c855-4558-9443-539146fbe8de] Cluster ID: dV9XKvsqRcuQtYvhQTLoog
2023-02-08T09:07:47.494Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a98d61f2-702c-4ef9-92a2-aec8749bdc6f, groupId=so] Cluster ID: dV9XKvsqRcuQtYvhQTLoog
2023-02-08T09:07:47.494Z||kafka-producer-network-thread | SO-sdc-controller-producer-4dc62e01-c855-4558-9443-539146fbe8de|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4dc62e01-c855-4558-9443-539146fbe8de] ProducerId set to 2001 with epoch 0
2023-02-08T09:07:47.485Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-58c70f2e-4d60-47f6-8e30-fe1aba4de67c, 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 Fkuep3VgQSaUFnfq-0MZWQ
2023-02-08T09:07:47.495Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a98d61f2-702c-4ef9-92a2-aec8749bdc6f, groupId=so] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null)
2023-02-08T09:07:47.496Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-58c70f2e-4d60-47f6-8e30-fe1aba4de67c, 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 Fkuep3VgQSaUFnfq-0MZWQ
2023-02-08T09:07:47.496Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-58c70f2e-4d60-47f6-8e30-fe1aba4de67c, 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 Fkuep3VgQSaUFnfq-0MZWQ
2023-02-08T09:07:47.497Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-58c70f2e-4d60-47f6-8e30-fe1aba4de67c, groupId=so] Cluster ID: dV9XKvsqRcuQtYvhQTLoog
2023-02-08T09:07:47.499Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-58c70f2e-4d60-47f6-8e30-fe1aba4de67c, groupId=so] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null)
2023-02-08T09:07:47.536Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-58c70f2e-4d60-47f6-8e30-fe1aba4de67c, groupId=so] (Re-)joining group
2023-02-08T09:07:47.566Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a98d61f2-702c-4ef9-92a2-aec8749bdc6f, groupId=so] (Re-)joining group
2023-02-08T09:07:47.665Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a98d61f2-702c-4ef9-92a2-aec8749bdc6f, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-a98d61f2-702c-4ef9-92a2-aec8749bdc6f-22269560-bee3-43b7-bd7d-f736c125ceb1
2023-02-08T09:07:47.667Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a98d61f2-702c-4ef9-92a2-aec8749bdc6f, 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-02-08T09:07:47.668Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a98d61f2-702c-4ef9-92a2-aec8749bdc6f, groupId=so] (Re-)joining group
2023-02-08T09:07:47.671Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-58c70f2e-4d60-47f6-8e30-fe1aba4de67c, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-58c70f2e-4d60-47f6-8e30-fe1aba4de67c-ca9a0aa3-71f9-44d9-85e4-aa7ad0feb29e
2023-02-08T09:07:47.672Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-58c70f2e-4d60-47f6-8e30-fe1aba4de67c, 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-02-08T09:07:47.672Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-58c70f2e-4d60-47f6-8e30-fe1aba4de67c, groupId=so] (Re-)joining group
2023-02-08T09:07:53.712Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a98d61f2-702c-4ef9-92a2-aec8749bdc6f, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-a98d61f2-702c-4ef9-92a2-aec8749bdc6f-22269560-bee3-43b7-bd7d-f736c125ceb1', protocol='range'}
2023-02-08T09:07:53.716Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-58c70f2e-4d60-47f6-8e30-fe1aba4de67c, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-58c70f2e-4d60-47f6-8e30-fe1aba4de67c-ca9a0aa3-71f9-44d9-85e4-aa7ad0feb29e', protocol='range'}
2023-02-08T09:07:53.904Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a98d61f2-702c-4ef9-92a2-aec8749bdc6f, 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 Fkuep3VgQSaUFnfq-0MZWQ
2023-02-08T09:07:53.906Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a98d61f2-702c-4ef9-92a2-aec8749bdc6f, 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 Fkuep3VgQSaUFnfq-0MZWQ
2023-02-08T09:07:53.906Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a98d61f2-702c-4ef9-92a2-aec8749bdc6f, 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 Fkuep3VgQSaUFnfq-0MZWQ
2023-02-08T09:07:53.907Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a98d61f2-702c-4ef9-92a2-aec8749bdc6f, 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 Fkuep3VgQSaUFnfq-0MZWQ
2023-02-08T09:07:53.911Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a98d61f2-702c-4ef9-92a2-aec8749bdc6f, 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 Fkuep3VgQSaUFnfq-0MZWQ
2023-02-08T09:07:53.912Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a98d61f2-702c-4ef9-92a2-aec8749bdc6f, 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 Fkuep3VgQSaUFnfq-0MZWQ
2023-02-08T09:07:53.924Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a98d61f2-702c-4ef9-92a2-aec8749bdc6f, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-58c70f2e-4d60-47f6-8e30-fe1aba4de67c-ca9a0aa3-71f9-44d9-85e4-aa7ad0feb29e=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]), SO-sdc-controller-consumer-a98d61f2-702c-4ef9-92a2-aec8749bdc6f-22269560-bee3-43b7-bd7d-f736c125ceb1=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-02-08T09:07:54.030Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a98d61f2-702c-4ef9-92a2-aec8749bdc6f, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-a98d61f2-702c-4ef9-92a2-aec8749bdc6f-22269560-bee3-43b7-bd7d-f736c125ceb1', protocol='range'}
2023-02-08T09:07:54.032Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a98d61f2-702c-4ef9-92a2-aec8749bdc6f, 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-02-08T09:07:54.041Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-58c70f2e-4d60-47f6-8e30-fe1aba4de67c, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-58c70f2e-4d60-47f6-8e30-fe1aba4de67c-ca9a0aa3-71f9-44d9-85e4-aa7ad0feb29e', protocol='range'}
2023-02-08T09:07:54.042Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-58c70f2e-4d60-47f6-8e30-fe1aba4de67c, 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-02-08T09:07:54.069Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a98d61f2-702c-4ef9-92a2-aec8749bdc6f, 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-02-08T09:07:54.076Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-58c70f2e-4d60-47f6-8e30-fe1aba4de67c, 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-02-08T09:07:54.122Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-58c70f2e-4d60-47f6-8e30-fe1aba4de67c, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-02-08T09:07:54.122Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-58c70f2e-4d60-47f6-8e30-fe1aba4de67c, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-02-08T09:07:54.123Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-58c70f2e-4d60-47f6-8e30-fe1aba4de67c, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-02-08T09:07:54.123Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-58c70f2e-4d60-47f6-8e30-fe1aba4de67c, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-02-08T09:07:54.123Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-58c70f2e-4d60-47f6-8e30-fe1aba4de67c, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-02-08T09:07:54.124Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-58c70f2e-4d60-47f6-8e30-fe1aba4de67c, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-02-08T09:07:54.128Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a98d61f2-702c-4ef9-92a2-aec8749bdc6f, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-02-08T09:07:54.128Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a98d61f2-702c-4ef9-92a2-aec8749bdc6f, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-02-08T09:07:54.129Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a98d61f2-702c-4ef9-92a2-aec8749bdc6f, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-02-08T09:07:54.129Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a98d61f2-702c-4ef9-92a2-aec8749bdc6f, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-02-08T09:07:54.131Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a98d61f2-702c-4ef9-92a2-aec8749bdc6f, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-02-08T09:07:54.134Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a98d61f2-702c-4ef9-92a2-aec8749bdc6f, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-02-08T09:07:54.226Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a98d61f2-702c-4ef9-92a2-aec8749bdc6f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-08T09:07:54.229Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a98d61f2-702c-4ef9-92a2-aec8749bdc6f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-08T09:07:54.345Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-58c70f2e-4d60-47f6-8e30-fe1aba4de67c, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-08T09:07:54.346Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-58c70f2e-4d60-47f6-8e30-fe1aba4de67c, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-08T09:07:54.364Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-58c70f2e-4d60-47f6-8e30-fe1aba4de67c, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-08T09:07:54.365Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-58c70f2e-4d60-47f6-8e30-fe1aba4de67c, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-08T09:07:54.368Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a98d61f2-702c-4ef9-92a2-aec8749bdc6f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-08T09:07:54.369Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a98d61f2-702c-4ef9-92a2-aec8749bdc6f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-08T09:07:54.421Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a98d61f2-702c-4ef9-92a2-aec8749bdc6f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-08T09:07:54.422Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a98d61f2-702c-4ef9-92a2-aec8749bdc6f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-08T09:07:54.507Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-58c70f2e-4d60-47f6-8e30-fe1aba4de67c, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-08T09:07:54.508Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-58c70f2e-4d60-47f6-8e30-fe1aba4de67c, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-08T09:08:45.641Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T09:08:45.665Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T09:09:45.645Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T09:09:45.666Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T09:10:45.647Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T09:10:45.670Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T09:11:45.648Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T09:11:45.672Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T09:12:45.650Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T09:12:45.673Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T09:13:04.116Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-02-08T09:13:45.651Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T09:13:45.675Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T09:14:45.653Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T09:14:45.677Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T09:15:45.654Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T09:15:45.680Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T09:16:45.658Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T09:16:45.682Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T09:16:47.506Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a98d61f2-702c-4ef9-92a2-aec8749bdc6f, groupId=so] Node -1 disconnected.
2023-02-08T09:16:47.551Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-58c70f2e-4d60-47f6-8e30-fe1aba4de67c, groupId=so] Node -1 disconnected.
2023-02-08T09:16:47.834Z||kafka-producer-network-thread | SO-sdc-controller-producer-4dc62e01-c855-4558-9443-539146fbe8de|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4dc62e01-c855-4558-9443-539146fbe8de] Node -1 disconnected.
2023-02-08T09:17:45.660Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T09:17:45.683Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T09:18:45.662Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T09:18:45.685Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T09:19:45.664Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T09:19:45.685Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T09:20:45.665Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T09:20:45.687Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T09:21:45.667Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T09:21:45.688Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T09:22:45.669Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T09:22:45.691Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T09:23:45.670Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T09:23:45.693Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T09:24:45.673Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T09:24:45.695Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T09:25:45.675Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T09:25:45.697Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T09:26:45.678Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T09:26:45.698Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T09:27:45.680Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T09:27:45.700Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T09:28:45.681Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T09:28:45.701Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T09:29:45.681Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T09:29:45.703Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T09:30:45.683Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T09:30:45.704Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T09:31:45.684Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T09:31:45.704Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T09:32:45.685Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T09:32:45.707Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T09:33:45.687Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T09:33:45.707Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T09:34:45.690Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T09:34:45.709Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T09:35:45.692Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T09:35:45.711Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T09:36:45.695Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T09:36:45.714Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T09:37:45.697Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T09:37:45.714Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T09:38:45.699Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T09:38:45.716Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T09:39:45.700Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T09:39:45.718Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T09:40:45.701Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T09:40:45.719Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T09:41:45.703Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T09:41:45.720Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T09:42:45.706Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T09:42:45.722Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T09:43:45.711Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T09:43:45.725Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T09:44:45.714Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T09:44:45.726Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T09:45:45.716Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T09:45:45.735Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T09:46:45.718Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T09:46:45.738Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T09:47:45.719Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T09:47:45.740Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T09:48:45.721Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T09:48:45.741Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T09:49:45.722Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T09:49:45.742Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T09:50:45.724Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T09:50:45.743Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T09:51:45.726Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T09:51:45.743Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T09:52:45.729Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T09:52:45.745Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T09:53:45.731Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T09:53:45.747Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T09:54:45.732Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T09:54:45.748Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T09:55:45.734Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T09:55:45.749Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T09:56:45.736Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T09:56:45.749Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T09:57:45.739Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T09:57:45.750Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T09:58:45.740Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T09:58:45.752Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T09:59:45.741Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T09:59:45.752Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T10:00:45.743Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T10:00:45.754Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T10:01:45.745Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T10:01:45.756Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T10:02:45.747Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T10:02:45.757Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T10:03:45.749Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T10:03:45.758Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T10:04:45.750Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T10:04:45.760Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T10:05:45.752Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T10:05:45.761Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T10:06:45.753Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T10:06:45.762Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T10:07:45.755Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T10:07:45.763Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T10:08:45.756Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T10:08:45.764Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T10:09:45.756Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T10:09:45.765Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T10:10:45.764Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T10:10:45.766Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T10:11:45.768Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T10:11:45.770Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T10:12:45.769Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T10:12:45.789Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T10:13:45.771Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T10:13:45.791Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T10:14:45.772Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T10:14:45.792Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T10:15:45.773Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T10:15:45.793Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T10:16:45.776Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T10:16:45.794Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T10:17:45.777Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T10:17:45.796Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T10:18:45.779Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T10:18:45.798Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T10:19:45.781Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T10:19:45.799Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T10:20:45.785Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T10:20:45.801Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T10:21:45.787Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T10:21:45.803Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T10:22:45.788Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T10:22:45.804Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T10:23:45.790Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T10:23:45.806Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T10:24:45.791Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T10:24:45.807Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T10:25:45.792Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T10:25:45.809Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T10:26:45.794Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T10:26:45.810Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T10:27:45.795Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T10:27:45.812Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T10:28:45.797Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T10:28:45.814Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T10:29:45.800Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T10:29:45.819Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T10:30:45.803Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T10:30:45.819Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T10:31:45.803Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T10:31:45.821Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T10:32:45.805Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T10:32:45.823Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T10:33:45.806Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T10:33:45.823Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T10:34:45.808Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T10:34:45.826Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T10:35:45.810Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T10:35:45.828Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T10:36:45.811Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T10:36:45.830Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T10:37:45.812Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T10:37:45.831Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T10:38:45.814Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T10:38:45.832Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T10:39:45.816Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T10:39:45.833Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T10:40:45.820Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T10:40:45.835Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T10:41:45.822Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T10:41:45.839Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T10:42:45.824Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T10:42:45.840Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T10:43:45.826Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T10:43:45.846Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T10:44:45.828Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T10:44:45.848Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T10:45:45.830Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T10:45:45.851Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T10:46:45.834Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T10:46:45.853Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T10:47:45.836Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T10:47:45.855Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T10:48:45.838Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T10:48:45.856Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T10:49:45.841Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T10:49:45.856Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T10:50:45.843Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T10:50:45.857Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T10:51:45.844Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T10:51:45.861Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T10:52:45.845Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T10:52:45.862Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T10:53:45.849Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T10:53:45.863Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T10:54:45.849Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T10:54:45.865Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T10:55:45.854Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T10:55:45.866Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T10:56:45.855Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T10:56:45.866Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T10:57:45.857Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T10:57:45.868Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T10:58:45.862Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T10:58:45.871Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T10:59:45.863Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T10:59:45.872Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T11:00:45.865Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:00:45.874Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T11:01:45.868Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:01:45.875Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T11:02:45.870Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:02:45.876Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T11:03:45.871Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:03:45.876Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T11:04:45.873Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:04:45.877Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T11:05:45.874Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:05:45.877Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T11:06:45.879Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T11:06:45.877Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:07:45.881Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T11:07:45.882Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:08:45.883Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:08:45.883Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T11:09:45.885Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:09:45.886Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T11:10:45.887Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:10:45.888Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T11:11:45.889Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:11:45.890Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T11:12:45.889Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:12:45.891Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T11:13:45.896Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:13:45.902Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T11:14:45.899Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:14:45.906Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T11:15:45.900Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:15:45.907Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T11:16:45.904Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:16:45.908Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T11:17:45.905Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:17:45.910Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T11:18:45.907Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:18:45.911Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T11:19:45.909Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:19:45.911Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T11:20:45.911Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:20:45.912Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T11:21:45.911Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:21:45.913Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T11:22:45.913Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:22:45.914Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T11:23:45.915Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T11:23:45.916Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:24:45.917Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:24:45.916Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T11:25:45.919Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T11:25:45.919Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:26:45.921Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T11:26:45.921Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:27:45.923Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:27:45.923Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T11:28:45.924Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:28:45.925Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T11:29:45.925Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T11:29:45.926Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:30:45.927Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T11:30:45.928Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:31:45.927Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T11:31:45.928Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:32:45.929Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T11:32:45.929Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:33:45.932Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T11:33:45.933Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:34:45.934Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T11:34:45.939Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:35:45.939Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:35:45.942Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T11:36:45.942Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:36:45.943Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T11:37:45.943Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T11:37:45.946Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:38:45.947Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:38:45.947Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T11:39:45.949Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T11:39:45.950Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:40:45.950Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T11:40:45.954Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:41:45.952Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T11:41:45.962Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:42:45.954Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T11:42:45.963Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:43:45.956Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T11:43:45.965Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:44:45.961Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T11:44:45.966Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:45:45.964Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T11:45:45.966Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:46:40.681Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-08T11:46:40.692Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"42067e8c-4739-43b5-9f35-eb5266b3f6a0","serviceName":"basic_onboard_gGjNrB","serviceVersion":"1.0","serviceUUID":"240112eb-51aa-4a5b-add6-0ea7f045549d","serviceDescription":"service","serviceInvariantUUID":"a9954c80-7f96-4666-9c96-c3d66c582cc1","resources":[{"resourceInstanceName":"basic_onboard_gGjNrB 0","resourceName":"basic_onboard_gGjNrB","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f7a97330-2e2f-47be-a50b-59b303e6774d","resourceInvariantUUID":"68606c65-30e9-41d2-a8cc-099fb542c7ad","resourceCustomizationUUID":"6ca532a2-c78d-4a6e-a4c4-c2702c3a03fb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/vf-license-model.xml","artifactChecksum":"MTBjN2FkMmVhMjIxZGU1YWY3OTQ2MjBlMWRjNmI4M2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5aaa5ef8-ee93-4db7-8c52-e8076c16538e","artifactVersion":"1"},{"artifactName":"basic_onboard_ggjnrb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/basic_onboard_ggjnrb0_modules.json","artifactChecksum":"N2JkMGE1YWE4ZmFiYTAwZjQ2YThlMzZhNjU4NjA4Y2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"056c4af5-6893-4861-9ba6-399383eee0fe","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4f1d95c6-8202-4503-8219-db4b82df90db","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"075bd365-fcbb-421d-87ee-923b46ab8a85","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"48b12a3a-734c-454f-bf42-621e75afb50a","artifactVersion":"2","generatedFromUUID":"4f1d95c6-8202-4503-8219-db4b82df90db"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGgjnrb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/artifacts/service-BasicOnboardGgjnrb-template.yml","artifactChecksum":"OWExZDAzZjlmYWU3YWI0NzI1NjJlZDVkMDIzNDIxNDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c34334e-89ff-4f12-b1f8-ab0e9e71b92d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGgjnrb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/artifacts/service-BasicOnboardGgjnrb-csar.csar","artifactChecksum":"MmU1MmI1Y2NmZDBlNmU1ZDY5MzBmYzQ5ZWIyOTdhMmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8c1c42e3-2fa1-49bf-8d60-1f0ab94a877b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-08T11:46:40.744Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-08T11:46:40.774Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-08T11:46:40.775Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-08T11:46:40.776Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "SO-sdc-controller",
"timestamp": 1675856745964,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:46:40.795Z||kafka-producer-network-thread | SO-sdc-controller-producer-4dc62e01-c855-4558-9443-539146fbe8de|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4dc62e01-c855-4558-9443-539146fbe8de] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to TvKshxYVTq2E3j0YSr0bkw
2023-02-08T11:46:40.796Z||kafka-producer-network-thread | SO-sdc-controller-producer-4dc62e01-c855-4558-9443-539146fbe8de|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4dc62e01-c855-4558-9443-539146fbe8de] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to TvKshxYVTq2E3j0YSr0bkw
2023-02-08T11:46:40.797Z||kafka-producer-network-thread | SO-sdc-controller-producer-4dc62e01-c855-4558-9443-539146fbe8de|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4dc62e01-c855-4558-9443-539146fbe8de] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to TvKshxYVTq2E3j0YSr0bkw
2023-02-08T11:46:40.798Z||kafka-producer-network-thread | SO-sdc-controller-producer-4dc62e01-c855-4558-9443-539146fbe8de|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4dc62e01-c855-4558-9443-539146fbe8de] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to TvKshxYVTq2E3j0YSr0bkw
2023-02-08T11:46:40.798Z||kafka-producer-network-thread | SO-sdc-controller-producer-4dc62e01-c855-4558-9443-539146fbe8de|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4dc62e01-c855-4558-9443-539146fbe8de] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to TvKshxYVTq2E3j0YSr0bkw
2023-02-08T11:46:40.798Z||kafka-producer-network-thread | SO-sdc-controller-producer-4dc62e01-c855-4558-9443-539146fbe8de|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4dc62e01-c855-4558-9443-539146fbe8de] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to TvKshxYVTq2E3j0YSr0bkw
2023-02-08T11:46:41.033Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:46:41.033Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "SO-sdc-controller",
"timestamp": 1675856745964,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-08T11:46:41.099Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:46:41.863Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-08T11:46:41.864Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-08T11:46:41.865Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-08T11:46:41.865Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "SO-sdc-controller",
"timestamp": 1675856745964,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/basic_onboard_ggjnrb0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:46:42.867Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-08T11:46:42.869Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-08T11:46:42.869Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-08T11:46:42.869Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "SO-sdc-controller",
"timestamp": 1675856745964,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:46:43.871Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-08T11:46:43.873Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-08T11:46:43.873Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-08T11:46:43.873Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "SO-sdc-controller",
"timestamp": 1675856745964,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:46:44.878Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-08T11:46:44.879Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-08T11:46:44.879Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-08T11:46:44.880Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "SO-sdc-controller",
"timestamp": 1675856745964,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:46:45.662Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:46:45.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:46:45.668Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "aai-model-loader",
"timestamp": 1675856776134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-08T11:46:45.675Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:46:45.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:46:45.676Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "multicloud-k8s",
"timestamp": 1675856793493,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-08T11:46:45.677Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:46:45.881Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-08T11:46:45.882Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-08T11:46:45.882Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-08T11:46:45.883Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "SO-sdc-controller",
"timestamp": 1675856745964,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/artifacts/service-BasicOnboardGgjnrb-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:46:46.886Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-08T11:46:46.887Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-08T11:46:46.887Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-08T11:46:46.888Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "SO-sdc-controller",
"timestamp": 1675856745964,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/artifacts/service-BasicOnboardGgjnrb-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:46:47.891Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"serviceName": "basic_onboard_gGjNrB",
"serviceVersion": "1.0",
"serviceUUID": "240112eb-51aa-4a5b-add6-0ea7f045549d",
"serviceDescription": "service",
"serviceInvariantUUID": "a9954c80-7f96-4666-9c96-c3d66c582cc1",
"resources": [
{
"resourceInstanceName": "basic_onboard_gGjNrB 0",
"resourceCustomizationUUID": "6ca532a2-c78d-4a6e-a4c4-c2702c3a03fb",
"resourceName": "basic_onboard_gGjNrB",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "f7a97330-2e2f-47be-a50b-59b303e6774d",
"resourceInvariantUUID": "68606c65-30e9-41d2-a8cc-099fb542c7ad",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_ggjnrb0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/basic_onboard_ggjnrb0_modules.json",
"artifactChecksum": "N2JkMGE1YWE4ZmFiYTAwZjQ2YThlMzZhNjU4NjA4Y2Q\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "056c4af5-6893-4861-9ba6-399383eee0fe",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "4f1d95c6-8202-4503-8219-db4b82df90db",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "48b12a3a-734c-454f-bf42-621e75afb50a",
"generatedFromUUID": "4f1d95c6-8202-4503-8219-db4b82df90db"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "48b12a3a-734c-454f-bf42-621e75afb50a",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardGgjnrb-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/artifacts/service-BasicOnboardGgjnrb-csar.csar",
"artifactChecksum": "MmU1MmI1Y2NmZDBlNmU1ZDY5MzBmYzQ5ZWIyOTdhMmY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8c1c42e3-2fa1-49bf-8d60-1f0ab94a877b"
}
],
"workloadContext": "Production"
}
2023-02-08T11:46:47.902Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-08T11:46:47.903Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 240112eb-51aa-4a5b-add6-0ea7f045549d ASDC
2023-02-08T11:46:48.137Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:42067e8c-4739-43b5-9f35-eb5266b3f6a0
ServiceName:basic_onboard_gGjNrB
ServiceVersion:1.0
ServiceUUID:240112eb-51aa-4a5b-add6-0ea7f045549d
ServiceInvariantUUID:a9954c80-7f96-4666-9c96-c3d66c582cc1
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGgjnrb-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/artifacts/service-BasicOnboardGgjnrb-csar.csar
ArtifactUUID:8c1c42e3-2fa1-49bf-8d60-1f0ab94a877b
ArtifactChecksum:MmU1MmI1Y2NmZDBlNmU1ZDY5MzBmYzQ5ZWIyOTdhMmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_gGjNrB 0
ResourceCustomizationUUID:6ca532a2-c78d-4a6e-a4c4-c2702c3a03fb
ResourceInvariantUUID:68606c65-30e9-41d2-a8cc-099fb542c7ad
ResourceName:basic_onboard_gGjNrB
ResourceType:VF
ResourceUUID:f7a97330-2e2f-47be-a50b-59b303e6774d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ggjnrb0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/basic_onboard_ggjnrb0_modules.json
ArtifactUUID:056c4af5-6893-4861-9ba6-399383eee0fe
ArtifactChecksum:N2JkMGE1YWE4ZmFiYTAwZjQ2YThlMzZhNjU4NjA4Y2Q=
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/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/base_ubuntu18.yaml
ArtifactUUID:4f1d95c6-8202-4503-8219-db4b82df90db
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/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/base_ubuntu18.env
ArtifactUUID:48b12a3a-734c-454f-bf42-621e75afb50a
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/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/base_ubuntu18.env
ArtifactUUID:48b12a3a-734c-454f-bf42-621e75afb50a
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-02-08T11:46:48.137Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 240112eb-51aa-4a5b-add6-0ea7f045549d 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-02-08T11:46:48.545Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-08T11:46:48.547Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-02-08T11:46:48.549Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-02-08T11:46:48.549Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8c1c42e3-2fa1-49bf-8d60-1f0ab94a877b from URL: /sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/artifacts/service-BasicOnboardGgjnrb-csar.csar
2023-02-08T11:46:48.549Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-02-08T11:46:48.550Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/artifacts/service-BasicOnboardGgjnrb-csar.csar
2023-02-08T11:46:48.700Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-02-08T11:46:48.724Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/artifacts/service-BasicOnboardGgjnrb-csar.csar 8c1c42e3-2fa1-49bf-8d60-1f0ab94a877b 75680
2023-02-08T11:46:48.726Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/artifacts/service-BasicOnboardGgjnrb-csar.csar ASDC sendASDCNotification
2023-02-08T11:46:48.726Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/artifacts/service-BasicOnboardGgjnrb-csar.csar
2023-02-08T11:46:48.728Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-08T11:46:48.729Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-08T11:46:48.729Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-08T11:46:48.729Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "SO-sdc-controller",
"timestamp": 1675856808725,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/artifacts/service-BasicOnboardGgjnrb-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:46:49.731Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-08T11:46:49.732Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-02-08T11:46:49.733Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 8c1c42e3-2fa1-49bf-8d60-1f0ab94a877b, URL: /sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/artifacts/service-BasicOnboardGgjnrb-csar.csar to file: /app/ASDC/1/service-BasicOnboardGgjnrb-csar.csar
2023-02-08T11:46:49.734Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardGgjnrb-csar.csar
2023-02-08T11:46:49.965Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardGgjnrb-csar.csar
2023-02-08T11:46:49.966Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardGgjnrb-csar.csar
2023-02-08T11:46:51.290Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9106690531164296027/Definitions/service-BasicOnboardGgjnrb-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-02-08T11:46:55.270Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-08T11:46:55.279Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-02-08T11:46:55.280Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardGgjnrb-csar.csar
2023-02-08T11:46:55.280Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-08T11:46:55.284Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardGgjnrb-csar.csar
2023-02-08T11:46:55.284Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGgjnrb-csar.csar
2023-02-08T11:46:55.285Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGgjnrb-csar.csar
2023-02-08T11:46:55.285Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGgjnrb-csar.csar
2023-02-08T11:46:55.286Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardGgjnrb-csar.csar
2023-02-08T11:46:55.286Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_gGjNrB 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-BasicOnboardGgjnrb-csar.csar
2023-02-08T11:46:55.286Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardGgjnrb-csar.csar
2023-02-08T11:46:55.286Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-02-08T11:46:55.299Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T11:46:55.303Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_gGjNrB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-08T11:46:55.310Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_gGjNrB 0 is matching search criteria
2023-02-08T11:46:55.311Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-02-08T11:46:55.314Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_gGjNrB 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-08T11:46:55.317Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T11:46:55.317Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_gGjNrB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-08T11:46:55.318Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_gGjNrB 0 is matching search criteria
2023-02-08T11:46:55.318Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-02-08T11:46:55.318Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_gGjNrB 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-08T11:46:55.319Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T11:46:55.319Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_gGjNrB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-08T11:46:55.325Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T11:46:55.325Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_gGjNrB 0 is not matching search criteria
2023-02-08T11:46:55.326Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-02-08T11:46:55.326Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-02-08T11:46:55.326Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-02-08T11:46:55.327Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-08T11:46:55.327Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-08T11:46:55.328Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T11:46:55.328Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_gGjNrB is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-08T11:46:55.330Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T11:46:55.331Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_gGjNrB 0 is matching search criteria
2023-02-08T11:46:55.331Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_gGjNrB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-08T11:46:55.332Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T11:46:55.332Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_gGjNrB 0 is matching search criteria
2023-02-08T11:46:55.332Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_gGjNrB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-08T11:46:55.333Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T11:46:55.333Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_gGjNrB 0 is matching search criteria
2023-02-08T11:46:55.333Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_gGjNrB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-08T11:46:55.334Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T11:46:55.334Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_gGjNrB 0 is not matching search criteria
2023-02-08T11:46:55.334Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-02-08T11:46:55.335Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-08T11:46:55.335Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2b8fee90-07f1-41f2-843c-c086444f0b22
2023-02-08T11:46:55.336Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T11:46:55.337Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_gGjNrB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-08T11:46:55.337Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T11:46:55.337Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_gGjNrB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-08T11:46:55.338Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T11:46:55.338Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_gGjNrB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-08T11:46:55.338Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T11:46:55.338Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_gGjNrB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-08T11:46:55.339Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_gGjNrB
Description:service
Model UUID:240112eb-51aa-4a5b-add6-0ea7f045549d
Model Version:NULL
Model InvariantUuid:a9954c80-7f96-4666-9c96-c3d66c582cc1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_gGjNrB
Model UUID:b28b693b-9607-4115-9f4b-49249b245caa
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:68606c65-30e9-41d2-a8cc-099fb542c7ad
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:6ca532a2-c78d-4a6e-a4c4-c2702c3a03fb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:5155966f-a258-4718-bec3-7add86f66c44
ModelName:BasicOnboardGgjnrb..base_ubuntu18..module-0
ModelUuid:805332a7-498b-4407-95b5-6dcc070edecf
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:2b8fee90-07f1-41f2-843c-c086444f0b22
ModelInvariantUuid:c4efcf7d-f13c-4206-ae1f-1a997e6a7bb5
ModelName:basic_onboard_gGjNrB-nodes.ubuntu18Cvfc
ModelUuid:2ce706c7-f58e-448f-aa88-c578d91268eb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:ff86fd34-7dce-42aa-b14d-9b3b8e17e7e0
ModelInvariantUuid:b2f7087f-be2f-40ae-b982-dabea803938d
ModelName:BasicOnboardGgjnrb.compute.nodes.heat.ubuntu18
ModelUuid:c9f89e25-3185-4aae-a3c9-6df81449289d
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-02-08T11:46:55.365Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: f7a97330-2e2f-47be-a50b-59b303e6774d
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-02-08T11:46:55.460Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||INFO|500||basic_onboard_gGjNrB 0
2023-02-08T11:46:55.471Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f7a97330-2e2f-47be-a50b-59b303e6774d
2023-02-08T11:46:55.472Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 056c4af5-6893-4861-9ba6-399383eee0fe from URL: /sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/basic_onboard_ggjnrb0_modules.json
2023-02-08T11:46:55.472Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-02-08T11:46:55.473Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/basic_onboard_ggjnrb0_modules.json
2023-02-08T11:46:55.655Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-02-08T11:46:55.656Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/basic_onboard_ggjnrb0_modules.json 056c4af5-6893-4861-9ba6-399383eee0fe 798
2023-02-08T11:46:55.656Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/basic_onboard_ggjnrb0_modules.json ASDC sendASDCNotification
2023-02-08T11:46:55.657Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/basic_onboard_ggjnrb0_modules.json
2023-02-08T11:46:55.657Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-08T11:46:55.657Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-08T11:46:55.657Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-08T11:46:55.658Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "SO-sdc-controller",
"timestamp": 1675856815656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/basic_onboard_ggjnrb0_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:46:56.665Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardGgjnrb..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "5155966f-a258-4718-bec3-7add86f66c44",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "805332a7-498b-4407-95b5-6dcc070edecf",
"vfModuleModelCustomizationUUID": "f960b5c0-d251-4d9c-af97-ad32e69587d3",
"isBase": true,
"artifacts": [
"4f1d95c6-8202-4503-8219-db4b82df90db",
"48b12a3a-734c-454f-bf42-621e75afb50a"
],
"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-02-08T11:46:56.673Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardGgjnrb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:805332a7-498b-4407-95b5-6dcc070edecf
VfModuleModelInvariantUUID:5155966f-a258-4718-bec3-7add86f66c44
VfModuleModelDescription:NULL
Artifacts UUID List:{
4f1d95c6-8202-4503-8219-db4b82df90db
,
48b12a3a-734c-454f-bf42-621e75afb50a
}
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-02-08T11:46:56.677Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardGgjnrb..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "5155966f-a258-4718-bec3-7add86f66c44",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "805332a7-498b-4407-95b5-6dcc070edecf",
"vfModuleModelCustomizationUUID": "f960b5c0-d251-4d9c-af97-ad32e69587d3",
"isBase": true,
"artifacts": [
"4f1d95c6-8202-4503-8219-db4b82df90db",
"48b12a3a-734c-454f-bf42-621e75afb50a"
],
"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-02-08T11:46:56.678Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardGgjnrb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:805332a7-498b-4407-95b5-6dcc070edecf
VfModuleModelInvariantUUID:5155966f-a258-4718-bec3-7add86f66c44
VfModuleModelDescription:NULL
Artifacts UUID List:{
4f1d95c6-8202-4503-8219-db4b82df90db
,
48b12a3a-734c-454f-bf42-621e75afb50a
}
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-02-08T11:46:56.678Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4f1d95c6-8202-4503-8219-db4b82df90db from URL: /sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/base_ubuntu18.yaml
2023-02-08T11:46:56.678Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-02-08T11:46:56.679Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/base_ubuntu18.yaml
2023-02-08T11:46:56.783Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-02-08T11:46:56.783Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/base_ubuntu18.yaml 4f1d95c6-8202-4503-8219-db4b82df90db 5033
2023-02-08T11:46:56.784Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-02-08T11:46:56.784Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/base_ubuntu18.yaml
2023-02-08T11:46:56.784Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-08T11:46:56.785Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-08T11:46:56.785Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-08T11:46:56.785Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "SO-sdc-controller",
"timestamp": 1675856816784,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:46:57.787Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 48b12a3a-734c-454f-bf42-621e75afb50a from URL: /sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/base_ubuntu18.env
2023-02-08T11:46:57.787Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-02-08T11:46:57.788Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/base_ubuntu18.env
2023-02-08T11:46:57.985Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-02-08T11:46:57.986Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/base_ubuntu18.env 48b12a3a-734c-454f-bf42-621e75afb50a 909
2023-02-08T11:46:57.986Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-02-08T11:46:57.991Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/base_ubuntu18.env
2023-02-08T11:46:57.991Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-08T11:46:57.992Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-08T11:46:57.992Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-08T11:46:57.993Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "SO-sdc-controller",
"timestamp": 1675856817986,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:46:58.999Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 240112eb-51aa-4a5b-add6-0ea7f045549d
2023-02-08T11:46:59.001Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_gGjNrB 0 f7a97330-2e2f-47be-a50b-59b303e6774d 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-02-08T11:46:59.073Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@502b2587, org.onap.sdc.toscaparser.api.parameters.Input@6154359d, org.onap.sdc.toscaparser.api.parameters.Input@55011f0e, org.onap.sdc.toscaparser.api.parameters.Input@2ca75203, org.onap.sdc.toscaparser.api.parameters.Input@25295d0d]
2023-02-08T11:46:59.079Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T11:46:59.079Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_gGjNrB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-08T11:46:59.080Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2023-02-08T11:46:59.081Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 6ca532a2-c78d-4a6e-a4c4-c2702c3a03fb
2023-02-08T11:46:59.081Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6ca532a2-c78d-4a6e-a4c4-c2702c3a03fb matches Tosca VF Customization UUID: 6ca532a2-c78d-4a6e-a4c4-c2702c3a03fb
2023-02-08T11:46:59.081Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 6ca532a2-c78d-4a6e-a4c4-c2702c3a03fb 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-02-08T11:46:59.107Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T11:46:59.107Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_gGjNrB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-08T11:46:59.111Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 6ca532a2-c78d-4a6e-a4c4-c2702c3a03fb: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-08T11:46:59.111Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@57acf44
2023-02-08T11:46:59.112Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T11:46:59.112Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_gGjNrB is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-08T11:46:59.113Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f960b5c0-d251-4d9c-af97-ad32e69587d3
2023-02-08T11:46:59.115Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f960b5c0-d251-4d9c-af97-ad32e69587d3
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-02-08T11:46:59.130Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T11:46:59.131Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_gGjNrB 0 is matching search criteria
2023-02-08T11:46:59.132Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_gGjNrB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-08T11:46:59.133Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T11:46:59.134Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_gGjNrB 0 is matching search criteria
2023-02-08T11:46:59.134Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_gGjNrB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-08T11:46:59.134Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T11:46:59.134Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_gGjNrB 0 is not matching search criteria
2023-02-08T11:46:59.134Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-02-08T11:46:59.135Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-08T11:46:59.135Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2b8fee90-07f1-41f2-843c-c086444f0b22
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-02-08T11:46:59.164Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T11:46:59.165Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_gGjNrB 0 is matching search criteria
2023-02-08T11:46:59.165Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_gGjNrB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-08T11:46:59.166Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T11:46:59.166Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_gGjNrB 0 is matching search criteria
2023-02-08T11:46:59.167Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_gGjNrB 0] matching following query criteria: sdcType=VF, customizationUUID=6ca532a2-c78d-4a6e-a4c4-c2702c3a03fb
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-02-08T11:46:59.174Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T11:46:59.175Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_gGjNrB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-08T11:46:59.175Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 240112eb-51aa-4a5b-add6-0ea7f045549d: basic_onboard_gGjNrB
2023-02-08T11:46:59.176Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T11:46:59.176Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_gGjNrB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-08T11:46:59.177Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T11:46:59.177Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_gGjNrB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-08T11:46:59.178Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T11:46:59.178Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_gGjNrB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-08T11:46:59.178Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T11:46:59.179Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_gGjNrB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-08T11:46:59.179Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T11:46:59.180Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_gGjNrB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-08T11:46:59.180Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_gGjNrB
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-02-08T11:46:59.712Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_gGjNrB f7a97330-2e2f-47be-a50b-59b303e6774d 1 ASDC deployResourceStructure
2023-02-08T11:46:59.713Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/basic_onboard_ggjnrb0_modules.json ASDC sendASDCNotification
2023-02-08T11:46:59.713Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/basic_onboard_ggjnrb0_modules.json
2023-02-08T11:46:59.714Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-08T11:46:59.714Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-08T11:46:59.714Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-08T11:46:59.715Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "SO-sdc-controller",
"timestamp": 1675856819713,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/basic_onboard_ggjnrb0_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:47:00.719Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-02-08T11:47:00.720Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/base_ubuntu18.yaml
2023-02-08T11:47:00.720Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-08T11:47:00.720Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-08T11:47:00.720Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-08T11:47:00.721Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "SO-sdc-controller",
"timestamp": 1675856820719,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:47:01.727Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-02-08T11:47:01.727Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/base_ubuntu18.env
2023-02-08T11:47:01.728Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-08T11:47:01.728Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-08T11:47:01.728Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-08T11:47:01.728Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "SO-sdc-controller",
"timestamp": 1675856821727,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:47:02.738Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/artifacts/service-BasicOnboardGgjnrb-csar.csar ASDC sendASDCNotification
2023-02-08T11:47:02.739Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/artifacts/service-BasicOnboardGgjnrb-csar.csar
2023-02-08T11:47:02.739Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-08T11:47:02.741Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-08T11:47:02.741Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-08T11:47:02.741Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "SO-sdc-controller",
"timestamp": 1675856822738,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/artifacts/service-BasicOnboardGgjnrb-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:47:03.743Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 42067e8c-4739-43b5-9f35-eb5266b3f6a0
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-02-08T11:47:03.832Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 42067e8c-4739-43b5-9f35-eb5266b3f6a0
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-02-08T11:47:03.851Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-08T11:47:03.851Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-08T11:47:03.852Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-08T11:47:33.855Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 42067e8c-4739-43b5-9f35-eb5266b3f6a0
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-02-08T11:47:33.881Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 42067e8c-4739-43b5-9f35-eb5266b3f6a0
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-02-08T11:47:33.897Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-08T11:47:33.897Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-08T11:47:33.898Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-08T11:47:45.661Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:47:45.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:47:45.673Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "cds-sdc-listener",
"timestamp": 1675856749726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-08T11:47:45.675Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:47:45.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:47:45.683Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "multicloud-k8s",
"timestamp": 1675856793493,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/basic_onboard_ggjnrb0_modules.json",
"status": "NOTIFIED"
}
2023-02-08T11:47:45.685Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:47:45.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:47:45.685Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "SO-sdc-controller",
"timestamp": 1675856745964,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/basic_onboard_ggjnrb0_modules.json",
"status": "NOTIFIED"
}
2023-02-08T11:47:45.686Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:47:45.686Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:47:45.687Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "aai-model-loader",
"timestamp": 1675856776134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/basic_onboard_ggjnrb0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-08T11:47:45.687Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:47:45.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:47:45.691Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "cds-sdc-listener",
"timestamp": 1675856749726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/basic_onboard_ggjnrb0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-08T11:47:45.693Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:47:45.694Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:47:45.694Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "multicloud-k8s",
"timestamp": 1675856793493,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-02-08T11:47:45.695Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:47:45.696Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:47:45.697Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "SO-sdc-controller",
"timestamp": 1675856745964,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-02-08T11:47:45.699Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:47:45.699Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:47:45.699Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "aai-model-loader",
"timestamp": 1675856776134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-08T11:47:45.711Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:47:45.712Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:47:45.712Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "cds-sdc-listener",
"timestamp": 1675856749726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-08T11:47:45.713Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:47:45.714Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:47:45.714Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "multicloud-k8s",
"timestamp": 1675856793493,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-08T11:47:45.718Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:47:45.718Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:47:45.719Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "SO-sdc-controller",
"timestamp": 1675856745964,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-08T11:47:45.720Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:47:45.721Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:47:45.722Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "aai-model-loader",
"timestamp": 1675856776134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-08T11:47:45.723Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:47:45.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:47:45.724Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "cds-sdc-listener",
"timestamp": 1675856749726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-08T11:47:45.726Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:47:45.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:47:45.728Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "multicloud-k8s",
"timestamp": 1675856793493,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-02-08T11:47:45.728Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:47:45.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:47:45.729Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "SO-sdc-controller",
"timestamp": 1675856745964,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-02-08T11:47:45.730Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:47:45.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:47:45.732Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "aai-model-loader",
"timestamp": 1675856776134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-02-08T11:47:45.733Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:47:45.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:47:45.733Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "cds-sdc-listener",
"timestamp": 1675856749726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-02-08T11:47:45.734Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:03.900Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 42067e8c-4739-43b5-9f35-eb5266b3f6a0
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-02-08T11:48:03.925Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 42067e8c-4739-43b5-9f35-eb5266b3f6a0
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-02-08T11:48:03.931Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-08T11:48:03.932Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-08T11:48:03.933Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-08T11:48:33.934Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 42067e8c-4739-43b5-9f35-eb5266b3f6a0
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-02-08T11:48:33.961Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 42067e8c-4739-43b5-9f35-eb5266b3f6a0
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-02-08T11:48:33.965Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-08T11:48:33.965Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-08T11:48:33.965Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-08T11:48:45.661Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:48:45.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:45.674Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "multicloud-k8s",
"timestamp": 1675856793493,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/artifacts/service-BasicOnboardGgjnrb-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-08T11:48:45.676Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:45.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:45.676Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "SO-sdc-controller",
"timestamp": 1675856745964,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/artifacts/service-BasicOnboardGgjnrb-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-08T11:48:45.677Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:45.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:45.677Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "aai-model-loader",
"timestamp": 1675856776134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/artifacts/service-BasicOnboardGgjnrb-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-08T11:48:45.678Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:45.678Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:45.678Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "cds-sdc-listener",
"timestamp": 1675856749726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/artifacts/service-BasicOnboardGgjnrb-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-08T11:48:45.678Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:45.679Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:45.679Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "multicloud-k8s",
"timestamp": 1675856793493,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/artifacts/service-BasicOnboardGgjnrb-csar.csar",
"status": "NOTIFIED"
}
2023-02-08T11:48:45.679Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:45.679Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:45.680Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "SO-sdc-controller",
"timestamp": 1675856745964,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/artifacts/service-BasicOnboardGgjnrb-csar.csar",
"status": "NOTIFIED"
}
2023-02-08T11:48:45.680Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:45.680Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:45.681Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "aai-model-loader",
"timestamp": 1675856776134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/artifacts/service-BasicOnboardGgjnrb-csar.csar",
"status": "NOTIFIED"
}
2023-02-08T11:48:45.682Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:45.683Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:45.683Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "cds-sdc-listener",
"timestamp": 1675856749726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/artifacts/service-BasicOnboardGgjnrb-csar.csar",
"status": "NOTIFIED"
}
2023-02-08T11:48:45.683Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:45.684Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:45.684Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "multicloud-k8s",
"timestamp": 1675856808297,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/basic_onboard_ggjnrb0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-08T11:48:45.684Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:45.684Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:45.685Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "cds-sdc-listener",
"timestamp": 1675856803801,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/artifacts/service-BasicOnboardGgjnrb-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-08T11:48:45.685Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:45.686Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:45.686Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "aai-model-loader",
"timestamp": 1675856803829,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/artifacts/service-BasicOnboardGgjnrb-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-08T11:48:45.686Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:45.687Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:45.687Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "SO-sdc-controller",
"timestamp": 1675856808725,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/artifacts/service-BasicOnboardGgjnrb-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-08T11:48:45.692Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:45.693Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:45.693Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "multicloud-k8s",
"timestamp": 1675856809469,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-08T11:48:45.694Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:45.694Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:45.694Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "cds-sdc-listener",
"timestamp": 1675856804881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-08T11:48:45.695Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:45.695Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:45.696Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "cds-sdc-listener",
"timestamp": 1675856804881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/vfwc26a1e8a5fc00_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-08T11:48:45.696Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:45.697Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:45.697Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "multicloud-k8s",
"timestamp": 1675856810593,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-02-08T11:48:45.701Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:45.703Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:45.703Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "cds-sdc-listener",
"timestamp": 1675856804881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-08T11:48:45.704Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:45.704Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:45.704Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "multicloud-k8s",
"timestamp": 1675856811813,
"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-02-08T11:48:45.733Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 42067e8c-4739-43b5-9f35-eb5266b3f6a0
2023-02-08T11:48:45.734Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42067e8c-4739-43b5-9f35-eb5266b3f6a0 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-02-08T11:48:45.759Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:45.760Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675856811367,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-08T11:48:45.761Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:45.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:45.762Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "cds-sdc-listener",
"timestamp": 1675856804881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-08T11:48:45.764Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:45.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:45.764Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "multicloud-k8s",
"timestamp": 1675856812819,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/basic_onboard_ggjnrb0_modules.json",
"status": "DEPLOY_OK"
}
2023-02-08T11:48:45.765Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:45.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:45.765Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675856811367,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/basic_onboard_ggjnrb0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-08T11:48:45.766Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:45.767Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:45.767Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "cds-sdc-listener",
"timestamp": 1675856804881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-02-08T11:48:45.768Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:45.768Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:45.768Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "multicloud-k8s",
"timestamp": 1675856813842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-08T11:48:45.769Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:45.769Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:45.769Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675856811367,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-08T11:48:45.770Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:45.770Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:45.770Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "cds-sdc-listener",
"timestamp": 1675856804881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/artifacts/service-Vfw20230208114416-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-08T11:48:45.771Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:45.771Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:45.771Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "multicloud-k8s",
"timestamp": 1675856813842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/vfwc26a1e8a5fc00_modules.json",
"status": "NOTIFIED"
}
2023-02-08T11:48:45.771Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:45.772Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:45.773Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675856811367,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-08T11:48:45.773Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:45.773Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:45.774Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "cds-sdc-listener",
"timestamp": 1675856804881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/artifacts/service-Vfw20230208114416-csar.csar",
"status": "NOTIFIED"
}
2023-02-08T11:48:45.774Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:45.775Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:45.775Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "SO-sdc-controller",
"timestamp": 1675856815656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/basic_onboard_ggjnrb0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-08T11:48:45.775Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:45.775Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:45.775Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "multicloud-k8s",
"timestamp": 1675856813842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-02-08T11:48:45.776Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:45.776Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:45.776Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675856811367,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-02-08T11:48:45.776Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:45.777Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:45.777Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "SO-sdc-controller",
"timestamp": 1675856816784,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-08T11:48:45.777Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:45.778Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:45.778Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "cds-sdc-listener",
"timestamp": 1675856812168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/artifacts/service-Vfw20230208114416-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-08T11:48:45.778Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:45.779Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:45.779Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "multicloud-k8s",
"timestamp": 1675856813842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-08T11:48:45.779Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:45.780Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:45.780Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675856811367,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/artifacts/service-BasicOnboardGgjnrb-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-08T11:48:45.780Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:45.780Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:45.780Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "multicloud-k8s",
"timestamp": 1675856813842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-02-08T11:48:45.781Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:45.781Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:45.781Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "SO-sdc-controller",
"timestamp": 1675856817986,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-02-08T11:48:45.782Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:45.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:45.782Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675856811367,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/artifacts/service-BasicOnboardGgjnrb-csar.csar",
"status": "NOTIFIED"
}
2023-02-08T11:48:45.782Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:45.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:45.783Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "multicloud-k8s",
"timestamp": 1675856813842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/artifacts/service-Vfw20230208114416-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-08T11:48:45.783Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:45.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:45.785Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675856819498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/artifacts/service-BasicOnboardGgjnrb-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-08T11:48:45.785Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:45.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:45.786Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "SO-sdc-controller",
"timestamp": 1675856819713,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/basic_onboard_ggjnrb0_modules.json",
"status": "DEPLOY_OK"
}
2023-02-08T11:48:45.786Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:45.786Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:45.786Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "multicloud-k8s",
"timestamp": 1675856813842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/artifacts/service-Vfw20230208114416-csar.csar",
"status": "NOTIFIED"
}
2023-02-08T11:48:45.787Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:45.787Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:45.788Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "SO-sdc-controller",
"timestamp": 1675856820719,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-02-08T11:48:45.788Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:45.789Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:45.789Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "multicloud-k8s",
"timestamp": 1675856821161,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/vfwc26a1e8a5fc00_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-08T11:48:45.789Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:45.789Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:45.790Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "SO-sdc-controller",
"timestamp": 1675856821727,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/resourceInstances/basic_onboard_ggjnrb0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-02-08T11:48:45.790Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:45.790Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:45.791Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "multicloud-k8s",
"timestamp": 1675856822445,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-08T11:48:45.791Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:45.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:45.792Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "SO-sdc-controller",
"timestamp": 1675856822738,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/artifacts/service-BasicOnboardGgjnrb-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-08T11:48:45.792Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:45.793Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:45.793Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "multicloud-k8s",
"timestamp": 1675856823590,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-02-08T11:48:45.794Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:45.794Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:45.794Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "multicloud-k8s",
"timestamp": 1675856824690,
"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-02-08T11:48:45.857Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 93d2fc81-473f-4a34-9dd8-71c1b7d44367
2023-02-08T11:48:45.858Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93d2fc81-473f-4a34-9dd8-71c1b7d44367 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-02-08T11:48:45.876Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:45.876Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "multicloud-k8s",
"timestamp": 1675856825695,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/vfwc26a1e8a5fc00_modules.json",
"status": "DEPLOY_OK"
}
2023-02-08T11:48:45.877Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:45.877Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:45.878Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675856829696,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/artifacts/service-BasicOnboardGgjnrb-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-08T11:48:45.878Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:45.878Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:45.879Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675856830704,
"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-02-08T11:48:45.900Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 42067e8c-4739-43b5-9f35-eb5266b3f6a0
2023-02-08T11:48:45.901Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42067e8c-4739-43b5-9f35-eb5266b3f6a0 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-02-08T11:48:45.928Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:45.929Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675856811367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-08T11:48:45.930Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:45.930Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:45.931Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "aai-model-loader",
"timestamp": 1675856827383,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGgjnrb/1.0/artifacts/service-BasicOnboardGgjnrb-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-08T11:48:45.931Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:45.932Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:45.933Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675856811367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/vfwc26a1e8a5fc00_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-08T11:48:45.935Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:45.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:45.937Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "aai-model-loader",
"timestamp": 1675856828464,
"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-02-08T11:48:45.959Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 42067e8c-4739-43b5-9f35-eb5266b3f6a0
2023-02-08T11:48:45.970Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42067e8c-4739-43b5-9f35-eb5266b3f6a0 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-02-08T11:48:46.010Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:46.011Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675856811367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-08T11:48:46.012Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:46.012Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:46.013Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "aai-model-loader",
"timestamp": 1675856829472,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-08T11:48:46.016Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:46.016Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:46.016Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675856811367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-08T11:48:46.016Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:46.017Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:46.017Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "aai-model-loader",
"timestamp": 1675856829472,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/vfwc26a1e8a5fc00_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-08T11:48:46.017Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:46.018Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:46.018Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675856811367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-02-08T11:48:46.019Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:46.019Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:46.019Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "aai-model-loader",
"timestamp": 1675856829472,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-08T11:48:46.020Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:46.022Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:46.023Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675856811367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/artifacts/service-Vfw20230208114416-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-08T11:48:46.024Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:46.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:46.025Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "aai-model-loader",
"timestamp": 1675856829472,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-08T11:48:46.025Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:46.025Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:46.026Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675856811367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/artifacts/service-Vfw20230208114416-csar.csar",
"status": "NOTIFIED"
}
2023-02-08T11:48:46.026Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:46.026Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:46.026Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "aai-model-loader",
"timestamp": 1675856829472,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-02-08T11:48:46.027Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:46.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:46.027Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675856838919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/artifacts/service-Vfw20230208114416-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-08T11:48:46.028Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:46.028Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:46.028Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "aai-model-loader",
"timestamp": 1675856829472,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/artifacts/service-Vfw20230208114416-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-08T11:48:46.029Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:46.030Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:46.030Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "aai-model-loader",
"timestamp": 1675856829472,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/artifacts/service-Vfw20230208114416-csar.csar",
"status": "NOTIFIED"
}
2023-02-08T11:48:46.030Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:46.031Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:46.032Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "aai-model-loader",
"timestamp": 1675856836660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/artifacts/service-Vfw20230208114416-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-08T11:48:46.037Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:46.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:46.040Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675856845721,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/artifacts/service-Vfw20230208114416-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-08T11:48:46.041Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:46.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:46.041Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675856846734,
"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-02-08T11:48:46.066Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 93d2fc81-473f-4a34-9dd8-71c1b7d44367
2023-02-08T11:48:46.067Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93d2fc81-473f-4a34-9dd8-71c1b7d44367 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-02-08T11:48:46.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:46.093Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "aai-model-loader",
"timestamp": 1675856856443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/artifacts/service-Vfw20230208114416-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-08T11:48:46.094Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:48:46.094Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T11:48:46.096Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "aai-model-loader",
"timestamp": 1675856857458,
"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-02-08T11:48:46.119Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 93d2fc81-473f-4a34-9dd8-71c1b7d44367
2023-02-08T11:48:46.121Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93d2fc81-473f-4a34-9dd8-71c1b7d44367 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-02-08T11:49:03.966Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 42067e8c-4739-43b5-9f35-eb5266b3f6a0
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-02-08T11:49:04.013Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 42067e8c-4739-43b5-9f35-eb5266b3f6a0
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-02-08T11:49:04.030Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-08T11:49:04.030Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-08T11:49:04.031Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-08T11:49:04.031Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-08T11:49:04.031Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-08T11:49:04.031Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-08T11:49:04.031Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-08T11:49:04.032Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-08T11:49:04.032Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-08T11:49:04.102Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-08T11:49:34.103Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 42067e8c-4739-43b5-9f35-eb5266b3f6a0 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-02-08T11:49:34.138Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 42067e8c-4739-43b5-9f35-eb5266b3f6a0 and serviceModelVersionId: 240112eb-51aa-4a5b-add6-0ea7f045549d
2023-02-08T11:49:34.138Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a9954c80-7f96-4666-9c96-c3d66c582cc1
2023-02-08T11:49:45.661Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:50:02.764Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a9954c80-7f96-4666-9c96-c3d66c582cc1/model-vers/model-ver/240112eb-51aa-4a5b-add6-0ea7f045549d?depth=0
2023-02-08T11:50:02.866Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-02-08T11:50:02.940Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a9954c80-7f96-4666-9c96-c3d66c582cc1/model-vers/model-ver/240112eb-51aa-4a5b-add6-0ea7f045549d?depth=0|INFO|500||Invoke
2023-02-08T11:50:02.941Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a9954c80-7f96-4666-9c96-c3d66c582cc1/model-vers/model-ver/240112eb-51aa-4a5b-add6-0ea7f045549d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a9954c80-7f96-4666-9c96-c3d66c582cc1/model-vers/model-ver/240112eb-51aa-4a5b-add6-0ea7f045549d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[42067e8c-4739-43b5-9f35-eb5266b3f6a0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fc830eec-90fc-4afb-a5fe-29308ed337af], X-ECOMP-RequestID=[42067e8c-4739-43b5-9f35-eb5266b3f6a0], X-TransactionId=[], X-ONAP-RequestID=[42067e8c-4739-43b5-9f35-eb5266b3f6a0], Content-Type=[application/merge-patch+json]}
2023-02-08T11:50:02.957Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a9954c80-7f96-4666-9c96-c3d66c582cc1/model-vers/model-ver/240112eb-51aa-4a5b-add6-0ea7f045549d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-02-08T11:50:03.700Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a9954c80-7f96-4666-9c96-c3d66c582cc1/model-vers/model-ver/240112eb-51aa-4a5b-add6-0ea7f045549d?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/a9954c80-7f96-4666-9c96-c3d66c582cc1/model-vers/model-ver/240112eb-51aa-4a5b-add6-0ea7f045549d?depth=0 has http status code:200 and response headers:{date=[Wed, 08 Feb 2023 11:49:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[704], vertex-id=[200952], x-aai-txid=[0-aai-resources-230208-11:49:58:440-66673], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-08T11:50:03.701Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a9954c80-7f96-4666-9c96-c3d66c582cc1/model-vers/model-ver/240112eb-51aa-4a5b-add6-0ea7f045549d?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-08T11:50:03.702Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a9954c80-7f96-4666-9c96-c3d66c582cc1/model-vers/model-ver/240112eb-51aa-4a5b-add6-0ea7f045549d?depth=0|INFO|500||InvokeReturn
2023-02-08T11:50:03.705Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-08T11:50:03.705Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-08T11:50:03.746Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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-02-08T11:50:03.748Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 42067e8c-4739-43b5-9f35-eb5266b3f6a0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-08T11:50:03.754Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-08T11:50:03.755Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-08T11:50:03.755Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-08T11:50:03.755Z|42067e8c-4739-43b5-9f35-eb5266b3f6a0|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "SO-sdc-controller",
"timestamp": 1675857003752,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:50:03.818Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T11:50:03.819Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "42067e8c-4739-43b5-9f35-eb5266b3f6a0",
"consumerID": "SO-sdc-controller",
"timestamp": 1675857003752,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-08T11:50:03.820Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-08T11:50:04.833Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T11:50:04.849Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-08T11:50:04.850Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"93d2fc81-473f-4a34-9dd8-71c1b7d44367","serviceName":"vFW 2023-02-08 11-44-16","serviceVersion":"1.0","serviceUUID":"85ef6d18-4b40-45f5-b72c-b0c73bac9798","serviceDescription":"catalog service description","serviceInvariantUUID":"a64dc353-2439-4b3b-9d76-cc95d1786404","resources":[{"resourceInstanceName":"vFW c26a1e8a-5fc0 0","resourceName":"vFW c26a1e8a-5fc0","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d38a88f4-1f36-4abc-9396-05d7ec923279","resourceInvariantUUID":"51703498-3b0c-4d71-a367-b5de98fd23ed","resourceCustomizationUUID":"a7d5c63b-5e1f-49d6-860e-c6b37b619cf6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/vf-license-model.xml","artifactChecksum":"OTZlZDQ3ZGI1NTM4MGQwMDc2MzAzM2UwOTVkNjdmNWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fe1d3b3a-b415-4301-96c1-d36ab70d196f","artifactVersion":"1"},{"artifactName":"vfwc26a1e8a5fc00_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/vfwc26a1e8a5fc00_modules.json","artifactChecksum":"ODVjMGZjYzk1Nzg3YTYxODE4MDVkNTk0OTY3MDM3NTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"314431f9-40e7-466e-a3c9-312a24129b4c","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7f3e37b7-095e-4b4e-bbae-c832b4900912","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/vendor-license-model.xml","artifactChecksum":"MjgwMDRjOGYxMDMyMDBiMmY1NmRjYjVhMTM0ZmY0Njc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9e56635d-28da-4099-b2e0-28493dd9fd26","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"83f0baaa-da32-4438-85a0-497b13f9bbe5","artifactVersion":"2","generatedFromUUID":"7f3e37b7-095e-4b4e-bbae-c832b4900912"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230208114416-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230208114416/1.0/artifacts/service-Vfw20230208114416-template.yml","artifactChecksum":"OWVjOTkyNDY4NmM5NDljYjlmZmI1YmY1NTM2OGRiNjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6c0a4f72-2c7e-4b5a-8cbb-d9a2bec5d1d3","artifactVersion":"1"},{"artifactName":"service-Vfw20230208114416-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230208114416/1.0/artifacts/service-Vfw20230208114416-csar.csar","artifactChecksum":"ZGVjNDZlNWU5MzNmZWFlMWQ4ZTE0N2EwYWJkOWZkMzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9fa2d419-52d6-4329-a7a7-9d668d915cf8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-08T11:50:04.854Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-08T11:50:04.855Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-08T11:50:04.855Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-08T11:50:04.856Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "SO-sdc-controller",
"timestamp": 1675857004833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:50:05.857Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-08T11:50:05.858Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-08T11:50:05.858Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-08T11:50:05.858Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "SO-sdc-controller",
"timestamp": 1675857004833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/vfwc26a1e8a5fc00_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:50:06.861Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-08T11:50:06.862Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-08T11:50:06.862Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-08T11:50:06.862Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "SO-sdc-controller",
"timestamp": 1675857004833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:50:07.865Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-08T11:50:07.866Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-08T11:50:07.866Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-08T11:50:07.867Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "SO-sdc-controller",
"timestamp": 1675857004833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:50:08.870Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-08T11:50:08.871Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-08T11:50:08.871Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-08T11:50:08.871Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "SO-sdc-controller",
"timestamp": 1675857004833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:50:09.876Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-08T11:50:09.877Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-08T11:50:09.877Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-08T11:50:09.877Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "SO-sdc-controller",
"timestamp": 1675857004833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/artifacts/service-Vfw20230208114416-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:50:10.882Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-08T11:50:10.883Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-08T11:50:10.883Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-08T11:50:10.883Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "SO-sdc-controller",
"timestamp": 1675857004833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/artifacts/service-Vfw20230208114416-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:50:11.888Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"serviceName": "vFW 2023-02-08 11-44-16",
"serviceVersion": "1.0",
"serviceUUID": "85ef6d18-4b40-45f5-b72c-b0c73bac9798",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "a64dc353-2439-4b3b-9d76-cc95d1786404",
"resources": [
{
"resourceInstanceName": "vFW c26a1e8a-5fc0 0",
"resourceCustomizationUUID": "a7d5c63b-5e1f-49d6-860e-c6b37b619cf6",
"resourceName": "vFW c26a1e8a-5fc0",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "d38a88f4-1f36-4abc-9396-05d7ec923279",
"resourceInvariantUUID": "51703498-3b0c-4d71-a367-b5de98fd23ed",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwc26a1e8a5fc00_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/vfwc26a1e8a5fc00_modules.json",
"artifactChecksum": "ODVjMGZjYzk1Nzg3YTYxODE4MDVkNTk0OTY3MDM3NTI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "314431f9-40e7-466e-a3c9-312a24129b4c",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "7f3e37b7-095e-4b4e-bbae-c832b4900912",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "83f0baaa-da32-4438-85a0-497b13f9bbe5",
"generatedFromUUID": "7f3e37b7-095e-4b4e-bbae-c832b4900912"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "83f0baaa-da32-4438-85a0-497b13f9bbe5",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20230208114416-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/artifacts/service-Vfw20230208114416-csar.csar",
"artifactChecksum": "ZGVjNDZlNWU5MzNmZWFlMWQ4ZTE0N2EwYWJkOWZkMzI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9fa2d419-52d6-4329-a7a7-9d668d915cf8"
}
],
"workloadContext": "Production"
}
2023-02-08T11:50:11.889Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-08T11:50:11.889Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 85ef6d18-4b40-45f5-b72c-b0c73bac9798 ASDC
2023-02-08T11:50:11.889Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:93d2fc81-473f-4a34-9dd8-71c1b7d44367
ServiceName:vFW 2023-02-08 11-44-16
ServiceVersion:1.0
ServiceUUID:85ef6d18-4b40-45f5-b72c-b0c73bac9798
ServiceInvariantUUID:a64dc353-2439-4b3b-9d76-cc95d1786404
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230208114416-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230208114416/1.0/artifacts/service-Vfw20230208114416-csar.csar
ArtifactUUID:9fa2d419-52d6-4329-a7a7-9d668d915cf8
ArtifactChecksum:ZGVjNDZlNWU5MzNmZWFlMWQ4ZTE0N2EwYWJkOWZkMzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c26a1e8a-5fc0 0
ResourceCustomizationUUID:a7d5c63b-5e1f-49d6-860e-c6b37b619cf6
ResourceInvariantUUID:51703498-3b0c-4d71-a367-b5de98fd23ed
ResourceName:vFW c26a1e8a-5fc0
ResourceType:VF
ResourceUUID:d38a88f4-1f36-4abc-9396-05d7ec923279
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc26a1e8a5fc00_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/vfwc26a1e8a5fc00_modules.json
ArtifactUUID:314431f9-40e7-466e-a3c9-312a24129b4c
ArtifactChecksum:ODVjMGZjYzk1Nzg3YTYxODE4MDVkNTk0OTY3MDM3NTI=
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/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/base_vfw.yaml
ArtifactUUID:7f3e37b7-095e-4b4e-bbae-c832b4900912
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/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/base_vfw.env
ArtifactUUID:83f0baaa-da32-4438-85a0-497b13f9bbe5
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/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/base_vfw.env
ArtifactUUID:83f0baaa-da32-4438-85a0-497b13f9bbe5
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-02-08T11:50:11.889Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 85ef6d18-4b40-45f5-b72c-b0c73bac9798 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-02-08T11:50:11.984Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-08T11:50:11.985Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-02-08T11:50:11.985Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-02-08T11:50:11.986Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9fa2d419-52d6-4329-a7a7-9d668d915cf8 from URL: /sdc/v1/catalog/services/Vfw20230208114416/1.0/artifacts/service-Vfw20230208114416-csar.csar
2023-02-08T11:50:11.986Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-02-08T11:50:11.986Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230208114416/1.0/artifacts/service-Vfw20230208114416-csar.csar
2023-02-08T11:50:13.321Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-02-08T11:50:13.334Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230208114416/1.0/artifacts/service-Vfw20230208114416-csar.csar 9fa2d419-52d6-4329-a7a7-9d668d915cf8 101521
2023-02-08T11:50:13.336Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230208114416/1.0/artifacts/service-Vfw20230208114416-csar.csar ASDC sendASDCNotification
2023-02-08T11:50:13.337Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230208114416/1.0/artifacts/service-Vfw20230208114416-csar.csar
2023-02-08T11:50:13.338Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-08T11:50:13.338Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-08T11:50:13.338Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-08T11:50:13.339Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "SO-sdc-controller",
"timestamp": 1675857013336,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/artifacts/service-Vfw20230208114416-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:50:14.341Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-08T11:50:14.342Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-02-08T11:50:14.343Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 9fa2d419-52d6-4329-a7a7-9d668d915cf8, URL: /sdc/v1/catalog/services/Vfw20230208114416/1.0/artifacts/service-Vfw20230208114416-csar.csar to file: /app/ASDC/1/service-Vfw20230208114416-csar.csar
2023-02-08T11:50:14.343Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230208114416-csar.csar
2023-02-08T11:50:14.344Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230208114416-csar.csar
2023-02-08T11:50:14.344Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230208114416-csar.csar
2023-02-08T11:50:14.764Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1023472067171656747/Definitions/service-Vfw20230208114416-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-02-08T11:50:18.717Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-08T11:50:18.718Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-02-08T11:50:18.718Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230208114416-csar.csar
2023-02-08T11:50:18.719Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-02-08T11:50:18.719Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230208114416-csar.csar
2023-02-08T11:50:18.719Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|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-Vfw20230208114416-csar.csar
2023-02-08T11:50:18.719Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|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-Vfw20230208114416-csar.csar
2023-02-08T11:50:18.719Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|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-Vfw20230208114416-csar.csar
2023-02-08T11:50:18.720Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230208114416-csar.csar
2023-02-08T11:50:18.720Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c26a1e8a-5fc0 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-Vfw20230208114416-csar.csar
2023-02-08T11:50:18.720Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230208114416-csar.csar
2023-02-08T11:50:18.720Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|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-Vfw20230208114416-csar.csar
2023-02-08T11:50:18.720Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230208114416-csar.csar
2023-02-08T11:50:18.720Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230208114416-csar.csar
2023-02-08T11:50:18.720Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230208114416-csar.csar
2023-02-08T11:50:18.720Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-02-08T11:50:18.720Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T11:50:18.721Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-08 11-44-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-08T11:50:18.721Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vFW c26a1e8a-5fc0 0 is matching search criteria
2023-02-08T11:50:18.721Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-02-08T11:50:18.721Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW c26a1e8a-5fc0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-08T11:50:18.722Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T11:50:18.722Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-08 11-44-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-08T11:50:18.722Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vFW c26a1e8a-5fc0 0 is matching search criteria
2023-02-08T11:50:18.723Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-02-08T11:50:18.723Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW c26a1e8a-5fc0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-08T11:50:18.723Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T11:50:18.724Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-08 11-44-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-08T11:50:18.724Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T11:50:18.724Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vFW c26a1e8a-5fc0 0 is not matching search criteria
2023-02-08T11:50:18.724Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-08T11:50:18.724Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-08T11:50:18.725Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-08T11:50:18.725Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-08T11:50:18.725Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-08T11:50:18.725Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-08T11:50:18.726Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-08T11:50:18.726Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-08T11:50:18.726Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-08T11:50:18.727Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-08T11:50:18.727Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-08T11:50:18.727Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-08T11:50:18.727Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-08T11:50:18.728Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-08T11:50:18.728Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-08T11:50:18.728Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-08T11:50:18.728Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T11:50:18.728Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-08 11-44-16 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-08T11:50:18.729Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T11:50:18.729Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vFW c26a1e8a-5fc0 0 is matching search criteria
2023-02-08T11:50:18.729Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW c26a1e8a-5fc0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-08T11:50:18.729Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T11:50:18.730Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vFW c26a1e8a-5fc0 0 is matching search criteria
2023-02-08T11:50:18.730Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW c26a1e8a-5fc0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-08T11:50:18.731Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T11:50:18.731Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vFW c26a1e8a-5fc0 0 is matching search criteria
2023-02-08T11:50:18.731Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW c26a1e8a-5fc0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-08T11:50:18.732Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T11:50:18.732Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vFW c26a1e8a-5fc0 0 is not matching search criteria
2023-02-08T11:50:18.732Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-08T11:50:18.733Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-02-08T11:50:18.733Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-08T11:50:18.733Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-08T11:50:18.733Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-08T11:50:18.733Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-08T11:50:18.734Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-08T11:50:18.734Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-08T11:50:18.734Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-08T11:50:18.735Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-08T11:50:18.735Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-08T11:50:18.735Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=abf195d8-617b-40f4-bfed-e319cc9fa0f4
2023-02-08T11:50:18.736Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T11:50:18.736Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vFW c26a1e8a-5fc0 0 is not matching search criteria
2023-02-08T11:50:18.736Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-08T11:50:18.736Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-08T11:50:18.737Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-08T11:50:18.737Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-08T11:50:18.737Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-08T11:50:18.737Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-08T11:50:18.738Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-08T11:50:18.738Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-02-08T11:50:18.738Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-08T11:50:18.738Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-08T11:50:18.739Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-08T11:50:18.739Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-08T11:50:18.739Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=222b57b5-61f7-47e8-9d74-550537e9afc7
2023-02-08T11:50:18.740Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T11:50:18.740Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vFW c26a1e8a-5fc0 0 is not matching search criteria
2023-02-08T11:50:18.740Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-08T11:50:18.740Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-08T11:50:18.741Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-08T11:50:18.741Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-08T11:50:18.741Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-08T11:50:18.741Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-08T11:50:18.742Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-08T11:50:18.742Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-08T11:50:18.742Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-08T11:50:18.742Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-08T11:50:18.742Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-08T11:50:18.743Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-02-08T11:50:18.743Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1eecc94a-94c8-444d-9edc-777b0b24e5eb
2023-02-08T11:50:18.743Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T11:50:18.744Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-08 11-44-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-08T11:50:18.744Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T11:50:18.744Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-08 11-44-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-08T11:50:18.744Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T11:50:18.745Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-08 11-44-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-08T11:50:18.745Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T11:50:18.745Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-08 11-44-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-08T11:50:18.745Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2023-02-08 11-44-16
Description:catalog service description
Model UUID:85ef6d18-4b40-45f5-b72c-b0c73bac9798
Model Version:NULL
Model InvariantUuid:a64dc353-2439-4b3b-9d76-cc95d1786404
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW c26a1e8a-5fc0
Model UUID:6d89c761-58ff-45a4-8741-60c1715d9367
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:51703498-3b0c-4d71-a367-b5de98fd23ed
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:a7d5c63b-5e1f-49d6-860e-c6b37b619cf6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:da8236b5-87d8-4e46-9acf-22e1516115f9
ModelName:VfwC26a1e8a5fc0..base_vfw..module-0
ModelUuid:dd9922ff-4649-4062-9ec4-16de019cfd28
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:abf195d8-617b-40f4-bfed-e319cc9fa0f4
ModelInvariantUuid:e11862ae-7c15-41f0-8f9f-49b14e7d6e19
ModelName:vFW c26a1e8a-5fc0-nodes.vfwCvfc
ModelUuid:4733a8fe-d40a-44f9-b942-dc9c195a48d2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:7def701a-c61b-40aa-83c4-8400ddd7989f
ModelInvariantUuid:74d27a5d-3e47-4a94-9a2a-c458c7e2a0c5
ModelName:VfwC26a1e8a5fc0.compute.nodes.heat.vfw
ModelUuid:eb24ee53-bd5a-4669-b45c-76fd3d2928be
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:222b57b5-61f7-47e8-9d74-550537e9afc7
ModelInvariantUuid:a9705d7a-2b4a-40a4-b302-dbc950339822
ModelName:vFW c26a1e8a-5fc0-nodes.vsnCvfc
ModelUuid:6f423700-2904-403a-a364-2fef81462578
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:a3862140-8a71-4102-bae8-6a7fe74ca34c
ModelInvariantUuid:f01a32fa-5cc6-4e67-a9cd-e4b24925294d
ModelName:VfwC26a1e8a5fc0.compute.nodes.heat.vsn
ModelUuid:41344797-da9a-4891-a1d0-31fc1359de80
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:1eecc94a-94c8-444d-9edc-777b0b24e5eb
ModelInvariantUuid:07018a5f-426f-48d4-ad29-0f051a2ac324
ModelName:vFW c26a1e8a-5fc0-nodes.vpgCvfc
ModelUuid:93b27a7b-16b8-4fff-a785-728b131e1133
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:0b996138-0f47-45eb-8433-2f63917537cc
ModelInvariantUuid:a7fc13e2-55d1-4e90-bbc7-301ee6d2f9ad
ModelName:VfwC26a1e8a5fc0.compute.nodes.heat.vpg
ModelUuid:c527b201-56f7-4926-88bd-6fa73385fe40
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-02-08T11:50:18.756Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: d38a88f4-1f36-4abc-9396-05d7ec923279
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-02-08T11:50:18.763Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||vFW c26a1e8a-5fc0 0
2023-02-08T11:50:18.764Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d38a88f4-1f36-4abc-9396-05d7ec923279
2023-02-08T11:50:18.764Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 314431f9-40e7-466e-a3c9-312a24129b4c from URL: /sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/vfwc26a1e8a5fc00_modules.json
2023-02-08T11:50:18.765Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-02-08T11:50:18.766Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/vfwc26a1e8a5fc00_modules.json
2023-02-08T11:50:18.896Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-02-08T11:50:18.897Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/vfwc26a1e8a5fc00_modules.json 314431f9-40e7-466e-a3c9-312a24129b4c 785
2023-02-08T11:50:18.897Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/vfwc26a1e8a5fc00_modules.json ASDC sendASDCNotification
2023-02-08T11:50:18.898Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/vfwc26a1e8a5fc00_modules.json
2023-02-08T11:50:18.898Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-08T11:50:18.898Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-08T11:50:18.899Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-08T11:50:18.899Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "SO-sdc-controller",
"timestamp": 1675857018897,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/vfwc26a1e8a5fc00_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:50:19.900Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwC26a1e8a5fc0..base_vfw..module-0",
"vfModuleModelInvariantUUID": "da8236b5-87d8-4e46-9acf-22e1516115f9",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "dd9922ff-4649-4062-9ec4-16de019cfd28",
"vfModuleModelCustomizationUUID": "8cd64eb7-205d-411b-a1c5-d055e4763375",
"isBase": true,
"artifacts": [
"7f3e37b7-095e-4b4e-bbae-c832b4900912",
"83f0baaa-da32-4438-85a0-497b13f9bbe5"
],
"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-02-08T11:50:19.919Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC26a1e8a5fc0..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dd9922ff-4649-4062-9ec4-16de019cfd28
VfModuleModelInvariantUUID:da8236b5-87d8-4e46-9acf-22e1516115f9
VfModuleModelDescription:NULL
Artifacts UUID List:{
7f3e37b7-095e-4b4e-bbae-c832b4900912
,
83f0baaa-da32-4438-85a0-497b13f9bbe5
}
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-02-08T11:50:19.923Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwC26a1e8a5fc0..base_vfw..module-0",
"vfModuleModelInvariantUUID": "da8236b5-87d8-4e46-9acf-22e1516115f9",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "dd9922ff-4649-4062-9ec4-16de019cfd28",
"vfModuleModelCustomizationUUID": "8cd64eb7-205d-411b-a1c5-d055e4763375",
"isBase": true,
"artifacts": [
"7f3e37b7-095e-4b4e-bbae-c832b4900912",
"83f0baaa-da32-4438-85a0-497b13f9bbe5"
],
"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-02-08T11:50:19.923Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC26a1e8a5fc0..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dd9922ff-4649-4062-9ec4-16de019cfd28
VfModuleModelInvariantUUID:da8236b5-87d8-4e46-9acf-22e1516115f9
VfModuleModelDescription:NULL
Artifacts UUID List:{
7f3e37b7-095e-4b4e-bbae-c832b4900912
,
83f0baaa-da32-4438-85a0-497b13f9bbe5
}
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-02-08T11:50:19.923Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7f3e37b7-095e-4b4e-bbae-c832b4900912 from URL: /sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/base_vfw.yaml
2023-02-08T11:50:19.923Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-02-08T11:50:19.924Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/base_vfw.yaml
2023-02-08T11:50:20.042Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-02-08T11:50:20.043Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/base_vfw.yaml 7f3e37b7-095e-4b4e-bbae-c832b4900912 20368
2023-02-08T11:50:20.044Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-02-08T11:50:20.044Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/base_vfw.yaml
2023-02-08T11:50:20.044Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-08T11:50:20.044Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-08T11:50:20.048Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-08T11:50:20.048Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "SO-sdc-controller",
"timestamp": 1675857020044,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:50:21.049Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 83f0baaa-da32-4438-85a0-497b13f9bbe5 from URL: /sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/base_vfw.env
2023-02-08T11:50:21.049Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-02-08T11:50:21.050Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/base_vfw.env
2023-02-08T11:50:21.159Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-02-08T11:50:21.159Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/base_vfw.env 83f0baaa-da32-4438-85a0-497b13f9bbe5 2098
2023-02-08T11:50:21.167Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/base_vfw.env ASDC sendASDCNotification
2023-02-08T11:50:21.168Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/base_vfw.env
2023-02-08T11:50:21.168Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-08T11:50:21.168Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-08T11:50:21.168Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-08T11:50:21.168Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "SO-sdc-controller",
"timestamp": 1675857021167,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:50:22.169Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 85ef6d18-4b40-45f5-b72c-b0c73bac9798
2023-02-08T11:50:22.170Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW c26a1e8a-5fc0 0 d38a88f4-1f36-4abc-9396-05d7ec923279 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-08T11:50:22.235Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5fe8924b, org.onap.sdc.toscaparser.api.parameters.Input@1791d174, org.onap.sdc.toscaparser.api.parameters.Input@55477db, org.onap.sdc.toscaparser.api.parameters.Input@67637cc6, org.onap.sdc.toscaparser.api.parameters.Input@7c82d0ab]
2023-02-08T11:50:22.237Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T11:50:22.237Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-08 11-44-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-08T11:50:22.238Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2023-02-08T11:50:22.238Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= a7d5c63b-5e1f-49d6-860e-c6b37b619cf6
2023-02-08T11:50:22.238Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a7d5c63b-5e1f-49d6-860e-c6b37b619cf6 matches Tosca VF Customization UUID: a7d5c63b-5e1f-49d6-860e-c6b37b619cf6
2023-02-08T11:50:22.238Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: a7d5c63b-5e1f-49d6-860e-c6b37b619cf6 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-02-08T11:50:22.242Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T11:50:22.243Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-08 11-44-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-08T11:50:22.244Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id a7d5c63b-5e1f-49d6-860e-c6b37b619cf6: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-08T11:50:22.244Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3fb42c09
2023-02-08T11:50:22.244Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T11:50:22.244Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-08 11-44-16 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-08T11:50:22.245Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8cd64eb7-205d-411b-a1c5-d055e4763375
2023-02-08T11:50:22.245Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8cd64eb7-205d-411b-a1c5-d055e4763375
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-02-08T11:50:22.251Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T11:50:22.252Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vFW c26a1e8a-5fc0 0 is matching search criteria
2023-02-08T11:50:22.252Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW c26a1e8a-5fc0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-08T11:50:22.253Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T11:50:22.253Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vFW c26a1e8a-5fc0 0 is matching search criteria
2023-02-08T11:50:22.253Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW c26a1e8a-5fc0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-08T11:50:22.253Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T11:50:22.254Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vFW c26a1e8a-5fc0 0 is not matching search criteria
2023-02-08T11:50:22.254Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-08T11:50:22.254Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-02-08T11:50:22.255Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-08T11:50:22.255Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-08T11:50:22.255Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-08T11:50:22.255Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-08T11:50:22.256Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-08T11:50:22.256Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-08T11:50:22.256Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-08T11:50:22.256Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-08T11:50:22.257Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-08T11:50:22.257Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=abf195d8-617b-40f4-bfed-e319cc9fa0f4
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-02-08T11:50:22.265Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T11:50:22.266Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vFW c26a1e8a-5fc0 0 is matching search criteria
2023-02-08T11:50:22.266Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW c26a1e8a-5fc0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-08T11:50:22.267Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T11:50:22.268Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vFW c26a1e8a-5fc0 0 is not matching search criteria
2023-02-08T11:50:22.268Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-08T11:50:22.268Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-08T11:50:22.268Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-08T11:50:22.269Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-08T11:50:22.269Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-08T11:50:22.270Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-08T11:50:22.270Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-08T11:50:22.270Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-02-08T11:50:22.270Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-08T11:50:22.272Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-08T11:50:22.272Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-08T11:50:22.272Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-08T11:50:22.273Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=222b57b5-61f7-47e8-9d74-550537e9afc7
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-02-08T11:50:22.279Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T11:50:22.279Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vFW c26a1e8a-5fc0 0 is matching search criteria
2023-02-08T11:50:22.280Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW c26a1e8a-5fc0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-08T11:50:22.285Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T11:50:22.285Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vFW c26a1e8a-5fc0 0 is not matching search criteria
2023-02-08T11:50:22.286Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-08T11:50:22.286Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-08T11:50:22.286Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-08T11:50:22.287Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-08T11:50:22.287Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-08T11:50:22.287Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-08T11:50:22.287Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-08T11:50:22.288Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-08T11:50:22.288Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-08T11:50:22.288Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-08T11:50:22.288Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-08T11:50:22.289Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-02-08T11:50:22.289Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1eecc94a-94c8-444d-9edc-777b0b24e5eb
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-02-08T11:50:22.294Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T11:50:22.295Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vFW c26a1e8a-5fc0 0 is matching search criteria
2023-02-08T11:50:22.295Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW c26a1e8a-5fc0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-08T11:50:22.296Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T11:50:22.296Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Node template vFW c26a1e8a-5fc0 0 is matching search criteria
2023-02-08T11:50:22.296Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW c26a1e8a-5fc0 0] matching following query criteria: sdcType=VF, customizationUUID=a7d5c63b-5e1f-49d6-860e-c6b37b619cf6
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-02-08T11:50:22.300Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T11:50:22.301Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-08 11-44-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-08T11:50:22.301Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 85ef6d18-4b40-45f5-b72c-b0c73bac9798: vFW c26a1e8a-5fc0
2023-02-08T11:50:22.301Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T11:50:22.301Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-08 11-44-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-08T11:50:22.301Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T11:50:22.302Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-08 11-44-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-08T11:50:22.302Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T11:50:22.302Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-08 11-44-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-08T11:50:22.302Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T11:50:22.302Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-08 11-44-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-08T11:50:22.303Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T11:50:22.303Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-08 11-44-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-08T11:50:22.303Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2023-02-08 11-44-16
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-02-08T11:50:22.815Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW c26a1e8a-5fc0 d38a88f4-1f36-4abc-9396-05d7ec923279 1 ASDC deployResourceStructure
2023-02-08T11:50:22.816Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/vfwc26a1e8a5fc00_modules.json ASDC sendASDCNotification
2023-02-08T11:50:22.816Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/vfwc26a1e8a5fc00_modules.json
2023-02-08T11:50:22.816Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-08T11:50:22.817Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-08T11:50:22.817Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-08T11:50:22.817Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "SO-sdc-controller",
"timestamp": 1675857022816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/vfwc26a1e8a5fc00_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:50:23.821Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-02-08T11:50:23.822Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/base_vfw.yaml
2023-02-08T11:50:23.822Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-08T11:50:23.825Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-08T11:50:23.825Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-08T11:50:23.826Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "SO-sdc-controller",
"timestamp": 1675857023821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:50:24.827Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/base_vfw.env ASDC sendASDCNotification
2023-02-08T11:50:24.827Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/base_vfw.env
2023-02-08T11:50:24.828Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-08T11:50:24.831Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-08T11:50:24.831Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-08T11:50:24.832Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "SO-sdc-controller",
"timestamp": 1675857024827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:50:25.844Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230208114416/1.0/artifacts/service-Vfw20230208114416-csar.csar ASDC sendASDCNotification
2023-02-08T11:50:25.845Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230208114416/1.0/artifacts/service-Vfw20230208114416-csar.csar
2023-02-08T11:50:25.845Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-08T11:50:25.845Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-08T11:50:25.845Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-08T11:50:25.846Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "SO-sdc-controller",
"timestamp": 1675857025844,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/artifacts/service-Vfw20230208114416-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:50:26.847Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93d2fc81-473f-4a34-9dd8-71c1b7d44367
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-02-08T11:50:26.900Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93d2fc81-473f-4a34-9dd8-71c1b7d44367
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-02-08T11:50:26.912Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-08T11:50:26.917Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-08T11:50:26.918Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-08T11:50:26.918Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-08T11:50:26.918Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-08T11:50:26.918Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-08T11:50:26.918Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-08T11:50:26.918Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-08T11:50:26.918Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|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-02-08T11:50:26.939Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-08T11:50:45.661Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:50:45.705Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T11:50:45.706Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "SO-sdc-controller",
"timestamp": 1675857004833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-08T11:50:45.708Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:50:45.709Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T11:50:45.709Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "SO-sdc-controller",
"timestamp": 1675857004833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/vfwc26a1e8a5fc00_modules.json",
"status": "NOTIFIED"
}
2023-02-08T11:50:45.710Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:50:45.710Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T11:50:45.710Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "SO-sdc-controller",
"timestamp": 1675857004833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-02-08T11:50:45.711Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:50:45.711Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T11:50:45.711Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "SO-sdc-controller",
"timestamp": 1675857004833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-08T11:50:45.712Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:50:45.712Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T11:50:45.714Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "SO-sdc-controller",
"timestamp": 1675857004833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-02-08T11:50:45.715Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:50:45.716Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T11:50:45.716Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "SO-sdc-controller",
"timestamp": 1675857004833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/artifacts/service-Vfw20230208114416-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-08T11:50:45.721Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:50:45.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T11:50:45.727Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "SO-sdc-controller",
"timestamp": 1675857004833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/artifacts/service-Vfw20230208114416-csar.csar",
"status": "NOTIFIED"
}
2023-02-08T11:50:45.728Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:50:45.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T11:50:45.729Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "SO-sdc-controller",
"timestamp": 1675857013336,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/artifacts/service-Vfw20230208114416-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-08T11:50:45.729Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:50:45.730Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T11:50:45.730Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "SO-sdc-controller",
"timestamp": 1675857018897,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/vfwc26a1e8a5fc00_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-08T11:50:45.730Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:50:45.731Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T11:50:45.731Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "SO-sdc-controller",
"timestamp": 1675857020044,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-08T11:50:45.732Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:50:45.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T11:50:45.736Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "SO-sdc-controller",
"timestamp": 1675857021167,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-02-08T11:50:45.737Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:50:45.751Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T11:50:45.752Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "SO-sdc-controller",
"timestamp": 1675857022816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/vfwc26a1e8a5fc00_modules.json",
"status": "DEPLOY_OK"
}
2023-02-08T11:50:45.753Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:50:45.753Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T11:50:45.754Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "SO-sdc-controller",
"timestamp": 1675857023821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-02-08T11:50:45.755Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:50:45.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T11:50:45.756Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "SO-sdc-controller",
"timestamp": 1675857024827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/resourceInstances/vfwc26a1e8a5fc00/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-02-08T11:50:45.757Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:50:45.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T11:50:45.757Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "SO-sdc-controller",
"timestamp": 1675857025844,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230208114416/1.0/artifacts/service-Vfw20230208114416-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-08T11:50:45.758Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:50:56.940Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 93d2fc81-473f-4a34-9dd8-71c1b7d44367 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-02-08T11:50:56.961Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 93d2fc81-473f-4a34-9dd8-71c1b7d44367 and serviceModelVersionId: 85ef6d18-4b40-45f5-b72c-b0c73bac9798
2023-02-08T11:50:56.962Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a64dc353-2439-4b3b-9d76-cc95d1786404
2023-02-08T11:50:56.964Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a64dc353-2439-4b3b-9d76-cc95d1786404/model-vers/model-ver/85ef6d18-4b40-45f5-b72c-b0c73bac9798?depth=0
2023-02-08T11:50:56.974Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-02-08T11:50:57.067Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a64dc353-2439-4b3b-9d76-cc95d1786404/model-vers/model-ver/85ef6d18-4b40-45f5-b72c-b0c73bac9798?depth=0|INFO|500||Invoke
2023-02-08T11:50:57.068Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a64dc353-2439-4b3b-9d76-cc95d1786404/model-vers/model-ver/85ef6d18-4b40-45f5-b72c-b0c73bac9798?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a64dc353-2439-4b3b-9d76-cc95d1786404/model-vers/model-ver/85ef6d18-4b40-45f5-b72c-b0c73bac9798?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[93d2fc81-473f-4a34-9dd8-71c1b7d44367], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5021d4bc-f0df-4f4a-93ac-a719dd510213], X-ECOMP-RequestID=[93d2fc81-473f-4a34-9dd8-71c1b7d44367], X-TransactionId=[], X-ONAP-RequestID=[93d2fc81-473f-4a34-9dd8-71c1b7d44367], Content-Type=[application/merge-patch+json]}
2023-02-08T11:50:57.099Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a64dc353-2439-4b3b-9d76-cc95d1786404/model-vers/model-ver/85ef6d18-4b40-45f5-b72c-b0c73bac9798?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-02-08T11:50:57.362Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a64dc353-2439-4b3b-9d76-cc95d1786404/model-vers/model-ver/85ef6d18-4b40-45f5-b72c-b0c73bac9798?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/a64dc353-2439-4b3b-9d76-cc95d1786404/model-vers/model-ver/85ef6d18-4b40-45f5-b72c-b0c73bac9798?depth=0 has http status code:200 and response headers:{date=[Wed, 08 Feb 2023 11:50:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[192], vertex-id=[172192], x-aai-txid=[1-aai-resources-230208-11:50:52:622-78727], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-08T11:50:57.363Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a64dc353-2439-4b3b-9d76-cc95d1786404/model-vers/model-ver/85ef6d18-4b40-45f5-b72c-b0c73bac9798?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-08T11:50:57.363Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a64dc353-2439-4b3b-9d76-cc95d1786404/model-vers/model-ver/85ef6d18-4b40-45f5-b72c-b0c73bac9798?depth=0|INFO|500||InvokeReturn
2023-02-08T11:50:57.363Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-08T11:50:57.364Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|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-02-08T11:50:57.387Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|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-02-08T11:50:57.390Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 93d2fc81-473f-4a34-9dd8-71c1b7d44367 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-08T11:50:57.390Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-08T11:50:57.391Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-08T11:50:57.391Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-08T11:50:57.391Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "SO-sdc-controller",
"timestamp": 1675857057390,
"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-02-08T11:50:58.466Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T11:51:45.661Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:51:45.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-08T11:51:45.683Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "93d2fc81-473f-4a34-9dd8-71c1b7d44367",
"consumerID": "SO-sdc-controller",
"timestamp": 1675857057390,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-08T11:51:45.685Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T11:51:58.472Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T11:52:45.661Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:52:58.475Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T11:53:45.664Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:53:58.476Z|93d2fc81-473f-4a34-9dd8-71c1b7d44367|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T11:54:45.666Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:54:58.477Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T11:55:45.668Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:55:58.478Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T11:56:45.669Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:56:58.480Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T11:57:45.670Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:57:58.481Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T11:58:45.671Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:58:58.483Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T11:59:45.673Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T11:59:58.484Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T12:00:45.675Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T12:00:58.486Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T12:01:45.676Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T12:01:58.486Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T12:02:45.678Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T12:02:58.488Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T12:03:45.680Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T12:03:58.490Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T12:04:45.682Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T12:04:58.491Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T12:05:45.685Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T12:05:58.493Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T12:06:45.687Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T12:06:58.494Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T12:07:32.530Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-08T12:07:32.532Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"3429d11c-e8fe-4f9e-9f04-1f4053c44eb8","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"d319f870-8670-43fa-875f-33a8bf59c942","serviceDescription":"service","serviceInvariantUUID":"98c7bdca-ac4f-4ca9-8b13-cad22f39c115","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"4a65318e-017c-443d-bada-1de5039c69b7","resourceInvariantUUID":"69003756-efaa-4cb0-9e22-44a0165fb4ea","resourceCustomizationUUID":"fe6a448f-ef5b-4756-8ac8-de3228fe18cb","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":"MzFmYjlhZjBhZWYyY2Y5ZTI4ODJhODAzZmEyM2UwN2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d232fef9-f57e-4826-a8ae-f81f7ab1169a","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZWM4ZmE1NTliOTM0M2RkZGZiNWNkMTI5NjVhNWQ4YTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8bf6b39c-7a48-44ee-a3aa-638e00f91e06","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-08T12:07:32.543Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-08T12:07:32.544Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-08T12:07:32.544Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-08T12:07:32.544Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "3429d11c-e8fe-4f9e-9f04-1f4053c44eb8",
"consumerID": "SO-sdc-controller",
"timestamp": 1675858018493,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T12:07:32.560Z||kafka-producer-network-thread | SO-sdc-controller-producer-4dc62e01-c855-4558-9443-539146fbe8de|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4dc62e01-c855-4558-9443-539146fbe8de] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to TvKshxYVTq2E3j0YSr0bkw
2023-02-08T12:07:32.562Z||kafka-producer-network-thread | SO-sdc-controller-producer-4dc62e01-c855-4558-9443-539146fbe8de|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4dc62e01-c855-4558-9443-539146fbe8de] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to TvKshxYVTq2E3j0YSr0bkw
2023-02-08T12:07:32.563Z||kafka-producer-network-thread | SO-sdc-controller-producer-4dc62e01-c855-4558-9443-539146fbe8de|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4dc62e01-c855-4558-9443-539146fbe8de] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to TvKshxYVTq2E3j0YSr0bkw
2023-02-08T12:07:32.563Z||kafka-producer-network-thread | SO-sdc-controller-producer-4dc62e01-c855-4558-9443-539146fbe8de|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4dc62e01-c855-4558-9443-539146fbe8de] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to TvKshxYVTq2E3j0YSr0bkw
2023-02-08T12:07:32.563Z||kafka-producer-network-thread | SO-sdc-controller-producer-4dc62e01-c855-4558-9443-539146fbe8de|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4dc62e01-c855-4558-9443-539146fbe8de] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to TvKshxYVTq2E3j0YSr0bkw
2023-02-08T12:07:32.563Z||kafka-producer-network-thread | SO-sdc-controller-producer-4dc62e01-c855-4558-9443-539146fbe8de|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4dc62e01-c855-4558-9443-539146fbe8de] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to TvKshxYVTq2E3j0YSr0bkw
2023-02-08T12:07:32.641Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T12:07:32.642Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "3429d11c-e8fe-4f9e-9f04-1f4053c44eb8",
"consumerID": "SO-sdc-controller",
"timestamp": 1675858018493,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:07:32.646Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:07:32.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T12:07:32.646Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "3429d11c-e8fe-4f9e-9f04-1f4053c44eb8",
"consumerID": "multicloud-k8s",
"timestamp": 1675858026854,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:07:32.647Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:07:33.565Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-08T12:07:33.566Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-08T12:07:33.567Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-08T12:07:33.567Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "3429d11c-e8fe-4f9e-9f04-1f4053c44eb8",
"consumerID": "SO-sdc-controller",
"timestamp": 1675858018493,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T12:07:34.569Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "3429d11c-e8fe-4f9e-9f04-1f4053c44eb8",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "d319f870-8670-43fa-875f-33a8bf59c942",
"serviceDescription": "service",
"serviceInvariantUUID": "98c7bdca-ac4f-4ca9-8b13-cad22f39c115",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "fe6a448f-ef5b-4756-8ac8-de3228fe18cb",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "4a65318e-017c-443d-bada-1de5039c69b7",
"resourceInvariantUUID": "69003756-efaa-4cb0-9e22-44a0165fb4ea",
"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": "ZWM4ZmE1NTliOTM0M2RkZGZiNWNkMTI5NjVhNWQ4YTc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8bf6b39c-7a48-44ee-a3aa-638e00f91e06"
}
],
"workloadContext": "Production"
}
2023-02-08T12:07:34.569Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-08T12:07:34.569Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d319f870-8670-43fa-875f-33a8bf59c942 ASDC
2023-02-08T12:07:34.570Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:3429d11c-e8fe-4f9e-9f04-1f4053c44eb8
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:d319f870-8670-43fa-875f-33a8bf59c942
ServiceInvariantUUID:98c7bdca-ac4f-4ca9-8b13-cad22f39c115
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:8bf6b39c-7a48-44ee-a3aa-638e00f91e06
ArtifactChecksum:ZWM4ZmE1NTliOTM0M2RkZGZiNWNkMTI5NjVhNWQ4YTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:fe6a448f-ef5b-4756-8ac8-de3228fe18cb
ResourceInvariantUUID:69003756-efaa-4cb0-9e22-44a0165fb4ea
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:4a65318e-017c-443d-bada-1de5039c69b7
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2023-02-08T12:07:34.571Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d319f870-8670-43fa-875f-33a8bf59c942 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-02-08T12:07:34.744Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-08T12:07:34.745Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-02-08T12:07:34.745Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-02-08T12:07:34.746Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8bf6b39c-7a48-44ee-a3aa-638e00f91e06 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-08T12:07:34.746Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-02-08T12:07:34.746Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-08T12:07:35.310Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-02-08T12:07:35.312Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8bf6b39c-7a48-44ee-a3aa-638e00f91e06 57788
2023-02-08T12:07:35.313Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-02-08T12:07:35.313Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-08T12:07:35.313Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-08T12:07:35.314Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-08T12:07:35.314Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-08T12:07:35.314Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "3429d11c-e8fe-4f9e-9f04-1f4053c44eb8",
"consumerID": "SO-sdc-controller",
"timestamp": 1675858055313,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T12:07:36.315Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-08T12:07:36.316Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-02-08T12:07:36.317Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 8bf6b39c-7a48-44ee-a3aa-638e00f91e06, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-08T12:07:36.317Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-02-08T12:07:36.318Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-08T12:07:36.318Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-08T12:07:36.586Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17511105908838712502/Definitions/service-BasicNetwork-template.yml
2023-02-08T12:07:37.707Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-08T12:07:37.708Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-02-08T12:07:37.708Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-08T12:07:37.708Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-02-08T12:07:37.709Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||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-02-08T12:07:37.709Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||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-02-08T12:07:37.709Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||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-02-08T12:07:37.709Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||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-02-08T12:07:37.709Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|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-BasicNetwork-csar.csar
2023-02-08T12:07:37.710Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||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-02-08T12:07:37.710Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||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-02-08T12:07:37.710Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||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-02-08T12:07:37.710Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-02-08T12:07:37.710Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T12:07:37.711Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-08T12:07:37.711Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-02-08T12:07:37.712Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-02-08T12:07:37.712Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-08T12:07:37.712Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T12:07:37.712Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-08T12:07:37.712Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-02-08T12:07:37.713Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-02-08T12:07:37.713Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-08T12:07:37.713Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T12:07:37.713Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-08T12:07:37.713Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T12:07:37.714Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-08T12:07:37.714Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T12:07:37.714Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-08T12:07:37.715Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T12:07:37.715Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-08T12:07:37.715Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T12:07:37.716Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-08T12:07:37.716Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:d319f870-8670-43fa-875f-33a8bf59c942
Model Version:NULL
Model InvariantUuid:98c7bdca-ac4f-4ca9-8b13-cad22f39c115
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:69003756-efaa-4cb0-9e22-44a0165fb4ea
Model UUID:780cea92-9fe7-4214-a6e7-3ad303016e47
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:fe6a448f-ef5b-4756-8ac8-de3228fe18cb
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-02-08T12:07:37.782Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: 4a65318e-017c-443d-bada-1de5039c69b7
2023-02-08T12:07:37.782Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||INFO|500||No resources found for Service: d319f870-8670-43fa-875f-33a8bf59c942
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-02-08T12:07:37.793Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||INFO|500||
2023-02-08T12:07:37.794Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2023-02-08T12:07:37.796Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||No resources found for Service: d319f870-8670-43fa-875f-33a8bf59c942
2023-02-08T12:07:37.796Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: d319f870-8670-43fa-875f-33a8bf59c942
2023-02-08T12:07:37.796Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2023-02-08T12:07:37.797Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||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-02-08T12:07:37.815Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@718f264, org.onap.sdc.toscaparser.api.parameters.Input@40b51b8e, org.onap.sdc.toscaparser.api.parameters.Input@5a562dc5, org.onap.sdc.toscaparser.api.parameters.Input@789c5a48, org.onap.sdc.toscaparser.api.parameters.Input@38570ced]
2023-02-08T12:07:37.819Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T12:07:37.821Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-08T12:07:37.821Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T12:07:37.823Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-08T12:07:37.824Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid d319f870-8670-43fa-875f-33a8bf59c942: Generic NeutronNet
2023-02-08T12:07:37.824Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T12:07:37.825Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-08T12:07:37.826Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T12:07:37.826Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||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-02-08T12:07:37.973Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T12:07:37.974Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-08T12:07:37.974Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T12:07:37.974Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-08T12:07:37.975Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T12:07:37.975Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-08T12:07:37.975Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||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-02-08T12:07:38.184Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2023-02-08T12:07:38.186Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-02-08T12:07:38.186Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-08T12:07:38.189Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-08T12:07:38.190Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-08T12:07:38.191Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-08T12:07:38.191Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "3429d11c-e8fe-4f9e-9f04-1f4053c44eb8",
"consumerID": "SO-sdc-controller",
"timestamp": 1675858058186,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T12:07:39.195Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3429d11c-e8fe-4f9e-9f04-1f4053c44eb8
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-02-08T12:07:39.236Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3429d11c-e8fe-4f9e-9f04-1f4053c44eb8
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-02-08T12:07:39.243Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-08T12:07:39.243Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-08T12:07:39.244Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-08T12:07:45.661Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T12:07:45.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T12:07:45.666Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "3429d11c-e8fe-4f9e-9f04-1f4053c44eb8",
"consumerID": "aai-model-loader",
"timestamp": 1675858036134,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:07:45.667Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:08:09.247Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3429d11c-e8fe-4f9e-9f04-1f4053c44eb8
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-02-08T12:08:09.315Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3429d11c-e8fe-4f9e-9f04-1f4053c44eb8
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-02-08T12:08:09.342Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-08T12:08:09.342Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-08T12:08:09.343Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-08T12:08:39.343Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3429d11c-e8fe-4f9e-9f04-1f4053c44eb8
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-02-08T12:08:39.392Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3429d11c-e8fe-4f9e-9f04-1f4053c44eb8
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-02-08T12:08:39.421Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-08T12:08:39.422Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-08T12:08:39.422Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-08T12:08:45.661Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T12:08:45.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T12:08:45.664Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "3429d11c-e8fe-4f9e-9f04-1f4053c44eb8",
"consumerID": "cds-sdc-listener",
"timestamp": 1675858013227,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:08:45.665Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:08:45.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T12:08:45.665Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "3429d11c-e8fe-4f9e-9f04-1f4053c44eb8",
"consumerID": "SO-sdc-controller",
"timestamp": 1675858018493,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-08T12:08:45.665Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:08:45.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T12:08:45.665Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "3429d11c-e8fe-4f9e-9f04-1f4053c44eb8",
"consumerID": "multicloud-k8s",
"timestamp": 1675858026854,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-08T12:08:45.666Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:08:45.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T12:08:45.666Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "3429d11c-e8fe-4f9e-9f04-1f4053c44eb8",
"consumerID": "aai-model-loader",
"timestamp": 1675858036134,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-08T12:08:45.666Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:08:45.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T12:08:45.666Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "3429d11c-e8fe-4f9e-9f04-1f4053c44eb8",
"consumerID": "cds-sdc-listener",
"timestamp": 1675858013227,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-08T12:08:45.667Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:08:45.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T12:08:45.668Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "3429d11c-e8fe-4f9e-9f04-1f4053c44eb8",
"consumerID": "SO-sdc-controller",
"timestamp": 1675858055313,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-08T12:08:45.668Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:08:45.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T12:08:45.668Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "3429d11c-e8fe-4f9e-9f04-1f4053c44eb8",
"consumerID": "cds-sdc-listener",
"timestamp": 1675858050687,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-08T12:08:45.669Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:08:45.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T12:08:45.670Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "3429d11c-e8fe-4f9e-9f04-1f4053c44eb8",
"consumerID": "aai-model-loader",
"timestamp": 1675858051014,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-08T12:08:45.670Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:08:45.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T12:08:45.670Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "3429d11c-e8fe-4f9e-9f04-1f4053c44eb8",
"consumerID": "SO-sdc-controller",
"timestamp": 1675858058186,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-08T12:08:45.670Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:08:45.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T12:08:45.671Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "3429d11c-e8fe-4f9e-9f04-1f4053c44eb8",
"consumerID": "aai-model-loader",
"timestamp": 1675858059012,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-08T12:08:45.671Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:08:45.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T12:08:45.671Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "3429d11c-e8fe-4f9e-9f04-1f4053c44eb8",
"consumerID": "aai-model-loader",
"timestamp": 1675858060015,
"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-02-08T12:08:45.720Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3429d11c-e8fe-4f9e-9f04-1f4053c44eb8
2023-02-08T12:08:45.720Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3429d11c-e8fe-4f9e-9f04-1f4053c44eb8 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-02-08T12:09:09.423Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3429d11c-e8fe-4f9e-9f04-1f4053c44eb8
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-02-08T12:09:09.475Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3429d11c-e8fe-4f9e-9f04-1f4053c44eb8
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-02-08T12:09:09.485Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-08T12:09:09.486Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-08T12:09:09.486Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-08T12:09:09.486Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-08T12:09:39.491Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3429d11c-e8fe-4f9e-9f04-1f4053c44eb8
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-02-08T12:09:39.600Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3429d11c-e8fe-4f9e-9f04-1f4053c44eb8
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-02-08T12:09:39.635Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-08T12:09:39.636Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-08T12:09:39.637Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-08T12:09:39.637Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-08T12:09:45.661Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T12:09:45.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T12:09:45.666Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "3429d11c-e8fe-4f9e-9f04-1f4053c44eb8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675858071367,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:09:45.669Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:09:45.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T12:09:45.669Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "3429d11c-e8fe-4f9e-9f04-1f4053c44eb8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675858071367,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-08T12:09:45.669Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:09:45.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T12:09:45.670Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "3429d11c-e8fe-4f9e-9f04-1f4053c44eb8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675858075071,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-08T12:09:45.670Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:09:45.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T12:09:45.670Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "3429d11c-e8fe-4f9e-9f04-1f4053c44eb8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675858077756,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-08T12:09:45.671Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:09:45.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-08T12:09:45.671Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "3429d11c-e8fe-4f9e-9f04-1f4053c44eb8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675858078767,
"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-02-08T12:09:45.703Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3429d11c-e8fe-4f9e-9f04-1f4053c44eb8
2023-02-08T12:09:45.704Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3429d11c-e8fe-4f9e-9f04-1f4053c44eb8 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-02-08T12:10:09.638Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3429d11c-e8fe-4f9e-9f04-1f4053c44eb8
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-02-08T12:10:09.714Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3429d11c-e8fe-4f9e-9f04-1f4053c44eb8
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-02-08T12:10:09.720Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-08T12:10:09.721Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-08T12:10:09.721Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-08T12:10:09.721Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-08T12:10:09.722Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-08T12:10:09.722Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-08T12:10:09.722Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-08T12:10:09.722Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|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-02-08T12:10:09.741Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-08T12:10:39.743Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3429d11c-e8fe-4f9e-9f04-1f4053c44eb8 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-02-08T12:10:39.764Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3429d11c-e8fe-4f9e-9f04-1f4053c44eb8 and serviceModelVersionId: d319f870-8670-43fa-875f-33a8bf59c942
2023-02-08T12:10:39.765Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 98c7bdca-ac4f-4ca9-8b13-cad22f39c115
2023-02-08T12:10:39.767Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/98c7bdca-ac4f-4ca9-8b13-cad22f39c115/model-vers/model-ver/d319f870-8670-43fa-875f-33a8bf59c942?depth=0
2023-02-08T12:10:39.799Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-02-08T12:10:39.883Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/98c7bdca-ac4f-4ca9-8b13-cad22f39c115/model-vers/model-ver/d319f870-8670-43fa-875f-33a8bf59c942?depth=0|INFO|500||Invoke
2023-02-08T12:10:39.884Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/98c7bdca-ac4f-4ca9-8b13-cad22f39c115/model-vers/model-ver/d319f870-8670-43fa-875f-33a8bf59c942?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/98c7bdca-ac4f-4ca9-8b13-cad22f39c115/model-vers/model-ver/d319f870-8670-43fa-875f-33a8bf59c942?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3429d11c-e8fe-4f9e-9f04-1f4053c44eb8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f684823a-c76a-4c39-b65b-56cd737c2d7f], X-ECOMP-RequestID=[3429d11c-e8fe-4f9e-9f04-1f4053c44eb8], X-TransactionId=[], X-ONAP-RequestID=[3429d11c-e8fe-4f9e-9f04-1f4053c44eb8], Content-Type=[application/merge-patch+json]}
2023-02-08T12:10:39.888Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/98c7bdca-ac4f-4ca9-8b13-cad22f39c115/model-vers/model-ver/d319f870-8670-43fa-875f-33a8bf59c942?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-02-08T12:10:40.140Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/98c7bdca-ac4f-4ca9-8b13-cad22f39c115/model-vers/model-ver/d319f870-8670-43fa-875f-33a8bf59c942?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/98c7bdca-ac4f-4ca9-8b13-cad22f39c115/model-vers/model-ver/d319f870-8670-43fa-875f-33a8bf59c942?depth=0 has http status code:200 and response headers:{date=[Wed, 08 Feb 2023 12:10:35 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[247], vertex-id=[217336], x-aai-txid=[2-aai-resources-230208-12:10:35:255-80156], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-08T12:10:40.141Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/98c7bdca-ac4f-4ca9-8b13-cad22f39c115/model-vers/model-ver/d319f870-8670-43fa-875f-33a8bf59c942?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-08T12:10:40.142Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/98c7bdca-ac4f-4ca9-8b13-cad22f39c115/model-vers/model-ver/d319f870-8670-43fa-875f-33a8bf59c942?depth=0|INFO|500||InvokeReturn
2023-02-08T12:10:40.142Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-08T12:10:40.142Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|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-02-08T12:10:40.152Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|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-02-08T12:10:40.152Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3429d11c-e8fe-4f9e-9f04-1f4053c44eb8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-08T12:10:40.153Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-08T12:10:40.153Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-02-08T12:10:40.153Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-08T12:10:40.153Z|3429d11c-e8fe-4f9e-9f04-1f4053c44eb8|pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "3429d11c-e8fe-4f9e-9f04-1f4053c44eb8",
"consumerID": "SO-sdc-controller",
"timestamp": 1675858240152,
"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-02-08T12:10:41.187Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-08T12:10:41.195Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-08T12:10:41.196Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"aafadd5b-14f1-47f2-8feb-6f798f2a551f","serviceName":"Demo_pNF_703hWl8dFv6GWW0IsCRf","serviceVersion":"1.0","serviceUUID":"867387a4-7709-4044-a83c-6ec6fe84fb7e","serviceDescription":"catalog service description","serviceInvariantUUID":"bc948850-5186-4d31-9d2c-090095854241","resources":[{"resourceInstanceName":"pNF 35e2b142-060d 0","resourceName":"pNF 35e2b142-060d","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c9ad2516-e685-45ec-8633-75c38211fc4a","resourceInvariantUUID":"c4d24715-993c-4674-864e-eafb0d214df2","resourceCustomizationUUID":"d1c29d0e-0769-4190-97fc-507337964696","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/resourceInstances/pnf35e2b142060d0/artifacts/vf-license-model.xml","artifactChecksum":"ZmJjMGI3MGQ1Y2RhYzhmYWIwZDEyMTllOTc2ODE4ZGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ec3830a6-ccee-4c84-823f-c15543ff13cb","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/resourceInstances/pnf35e2b142060d0/artifacts/pNF.csar","artifactChecksum":"ODFlNjNlY2MxZDI3YTE5YTg2YzhlMDkzM2U1OGE4MGQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8164d4f5-a36f-48a1-9cd6-e7889f16fc11","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/resourceInstances/pnf35e2b142060d0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1587380f-0148-46ed-aa53-a4bd0ab4a2d0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/resourceInstances/pnf35e2b142060d0/artifacts/vendor-license-model.xml","artifactChecksum":"ODUwYWNmODgyZjQ3N2ViMjcyMzMwMjIxNDdkNWY0Njc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f04ef554-0aad-4fe4-9d98-2fdfcaafd51e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/resourceInstances/pnf35e2b142060d0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"64ac4d9e-37d7-400a-95fa-30268e263c3d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/resourceInstances/pnf35e2b142060d0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6c4a0924-bf3b-43f8-a873-dbfb231982b2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf703hwl8dfv6gww0iscrf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/artifacts/service-DemoPnf703hwl8dfv6gww0iscrf-template.yml","artifactChecksum":"NWE0NGEzNDhmMjZlNzBjMzNkMThjOWFmNDUzMjY5ZmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"14d7d6c7-08bd-469f-8d7a-da0217e799f4","artifactVersion":"1"},{"artifactName":"service-DemoPnf703hwl8dfv6gww0iscrf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/artifacts/service-DemoPnf703hwl8dfv6gww0iscrf-csar.csar","artifactChecksum":"ZjNmMDJiNjMwMGY1N2NlMWNmNDNhNDZlNjg1YjMxMzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"19b43d12-c60b-44c8-919f-d0aec17379a1","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-08T12:10:41.201Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-08T12:10:41.202Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-08T12:10:41.202Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-08T12:10:41.202Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "aafadd5b-14f1-47f2-8feb-6f798f2a551f",
"consumerID": "SO-sdc-controller",
"timestamp": 1675858241187,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/resourceInstances/pnf35e2b142060d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T12:10:42.203Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-08T12:10:42.204Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-08T12:10:42.204Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-08T12:10:42.205Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "aafadd5b-14f1-47f2-8feb-6f798f2a551f",
"consumerID": "SO-sdc-controller",
"timestamp": 1675858241187,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/resourceInstances/pnf35e2b142060d0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T12:10:43.206Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-08T12:10:43.207Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-08T12:10:43.207Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-08T12:10:43.208Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "aafadd5b-14f1-47f2-8feb-6f798f2a551f",
"consumerID": "SO-sdc-controller",
"timestamp": 1675858241187,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/resourceInstances/pnf35e2b142060d0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T12:10:44.209Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-08T12:10:44.210Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-08T12:10:44.210Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-08T12:10:44.214Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "aafadd5b-14f1-47f2-8feb-6f798f2a551f",
"consumerID": "SO-sdc-controller",
"timestamp": 1675858241187,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/resourceInstances/pnf35e2b142060d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T12:10:45.215Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-08T12:10:45.216Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-08T12:10:45.216Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-08T12:10:45.217Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "aafadd5b-14f1-47f2-8feb-6f798f2a551f",
"consumerID": "SO-sdc-controller",
"timestamp": 1675858241187,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/resourceInstances/pnf35e2b142060d0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T12:10:45.662Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T12:10:45.699Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.699Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "aafadd5b-14f1-47f2-8feb-6f798f2a551f",
"consumerID": "aai-model-loader",
"timestamp": 1675858186134,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/resourceInstances/pnf35e2b142060d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:45.700Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.700Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.700Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "aafadd5b-14f1-47f2-8feb-6f798f2a551f",
"consumerID": "multicloud-k8s",
"timestamp": 1675858174593,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/resourceInstances/pnf35e2b142060d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:45.701Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.701Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.701Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "aafadd5b-14f1-47f2-8feb-6f798f2a551f",
"consumerID": "cds-sdc-listener",
"timestamp": 1675858171725,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/resourceInstances/pnf35e2b142060d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:45.701Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.701Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.702Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "aafadd5b-14f1-47f2-8feb-6f798f2a551f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675858191366,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/resourceInstances/pnf35e2b142060d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:45.702Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.702Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.702Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "aafadd5b-14f1-47f2-8feb-6f798f2a551f",
"consumerID": "aai-model-loader",
"timestamp": 1675858186134,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/resourceInstances/pnf35e2b142060d0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:45.703Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.703Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.703Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "aafadd5b-14f1-47f2-8feb-6f798f2a551f",
"consumerID": "multicloud-k8s",
"timestamp": 1675858174593,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/resourceInstances/pnf35e2b142060d0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:45.703Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.703Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.703Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "aafadd5b-14f1-47f2-8feb-6f798f2a551f",
"consumerID": "cds-sdc-listener",
"timestamp": 1675858171725,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/resourceInstances/pnf35e2b142060d0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:45.704Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.704Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.704Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "aafadd5b-14f1-47f2-8feb-6f798f2a551f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675858191366,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/resourceInstances/pnf35e2b142060d0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:45.704Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.704Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.704Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "aafadd5b-14f1-47f2-8feb-6f798f2a551f",
"consumerID": "aai-model-loader",
"timestamp": 1675858186134,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/resourceInstances/pnf35e2b142060d0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:45.704Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.705Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.705Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "aafadd5b-14f1-47f2-8feb-6f798f2a551f",
"consumerID": "multicloud-k8s",
"timestamp": 1675858174593,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/resourceInstances/pnf35e2b142060d0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:45.705Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.705Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.705Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "aafadd5b-14f1-47f2-8feb-6f798f2a551f",
"consumerID": "cds-sdc-listener",
"timestamp": 1675858171725,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/resourceInstances/pnf35e2b142060d0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:45.706Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.706Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.706Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "aafadd5b-14f1-47f2-8feb-6f798f2a551f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675858191366,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/resourceInstances/pnf35e2b142060d0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:45.706Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.706Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.708Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "aafadd5b-14f1-47f2-8feb-6f798f2a551f",
"consumerID": "aai-model-loader",
"timestamp": 1675858186134,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/resourceInstances/pnf35e2b142060d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:45.709Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.709Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.709Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "aafadd5b-14f1-47f2-8feb-6f798f2a551f",
"consumerID": "multicloud-k8s",
"timestamp": 1675858174593,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/resourceInstances/pnf35e2b142060d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:45.709Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.709Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.710Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "aafadd5b-14f1-47f2-8feb-6f798f2a551f",
"consumerID": "cds-sdc-listener",
"timestamp": 1675858171725,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/resourceInstances/pnf35e2b142060d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:45.710Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.710Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.710Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "aafadd5b-14f1-47f2-8feb-6f798f2a551f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675858191366,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/resourceInstances/pnf35e2b142060d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:45.711Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.711Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.711Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "aafadd5b-14f1-47f2-8feb-6f798f2a551f",
"consumerID": "aai-model-loader",
"timestamp": 1675858186134,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/resourceInstances/pnf35e2b142060d0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:45.711Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.711Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.712Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "aafadd5b-14f1-47f2-8feb-6f798f2a551f",
"consumerID": "multicloud-k8s",
"timestamp": 1675858174593,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/resourceInstances/pnf35e2b142060d0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:45.712Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.712Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.712Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "aafadd5b-14f1-47f2-8feb-6f798f2a551f",
"consumerID": "cds-sdc-listener",
"timestamp": 1675858171725,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/resourceInstances/pnf35e2b142060d0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:45.713Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.713Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.713Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "aafadd5b-14f1-47f2-8feb-6f798f2a551f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675858191366,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/resourceInstances/pnf35e2b142060d0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:45.714Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.714Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.714Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "aafadd5b-14f1-47f2-8feb-6f798f2a551f",
"consumerID": "aai-model-loader",
"timestamp": 1675858186134,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/resourceInstances/pnf35e2b142060d0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:45.714Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.714Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.715Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "aafadd5b-14f1-47f2-8feb-6f798f2a551f",
"consumerID": "multicloud-k8s",
"timestamp": 1675858174593,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/resourceInstances/pnf35e2b142060d0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:45.715Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.715Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.715Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "aafadd5b-14f1-47f2-8feb-6f798f2a551f",
"consumerID": "cds-sdc-listener",
"timestamp": 1675858171725,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/resourceInstances/pnf35e2b142060d0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:45.715Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.716Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.716Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "aafadd5b-14f1-47f2-8feb-6f798f2a551f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675858191366,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/resourceInstances/pnf35e2b142060d0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:45.716Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.716Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.716Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "aafadd5b-14f1-47f2-8feb-6f798f2a551f",
"consumerID": "aai-model-loader",
"timestamp": 1675858186134,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/artifacts/service-DemoPnf703hwl8dfv6gww0iscrf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:45.716Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.717Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.717Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "aafadd5b-14f1-47f2-8feb-6f798f2a551f",
"consumerID": "multicloud-k8s",
"timestamp": 1675858174593,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/artifacts/service-DemoPnf703hwl8dfv6gww0iscrf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:45.717Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.717Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.717Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "aafadd5b-14f1-47f2-8feb-6f798f2a551f",
"consumerID": "cds-sdc-listener",
"timestamp": 1675858171725,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/artifacts/service-DemoPnf703hwl8dfv6gww0iscrf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:45.717Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.717Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.718Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "aafadd5b-14f1-47f2-8feb-6f798f2a551f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675858191366,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/artifacts/service-DemoPnf703hwl8dfv6gww0iscrf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:45.718Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.718Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.718Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "aafadd5b-14f1-47f2-8feb-6f798f2a551f",
"consumerID": "aai-model-loader",
"timestamp": 1675858186134,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/artifacts/service-DemoPnf703hwl8dfv6gww0iscrf-csar.csar",
"status": "NOTIFIED"
}
2023-02-08T12:10:45.718Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.718Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.719Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "aafadd5b-14f1-47f2-8feb-6f798f2a551f",
"consumerID": "multicloud-k8s",
"timestamp": 1675858174593,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/artifacts/service-DemoPnf703hwl8dfv6gww0iscrf-csar.csar",
"status": "NOTIFIED"
}
2023-02-08T12:10:45.719Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.720Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "aafadd5b-14f1-47f2-8feb-6f798f2a551f",
"consumerID": "cds-sdc-listener",
"timestamp": 1675858171725,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/artifacts/service-DemoPnf703hwl8dfv6gww0iscrf-csar.csar",
"status": "NOTIFIED"
}
2023-02-08T12:10:45.720Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.720Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "aafadd5b-14f1-47f2-8feb-6f798f2a551f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675858191366,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/artifacts/service-DemoPnf703hwl8dfv6gww0iscrf-csar.csar",
"status": "NOTIFIED"
}
2023-02-08T12:10:45.720Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.720Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "aafadd5b-14f1-47f2-8feb-6f798f2a551f",
"consumerID": "aai-model-loader",
"timestamp": 1675858199168,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/artifacts/service-DemoPnf703hwl8dfv6gww0iscrf-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-08T12:10:45.721Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.721Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.721Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "aafadd5b-14f1-47f2-8feb-6f798f2a551f",
"consumerID": "cds-sdc-listener",
"timestamp": 1675858199170,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/artifacts/service-DemoPnf703hwl8dfv6gww0iscrf-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-08T12:10:45.721Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.721Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.721Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "aafadd5b-14f1-47f2-8feb-6f798f2a551f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675858204830,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/artifacts/service-DemoPnf703hwl8dfv6gww0iscrf-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-08T12:10:45.722Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.722Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.722Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "aafadd5b-14f1-47f2-8feb-6f798f2a551f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675858207728,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/artifacts/service-DemoPnf703hwl8dfv6gww0iscrf-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-08T12:10:45.722Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.722Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.722Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "aafadd5b-14f1-47f2-8feb-6f798f2a551f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675858208734,
"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=?
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-02-08T12:10:45.767Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of aafadd5b-14f1-47f2-8feb-6f798f2a551f
2023-02-08T12:10:45.768Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId aafadd5b-14f1-47f2-8feb-6f798f2a551f 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-02-08T12:10:45.786Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.787Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "8e18607c-42a8-4fa0-b558-442a3ff977ef",
"consumerID": "cds-sdc-listener",
"timestamp": 1675858200237,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:45.787Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.787Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.787Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "8e18607c-42a8-4fa0-b558-442a3ff977ef",
"consumerID": "multicloud-k8s",
"timestamp": 1675858203657,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:45.787Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.787Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.788Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "8e18607c-42a8-4fa0-b558-442a3ff977ef",
"consumerID": "cds-sdc-listener",
"timestamp": 1675858200237,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:45.788Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.788Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.788Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "8e18607c-42a8-4fa0-b558-442a3ff977ef",
"consumerID": "multicloud-k8s",
"timestamp": 1675858203657,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2023-02-08T12:10:45.788Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.788Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.788Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "8e18607c-42a8-4fa0-b558-442a3ff977ef",
"consumerID": "cds-sdc-listener",
"timestamp": 1675858200237,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:45.789Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.789Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.789Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "8e18607c-42a8-4fa0-b558-442a3ff977ef",
"consumerID": "multicloud-k8s",
"timestamp": 1675858203657,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2023-02-08T12:10:45.789Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.789Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.789Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "8e18607c-42a8-4fa0-b558-442a3ff977ef",
"consumerID": "cds-sdc-listener",
"timestamp": 1675858200237,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:45.790Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.790Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.790Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "8e18607c-42a8-4fa0-b558-442a3ff977ef",
"consumerID": "multicloud-k8s",
"timestamp": 1675858203657,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:45.790Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.790Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.790Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "aafadd5b-14f1-47f2-8feb-6f798f2a551f",
"consumerID": "aai-model-loader",
"timestamp": 1675858208866,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/artifacts/service-DemoPnf703hwl8dfv6gww0iscrf-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-08T12:10:45.791Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.791Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.791Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "8e18607c-42a8-4fa0-b558-442a3ff977ef",
"consumerID": "cds-sdc-listener",
"timestamp": 1675858200237,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:45.792Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.792Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.792Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "8e18607c-42a8-4fa0-b558-442a3ff977ef",
"consumerID": "multicloud-k8s",
"timestamp": 1675858203657,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2023-02-08T12:10:45.792Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.792Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.792Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "aafadd5b-14f1-47f2-8feb-6f798f2a551f",
"consumerID": "aai-model-loader",
"timestamp": 1675858209871,
"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-02-08T12:10:45.804Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of aafadd5b-14f1-47f2-8feb-6f798f2a551f
2023-02-08T12:10:45.805Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId aafadd5b-14f1-47f2-8feb-6f798f2a551f 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-02-08T12:10:45.834Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.835Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "8e18607c-42a8-4fa0-b558-442a3ff977ef",
"consumerID": "cds-sdc-listener",
"timestamp": 1675858200237,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:45.849Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.850Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "8e18607c-42a8-4fa0-b558-442a3ff977ef",
"consumerID": "multicloud-k8s",
"timestamp": 1675858203657,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:45.853Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.853Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "8e18607c-42a8-4fa0-b558-442a3ff977ef",
"consumerID": "cds-sdc-listener",
"timestamp": 1675858200237,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-02-08T12:10:45.854Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.854Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "8e18607c-42a8-4fa0-b558-442a3ff977ef",
"consumerID": "multicloud-k8s",
"timestamp": 1675858203657,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-02-08T12:10:45.859Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.859Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "8e18607c-42a8-4fa0-b558-442a3ff977ef",
"consumerID": "multicloud-k8s",
"timestamp": 1675858217206,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-08T12:10:45.860Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.860Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "8e18607c-42a8-4fa0-b558-442a3ff977ef",
"consumerID": "cds-sdc-listener",
"timestamp": 1675858212646,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-08T12:10:45.861Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.861Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "8e18607c-42a8-4fa0-b558-442a3ff977ef",
"consumerID": "multicloud-k8s",
"timestamp": 1675858218456,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-08T12:10:45.862Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.862Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "f6880fdd-411e-4922-8d82-3b7aa8e55155",
"consumerID": "cds-sdc-listener",
"timestamp": 1675858213675,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:45.863Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.863Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "f6880fdd-411e-4922-8d82-3b7aa8e55155",
"consumerID": "cds-sdc-listener",
"timestamp": 1675858213675,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:45.863Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.864Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "8e18607c-42a8-4fa0-b558-442a3ff977ef",
"consumerID": "multicloud-k8s",
"timestamp": 1675858219622,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2023-02-08T12:10:45.871Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.871Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "f6880fdd-411e-4922-8d82-3b7aa8e55155",
"consumerID": "cds-sdc-listener",
"timestamp": 1675858213675,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:45.872Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.872Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "8e18607c-42a8-4fa0-b558-442a3ff977ef",
"consumerID": "multicloud-k8s",
"timestamp": 1675858220696,
"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-02-08T12:10:45.899Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8e18607c-42a8-4fa0-b558-442a3ff977ef
2023-02-08T12:10:45.901Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e18607c-42a8-4fa0-b558-442a3ff977ef 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-02-08T12:10:45.922Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.922Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "8e18607c-42a8-4fa0-b558-442a3ff977ef",
"consumerID": "aai-model-loader",
"timestamp": 1675858216133,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:45.923Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.923Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.924Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "f6880fdd-411e-4922-8d82-3b7aa8e55155",
"consumerID": "cds-sdc-listener",
"timestamp": 1675858213675,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:45.924Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.925Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.925Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "8e18607c-42a8-4fa0-b558-442a3ff977ef",
"consumerID": "multicloud-k8s",
"timestamp": 1675858221705,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2023-02-08T12:10:45.925Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.925Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.925Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "8e18607c-42a8-4fa0-b558-442a3ff977ef",
"consumerID": "aai-model-loader",
"timestamp": 1675858216133,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:45.925Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.925Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.926Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "8e18607c-42a8-4fa0-b558-442a3ff977ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675858221366,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:45.926Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.926Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "f6880fdd-411e-4922-8d82-3b7aa8e55155",
"consumerID": "cds-sdc-listener",
"timestamp": 1675858213675,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:45.926Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.927Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "f6880fdd-411e-4922-8d82-3b7aa8e55155",
"consumerID": "multicloud-k8s",
"timestamp": 1675858222725,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:45.927Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.927Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "8e18607c-42a8-4fa0-b558-442a3ff977ef",
"consumerID": "aai-model-loader",
"timestamp": 1675858216133,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:45.927Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.927Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "8e18607c-42a8-4fa0-b558-442a3ff977ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675858221366,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:45.928Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.928Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "f6880fdd-411e-4922-8d82-3b7aa8e55155",
"consumerID": "cds-sdc-listener",
"timestamp": 1675858213675,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:45.928Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.929Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "f6880fdd-411e-4922-8d82-3b7aa8e55155",
"consumerID": "multicloud-k8s",
"timestamp": 1675858222725,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2023-02-08T12:10:45.931Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.932Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "8e18607c-42a8-4fa0-b558-442a3ff977ef",
"consumerID": "aai-model-loader",
"timestamp": 1675858216133,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:45.932Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.932Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "8e18607c-42a8-4fa0-b558-442a3ff977ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675858221366,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:45.932Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.933Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.933Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "f6880fdd-411e-4922-8d82-3b7aa8e55155",
"consumerID": "cds-sdc-listener",
"timestamp": 1675858213675,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:45.933Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.933Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.933Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "f6880fdd-411e-4922-8d82-3b7aa8e55155",
"consumerID": "multicloud-k8s",
"timestamp": 1675858222725,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2023-02-08T12:10:45.934Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.934Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.934Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "8e18607c-42a8-4fa0-b558-442a3ff977ef",
"consumerID": "aai-model-loader",
"timestamp": 1675858216133,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:45.934Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.934Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.934Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "8e18607c-42a8-4fa0-b558-442a3ff977ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675858221366,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:45.935Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.935Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.935Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "f6880fdd-411e-4922-8d82-3b7aa8e55155",
"consumerID": "cds-sdc-listener",
"timestamp": 1675858213675,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:45.935Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.936Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.936Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "f6880fdd-411e-4922-8d82-3b7aa8e55155",
"consumerID": "multicloud-k8s",
"timestamp": 1675858222725,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2023-02-08T12:10:45.936Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.936Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.936Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "8e18607c-42a8-4fa0-b558-442a3ff977ef",
"consumerID": "aai-model-loader",
"timestamp": 1675858216133,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:45.936Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.937Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.937Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "8e18607c-42a8-4fa0-b558-442a3ff977ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675858221366,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:45.937Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.937Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.937Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "f6880fdd-411e-4922-8d82-3b7aa8e55155",
"consumerID": "cds-sdc-listener",
"timestamp": 1675858213675,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2023-02-08T12:10:45.937Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.938Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.938Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "f6880fdd-411e-4922-8d82-3b7aa8e55155",
"consumerID": "multicloud-k8s",
"timestamp": 1675858222725,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2023-02-08T12:10:45.938Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.938Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.938Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "8e18607c-42a8-4fa0-b558-442a3ff977ef",
"consumerID": "aai-model-loader",
"timestamp": 1675858216133,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-02-08T12:10:45.939Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.939Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.939Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "8e18607c-42a8-4fa0-b558-442a3ff977ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675858221366,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:45.939Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.939Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.939Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "f6880fdd-411e-4922-8d82-3b7aa8e55155",
"consumerID": "multicloud-k8s",
"timestamp": 1675858222725,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:45.939Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.940Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.940Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "f6880fdd-411e-4922-8d82-3b7aa8e55155",
"consumerID": "cds-sdc-listener",
"timestamp": 1675858223012,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-08T12:10:45.940Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.940Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.940Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "8e18607c-42a8-4fa0-b558-442a3ff977ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675858221366,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-02-08T12:10:45.940Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.940Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.940Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "8e18607c-42a8-4fa0-b558-442a3ff977ef",
"consumerID": "aai-model-loader",
"timestamp": 1675858223534,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-08T12:10:45.941Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.941Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "f6880fdd-411e-4922-8d82-3b7aa8e55155",
"consumerID": "multicloud-k8s",
"timestamp": 1675858222725,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2023-02-08T12:10:45.942Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.942Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "8e18607c-42a8-4fa0-b558-442a3ff977ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675858229200,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-08T12:10:45.943Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.943Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.943Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "f6880fdd-411e-4922-8d82-3b7aa8e55155",
"consumerID": "multicloud-k8s",
"timestamp": 1675858222725,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:45.943Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.944Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.944Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "f6880fdd-411e-4922-8d82-3b7aa8e55155",
"consumerID": "multicloud-k8s",
"timestamp": 1675858222725,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2023-02-08T12:10:45.944Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.945Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.945Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "f6880fdd-411e-4922-8d82-3b7aa8e55155",
"consumerID": "multicloud-k8s",
"timestamp": 1675858231834,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-08T12:10:45.945Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.945Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.946Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "8e18607c-42a8-4fa0-b558-442a3ff977ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675858232597,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-08T12:10:45.946Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.946Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.946Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "f6880fdd-411e-4922-8d82-3b7aa8e55155",
"consumerID": "multicloud-k8s",
"timestamp": 1675858232960,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-08T12:10:45.947Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.947Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.947Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "8e18607c-42a8-4fa0-b558-442a3ff977ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675858233602,
"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-02-08T12:10:45.959Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8e18607c-42a8-4fa0-b558-442a3ff977ef
2023-02-08T12:10:45.959Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e18607c-42a8-4fa0-b558-442a3ff977ef 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-02-08T12:10:45.992Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.992Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "f6880fdd-411e-4922-8d82-3b7aa8e55155",
"consumerID": "multicloud-k8s",
"timestamp": 1675858234119,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2023-02-08T12:10:45.993Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.993Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.993Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "f6880fdd-411e-4922-8d82-3b7aa8e55155",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675858221366,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:45.993Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.993Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.993Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "f6880fdd-411e-4922-8d82-3b7aa8e55155",
"consumerID": "multicloud-k8s",
"timestamp": 1675858235325,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2023-02-08T12:10:45.993Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.995Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "f6880fdd-411e-4922-8d82-3b7aa8e55155",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675858221366,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:45.995Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:45.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:45.995Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "f6880fdd-411e-4922-8d82-3b7aa8e55155",
"consumerID": "multicloud-k8s",
"timestamp": 1675858236407,
"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-02-08T12:10:46.046Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f6880fdd-411e-4922-8d82-3b7aa8e55155
2023-02-08T12:10:46.047Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6880fdd-411e-4922-8d82-3b7aa8e55155 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-02-08T12:10:46.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:46.087Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "f6880fdd-411e-4922-8d82-3b7aa8e55155",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675858221366,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:46.087Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:46.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:46.088Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "f6880fdd-411e-4922-8d82-3b7aa8e55155",
"consumerID": "multicloud-k8s",
"timestamp": 1675858237410,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2023-02-08T12:10:46.088Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:46.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:46.088Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "f6880fdd-411e-4922-8d82-3b7aa8e55155",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675858221366,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:46.089Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:46.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:46.089Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "f6880fdd-411e-4922-8d82-3b7aa8e55155",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675858221366,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:46.089Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:46.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:46.090Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "f6880fdd-411e-4922-8d82-3b7aa8e55155",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675858221366,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:46.090Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:46.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:46.090Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "3429d11c-e8fe-4f9e-9f04-1f4053c44eb8",
"consumerID": "SO-sdc-controller",
"timestamp": 1675858240152,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-08T12:10:46.090Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:46.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:46.091Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "8e18607c-42a8-4fa0-b558-442a3ff977ef",
"consumerID": "aai-model-loader",
"timestamp": 1675858235686,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-08T12:10:46.091Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:46.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:46.091Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "f6880fdd-411e-4922-8d82-3b7aa8e55155",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675858221366,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:46.091Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:46.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:46.091Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "aafadd5b-14f1-47f2-8feb-6f798f2a551f",
"consumerID": "SO-sdc-controller",
"timestamp": 1675858241187,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/resourceInstances/pnf35e2b142060d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:46.092Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:46.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:46.092Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "8e18607c-42a8-4fa0-b558-442a3ff977ef",
"consumerID": "aai-model-loader",
"timestamp": 1675858236695,
"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-02-08T12:10:46.107Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8e18607c-42a8-4fa0-b558-442a3ff977ef
2023-02-08T12:10:46.107Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e18607c-42a8-4fa0-b558-442a3ff977ef 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-02-08T12:10:46.132Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:46.132Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "f6880fdd-411e-4922-8d82-3b7aa8e55155",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675858221366,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:46.133Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:46.133Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:46.133Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "aafadd5b-14f1-47f2-8feb-6f798f2a551f",
"consumerID": "SO-sdc-controller",
"timestamp": 1675858241187,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/resourceInstances/pnf35e2b142060d0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:46.133Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:46.133Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:46.134Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "f6880fdd-411e-4922-8d82-3b7aa8e55155",
"consumerID": "aai-model-loader",
"timestamp": 1675858216133,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:46.134Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:46.134Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:46.134Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "f6880fdd-411e-4922-8d82-3b7aa8e55155",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675858221366,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2023-02-08T12:10:46.134Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:46.134Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:46.134Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "aafadd5b-14f1-47f2-8feb-6f798f2a551f",
"consumerID": "SO-sdc-controller",
"timestamp": 1675858241187,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/resourceInstances/pnf35e2b142060d0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:46.135Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:46.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:46.135Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "f6880fdd-411e-4922-8d82-3b7aa8e55155",
"consumerID": "aai-model-loader",
"timestamp": 1675858216133,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:46.135Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:46.136Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:46.136Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "f6880fdd-411e-4922-8d82-3b7aa8e55155",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675858243872,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-08T12:10:46.138Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:46.139Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:46.139Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "aafadd5b-14f1-47f2-8feb-6f798f2a551f",
"consumerID": "SO-sdc-controller",
"timestamp": 1675858241187,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/resourceInstances/pnf35e2b142060d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:46.139Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:46.139Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:46.140Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "f6880fdd-411e-4922-8d82-3b7aa8e55155",
"consumerID": "aai-model-loader",
"timestamp": 1675858216133,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:46.140Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:46.140Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:46.140Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "aafadd5b-14f1-47f2-8feb-6f798f2a551f",
"consumerID": "SO-sdc-controller",
"timestamp": 1675858241187,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/resourceInstances/pnf35e2b142060d0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:46.141Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:46.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-08T12:10:46.141Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "f6880fdd-411e-4922-8d82-3b7aa8e55155",
"consumerID": "aai-model-loader",
"timestamp": 1675858216133,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-08T12:10:46.142Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-08T12:10:46.219Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-08T12:10:46.241Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-08T12:10:46.242Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-08T12:10:46.242Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "aafadd5b-14f1-47f2-8feb-6f798f2a551f",
"consumerID": "SO-sdc-controller",
"timestamp": 1675858241187,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/resourceInstances/pnf35e2b142060d0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T12:10:47.251Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-08T12:10:47.252Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-08T12:10:47.252Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-08T12:10:47.252Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "aafadd5b-14f1-47f2-8feb-6f798f2a551f",
"consumerID": "SO-sdc-controller",
"timestamp": 1675858241187,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/artifacts/service-DemoPnf703hwl8dfv6gww0iscrf-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T12:10:48.253Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-08T12:10:48.254Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-08T12:10:48.254Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-08T12:10:48.254Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "aafadd5b-14f1-47f2-8feb-6f798f2a551f",
"consumerID": "SO-sdc-controller",
"timestamp": 1675858241187,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/artifacts/service-DemoPnf703hwl8dfv6gww0iscrf-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T12:10:49.257Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "aafadd5b-14f1-47f2-8feb-6f798f2a551f",
"serviceName": "Demo_pNF_703hWl8dFv6GWW0IsCRf",
"serviceVersion": "1.0",
"serviceUUID": "867387a4-7709-4044-a83c-6ec6fe84fb7e",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "bc948850-5186-4d31-9d2c-090095854241",
"resources": [
{
"resourceInstanceName": "pNF 35e2b142-060d 0",
"resourceCustomizationUUID": "d1c29d0e-0769-4190-97fc-507337964696",
"resourceName": "pNF 35e2b142-060d",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "c9ad2516-e685-45ec-8633-75c38211fc4a",
"resourceInvariantUUID": "c4d24715-993c-4674-864e-eafb0d214df2",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnf703hwl8dfv6gww0iscrf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/artifacts/service-DemoPnf703hwl8dfv6gww0iscrf-csar.csar",
"artifactChecksum": "ZjNmMDJiNjMwMGY1N2NlMWNmNDNhNDZlNjg1YjMxMzk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "19b43d12-c60b-44c8-919f-d0aec17379a1"
}
],
"workloadContext": "Production"
}
2023-02-08T12:10:49.258Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-08T12:10:49.258Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 867387a4-7709-4044-a83c-6ec6fe84fb7e ASDC
2023-02-08T12:10:49.258Z|aafadd5b-14f1-47f2-8feb-6f798f2a551f|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:aafadd5b-14f1-47f2-8feb-6f798f2a551f
ServiceName:Demo_pNF_703hWl8dFv6GWW0IsCRf
ServiceVersion:1.0
ServiceUUID:867387a4-7709-4044-a83c-6ec6fe84fb7e
ServiceInvariantUUID:bc948850-5186-4d31-9d2c-090095854241
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf703hwl8dfv6gww0iscrf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/artifacts/service-DemoPnf703hwl8dfv6gww0iscrf-csar.csar
ArtifactUUID:19b43d12-c60b-44c8-919f-d0aec17379a1
ArtifactChecksum:ZjNmMDJiNjMwMGY1N2NlMWNmNDNhNDZlNjg1YjMxMzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 35e2b142-060d 0
ResourceCustomizationUUID:d1c29d0e-0769-4190-97fc-507337964696
ResourceInvariantUUID:c4d24715-993c-4674-864e-eafb0d214df2
ResourceName:pNF 35e2b142-060d
ResourceType:PNF
ResourceUUID:c9ad2516-e685-45ec-8633-75c38211fc4a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2023-02-08T12:10:49.261Z|aafadd5b-14f1-47f2-8feb-6f798f2a551f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 867387a4-7709-4044-a83c-6ec6fe84fb7e 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-02-08T12:10:49.379Z|aafadd5b-14f1-47f2-8feb-6f798f2a551f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-08T12:10:49.380Z|aafadd5b-14f1-47f2-8feb-6f798f2a551f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-08T12:10:49.380Z|aafadd5b-14f1-47f2-8feb-6f798f2a551f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-08T12:10:49.380Z|aafadd5b-14f1-47f2-8feb-6f798f2a551f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 19b43d12-c60b-44c8-919f-d0aec17379a1 from URL: /sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/artifacts/service-DemoPnf703hwl8dfv6gww0iscrf-csar.csar
2023-02-08T12:10:49.380Z|aafadd5b-14f1-47f2-8feb-6f798f2a551f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-08T12:10:49.381Z|aafadd5b-14f1-47f2-8feb-6f798f2a551f|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/artifacts/service-DemoPnf703hwl8dfv6gww0iscrf-csar.csar
2023-02-08T12:10:49.521Z|aafadd5b-14f1-47f2-8feb-6f798f2a551f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-08T12:10:49.523Z|aafadd5b-14f1-47f2-8feb-6f798f2a551f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/artifacts/service-DemoPnf703hwl8dfv6gww0iscrf-csar.csar 19b43d12-c60b-44c8-919f-d0aec17379a1 88028
2023-02-08T12:10:49.523Z|aafadd5b-14f1-47f2-8feb-6f798f2a551f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/artifacts/service-DemoPnf703hwl8dfv6gww0iscrf-csar.csar ASDC sendASDCNotification
2023-02-08T12:10:49.523Z|aafadd5b-14f1-47f2-8feb-6f798f2a551f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/artifacts/service-DemoPnf703hwl8dfv6gww0iscrf-csar.csar
2023-02-08T12:10:49.523Z|aafadd5b-14f1-47f2-8feb-6f798f2a551f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-08T12:10:49.524Z|aafadd5b-14f1-47f2-8feb-6f798f2a551f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-08T12:10:49.524Z|aafadd5b-14f1-47f2-8feb-6f798f2a551f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-08T12:10:49.524Z|aafadd5b-14f1-47f2-8feb-6f798f2a551f|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "aafadd5b-14f1-47f2-8feb-6f798f2a551f",
"consumerID": "SO-sdc-controller",
"timestamp": 1675858249523,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/artifacts/service-DemoPnf703hwl8dfv6gww0iscrf-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-08T12:10:50.525Z|aafadd5b-14f1-47f2-8feb-6f798f2a551f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-08T12:10:50.526Z|aafadd5b-14f1-47f2-8feb-6f798f2a551f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-08T12:10:50.526Z|aafadd5b-14f1-47f2-8feb-6f798f2a551f|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 19b43d12-c60b-44c8-919f-d0aec17379a1, URL: /sdc/v1/catalog/services/DemoPnf703hwl8dfv6gww0iscrf/1.0/artifacts/service-DemoPnf703hwl8dfv6gww0iscrf-csar.csar to file: /app/ASDC/1/service-DemoPnf703hwl8dfv6gww0iscrf-csar.csar
2023-02-08T12:10:50.527Z|aafadd5b-14f1-47f2-8feb-6f798f2a551f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf703hwl8dfv6gww0iscrf-csar.csar
2023-02-08T12:10:50.527Z|aafadd5b-14f1-47f2-8feb-6f798f2a551f|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf703hwl8dfv6gww0iscrf-csar.csar
2023-02-08T12:10:50.538Z|aafadd5b-14f1-47f2-8feb-6f798f2a551f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf703hwl8dfv6gww0iscrf-csar.csar
2023-02-08T12:10:50.768Z|aafadd5b-14f1-47f2-8feb-6f798f2a551f|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4354491471448847520/Definitions/service-DemoPnf703hwl8dfv6gww0iscrf-template.yml
2023-02-08T12:10:52.201Z|aafadd5b-14f1-47f2-8feb-6f798f2a551f|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-08T12:10:52.202Z|aafadd5b-14f1-47f2-8feb-6f798f2a551f|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-08T12:10:52.202Z|aafadd5b-14f1-47f2-8feb-6f798f2a551f|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf703hwl8dfv6gww0iscrf-csar.csar
2023-02-08T12:10:52.202Z|aafadd5b-14f1-47f2-8feb-6f798f2a551f|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-08T12:10:52.203Z|aafadd5b-14f1-47f2-8feb-6f798f2a551f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 35e2b142-060d 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnf703hwl8dfv6gww0iscrf-csar.csar
2023-02-08T12:10:52.203Z|aafadd5b-14f1-47f2-8feb-6f798f2a551f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf703hwl8dfv6gww0iscrf-csar.csar
2023-02-08T12:10:52.203Z|aafadd5b-14f1-47f2-8feb-6f798f2a551f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf703hwl8dfv6gww0iscrf-csar.csar
2023-02-08T12:10:52.203Z|aafadd5b-14f1-47f2-8feb-6f798f2a551f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf703hwl8dfv6gww0iscrf-csar.csar
2023-02-08T12:10:52.203Z|aafadd5b-14f1-47f2-8feb-6f798f2a551f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf703hwl8dfv6gww0iscrf-csar.csar
2023-02-08T12:10:52.204Z|aafadd5b-14f1-47f2-8feb-6f798f2a551f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf703hwl8dfv6gww0iscrf-csar.csar
2023-02-08T12:10:52.204Z|aafadd5b-14f1-47f2-8feb-6f798f2a551f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf703hwl8dfv6gww0iscrf-csar.csar
2023-02-08T12:10:52.204Z|aafadd5b-14f1-47f2-8feb-6f798f2a551f|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-08T12:10:52.204Z|aafadd5b-14f1-47f2-8feb-6f798f2a551f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T12:10:52.204Z|aafadd5b-14f1-47f2-8feb-6f798f2a551f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_703hWl8dFv6GWW0IsCRf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-08T12:10:52.205Z|aafadd5b-14f1-47f2-8feb-6f798f2a551f|pool-2-thread-3|||||DEBUG|500||Node template pNF 35e2b142-060d 0 is matching search criteria
2023-02-08T12:10:52.205Z|aafadd5b-14f1-47f2-8feb-6f798f2a551f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-08T12:10:52.206Z|aafadd5b-14f1-47f2-8feb-6f798f2a551f|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 35e2b142-060d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-08T12:10:52.206Z|aafadd5b-14f1-47f2-8feb-6f798f2a551f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T12:10:52.207Z|aafadd5b-14f1-47f2-8feb-6f798f2a551f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_703hWl8dFv6GWW0IsCRf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-08T12:10:52.207Z|aafadd5b-14f1-47f2-8feb-6f798f2a551f|pool-2-thread-3|||||DEBUG|500||Node template pNF 35e2b142-060d 0 is matching search criteria
2023-02-08T12:10:52.207Z|aafadd5b-14f1-47f2-8feb-6f798f2a551f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-08T12:10:52.207Z|aafadd5b-14f1-47f2-8feb-6f798f2a551f|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 35e2b142-060d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-08T12:10:52.208Z|aafadd5b-14f1-47f2-8feb-6f798f2a551f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T12:10:52.208Z|aafadd5b-14f1-47f2-8feb-6f798f2a551f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_703hWl8dFv6GWW0IsCRf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-08T12:10:52.208Z|aafadd5b-14f1-47f2-8feb-6f798f2a551f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T12:10:52.209Z|aafadd5b-14f1-47f2-8feb-6f798f2a551f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_703hWl8dFv6GWW0IsCRf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-08T12:10:52.210Z|aafadd5b-14f1-47f2-8feb-6f798f2a551f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T12:10:52.210Z|aafadd5b-14f1-47f2-8feb-6f798f2a551f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_703hWl8dFv6GWW0IsCRf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-08T12:10:52.210Z|aafadd5b-14f1-47f2-8feb-6f798f2a551f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T12:10:52.211Z|aafadd5b-14f1-47f2-8feb-6f798f2a551f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_703hWl8dFv6GWW0IsCRf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-08T12:10:52.211Z|aafadd5b-14f1-47f2-8feb-6f798f2a551f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-08T12:10:52.211Z|aafadd5b-14f1-47f2-8feb-6f798f2a551f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_703hWl8dFv6GWW0IsCRf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-08T12:10:52.212Z|aafadd5b-14f1-47f2-8feb-6f798f2a551f|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_703hWl8dFv6GWW0IsCRf
Description:catalog service description
Model UUID:867387a4-7709-4044-a83c-6ec6fe84fb7e
Model Version:NULL
Model InvariantUuid:bc948850-5186-4d31-9d2c-090095854241
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-08T12:10:52.221Z|aafadd5b-14f1-47f2-8feb-6f798f2a551f|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: c9ad2516-e685-45ec-8633-75c38211fc4a
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-02-08T12:10:52.226Z|aafadd5b-14f1-47f2-8feb-6f798f2a551f|pool-2-thread-3|||||INFO|500||pNF 35e2b142-060d 0
2023-02-08T12:10:52.226Z|aafadd5b-14f1-47f2-8feb-6f798f2a551f|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: c9ad2516-e685-45ec-8633-75c38211fc4a
2023-02-08T12:10:52.226Z|aafadd5b-14f1-47f2-8feb-6f798f2a551f|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 867387a4-7709-4044-a83c-6ec6fe84fb7e
2023-02-08T12:10:52.226Z|aafadd5b-14f1-47f2-8feb-6f798f2a551f|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 867387a4-7709-4044-a83c-6ec6fe84fb7e
2023-02-08T12:10:52.227Z|aafadd5b-14f1-47f2-8feb-6f798f2a551f|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 35e2b142-060d 0 c9ad2516-e685-45ec-8633-75c38211fc4a ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-08T12:10:52.237Z|aafadd5b-14f1-47f2-8feb-6f798f2a551f|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@26af60c9, org.onap.sdc.toscaparser.api.parameters.Input@75c9d10f, org.onap.sdc.toscaparser.api.parameters.Input@506c2179, org.onap.sdc.toscaparser.api.parameters.Input@41a1be, org.onap.sdc.toscaparser.api.parameters.Input@5d352057]
2023-02-08T12:10:52.237Z|aafadd5b-14f1-47f2-8feb-6f798f2a551f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive