JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2022-11-16T23:12:27.811Z||main|||||INFO|500||The following profiles are active: basic 2022-11-16T23:12:42.030Z||main|||||INFO|500||Starting service [Tomcat] 2022-11-16T23:12:42.031Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-11-16T23:12:42.209Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-11-16T23:12:46.863Z||main|||||INFO|500||catdb-pool - Starting... 2022-11-16T23:12:47.382Z||main|||||INFO|500||catdb-pool - Start completed. 2022-11-16T23:12:48.334Z||main|||||INFO|500||reqdb-pool - Starting... 2022-11-16T23:12:48.420Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-11-16T23:12:48.732Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-11-16T23:12:49.296Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-11-16T23:12:49.891Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-11-16T23:12:52.478Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-11-16T23:12:54.948Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-11-16T23:12:55.005Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-11-16T23:12:55.633Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-11-16T23:12:55.877Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2022-11-16T23:12:57.113Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-11-16T23:12:58.121Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 Hibernate: select activitysp0_.ID as id1_0_, activitysp0_.CREATION_TIMESTAMP as creation2_0_, activitysp0_.DESCRIPTION as descript3_0_, activitysp0_.NAME as name4_0_, activitysp0_.VERSION as version5_0_ from activity_spec activitysp0_ 2022-11-16T23:12:58.970Z||main|||||DEBUG|500||Attempting to create activity VNFSetInMaintFlagActivity Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=? Hibernate: select activitysp0_.ID as id1_1_0_, activitysp0_.NAME as name2_1_0_ from activity_spec_categories activitysp0_ where activitysp0_.ID=? Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=? Hibernate: select activitysp0_.ID as id1_2_0_, activitysp0_.CREATION_TIMESTAMP as creation2_2_0_, activitysp0_.DESCRIPTION as descript3_2_0_, activitysp0_.DIRECTION as directio4_2_0_, activitysp0_.NAME as name5_2_0_, activitysp0_.TYPE as type6_2_0_ from activity_spec_parameters activitysp0_ where activitysp0_.ID=? 2022-11-16T23:12:59.809Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2022-11-16T23:12:59.813Z|f5305f42-965e-4370-bd74-dbf66208df11|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=[f5305f42-965e-4370-bd74-dbf66208df11], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[93c6446e-3946-45da-aadb-fb401663c763], X-ECOMP-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], X-TransactionID=[f5305f42-965e-4370-bd74-dbf66208df11], X-ONAP-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], Content-Type=[application/json]} 2022-11-16T23:12:59.838Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFSetInMaintFlagActivity","description":"Activity to Set InMaint Flag in A&AI","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]} 2022-11-16T23:13:03.937Z|f5305f42-965e-4370-bd74-dbf66208df11|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, 16 Nov 2022 23:12:59 GMT], server=[envoy], x-envoy-upstream-service-time=[4087], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]} 2022-11-16T23:13:03.940Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"ec2375c3050241f1bbdd0581e52ec847","versionId":"7016825c789345ffbfa1eb1642c3ae83"} 2022-11-16T23:13:03.942Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2022-11-16T23:13:03.975Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||INFO|500||Successfully created activitySpec VNFSetInMaintFlagActivity 2022-11-16T23:13:04.032Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ec2375c3050241f1bbdd0581e52ec847/versions/latest/actions|INFO|500||Invoke 2022-11-16T23:13:04.033Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ec2375c3050241f1bbdd0581e52ec847/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/ec2375c3050241f1bbdd0581e52ec847/versions/latest/actions with request headers:{X-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[81375c90-5d1f-42e6-b2c4-9b5128aed117], X-ECOMP-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], X-TransactionID=[f5305f42-965e-4370-bd74-dbf66208df11], X-ONAP-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], Content-Type=[application/json]} 2022-11-16T23:13:04.036Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ec2375c3050241f1bbdd0581e52ec847/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2022-11-16T23:13:04.785Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ec2375c3050241f1bbdd0581e52ec847/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/ec2375c3050241f1bbdd0581e52ec847/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 16 Nov 2022 23:13:03 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[712]} 2022-11-16T23:13:04.786Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ec2375c3050241f1bbdd0581e52ec847/versions/latest/actions|DEBUG|500||Response was returned with an empty entity. 2022-11-16T23:13:04.787Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ec2375c3050241f1bbdd0581e52ec847/versions/latest/actions|INFO|500||InvokeReturn 2022-11-16T23:13:04.787Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||INFO|500||Successfully certified activitySpec VNFSetInMaintFlagActivity 2022-11-16T23:13:04.788Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||DEBUG|500||Attempting to create activity VNFCheckPserversLockedFlagActivity Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=? Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=? 2022-11-16T23:13:04.845Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2022-11-16T23:13:04.846Z|f5305f42-965e-4370-bd74-dbf66208df11|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=[f5305f42-965e-4370-bd74-dbf66208df11], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[9a1585c9-cc3e-40a7-a071-8e82aa6f5f7a], X-ECOMP-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], X-TransactionID=[f5305f42-965e-4370-bd74-dbf66208df11], X-ONAP-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], Content-Type=[application/json]} 2022-11-16T23:13:04.848Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFCheckPserversLockedFlagActivity","description":"Activity Check Pservers Locked Flag VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]} 2022-11-16T23:13:05.303Z|f5305f42-965e-4370-bd74-dbf66208df11|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, 16 Nov 2022 23:13:04 GMT], server=[envoy], x-envoy-upstream-service-time=[453], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]} 2022-11-16T23:13:05.304Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"81dc445a72d7453cac4a2806af9022c0","versionId":"d269f094c8c0419ea9eda4e9b1a1bd3d"} 2022-11-16T23:13:05.305Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2022-11-16T23:13:05.308Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||INFO|500||Successfully created activitySpec VNFCheckPserversLockedFlagActivity 2022-11-16T23:13:05.355Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/81dc445a72d7453cac4a2806af9022c0/versions/latest/actions|INFO|500||Invoke 2022-11-16T23:13:05.356Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/81dc445a72d7453cac4a2806af9022c0/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/81dc445a72d7453cac4a2806af9022c0/versions/latest/actions with request headers:{X-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[d91b27d3-5189-4651-9043-88505ef4b854], X-ECOMP-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], X-TransactionID=[f5305f42-965e-4370-bd74-dbf66208df11], X-ONAP-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], Content-Type=[application/json]} 2022-11-16T23:13:05.358Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/81dc445a72d7453cac4a2806af9022c0/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2022-11-16T23:13:06.153Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/81dc445a72d7453cac4a2806af9022c0/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/81dc445a72d7453cac4a2806af9022c0/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 16 Nov 2022 23:13:05 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[792]} 2022-11-16T23:13:06.154Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/81dc445a72d7453cac4a2806af9022c0/versions/latest/actions|DEBUG|500||Response was returned with an empty entity. 2022-11-16T23:13:06.154Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/81dc445a72d7453cac4a2806af9022c0/versions/latest/actions|INFO|500||InvokeReturn 2022-11-16T23:13:06.155Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||INFO|500||Successfully certified activitySpec VNFCheckPserversLockedFlagActivity 2022-11-16T23:13:06.155Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||DEBUG|500||Attempting to create activity VNFCheckInMaintFlagActivity Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=? Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=? 2022-11-16T23:13:06.222Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2022-11-16T23:13:06.223Z|f5305f42-965e-4370-bd74-dbf66208df11|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=[f5305f42-965e-4370-bd74-dbf66208df11], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[55860a2c-3d8f-4b95-85c8-95acbb7b8189], X-ECOMP-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], X-TransactionID=[f5305f42-965e-4370-bd74-dbf66208df11], X-ONAP-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], Content-Type=[application/json]} 2022-11-16T23:13:06.227Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFCheckInMaintFlagActivity","description":"Activity CheckIn Maint Flag on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]} 2022-11-16T23:13:06.456Z|f5305f42-965e-4370-bd74-dbf66208df11|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, 16 Nov 2022 23:13:05 GMT], server=[envoy], x-envoy-upstream-service-time=[226], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]} 2022-11-16T23:13:06.457Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"82d0447298a5451d91f874590cda845d","versionId":"38b8d824f476491c988a35d27a1ec1cc"} 2022-11-16T23:13:06.458Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2022-11-16T23:13:06.461Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||INFO|500||Successfully created activitySpec VNFCheckInMaintFlagActivity 2022-11-16T23:13:06.505Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/82d0447298a5451d91f874590cda845d/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]} 2022-11-16T23:13:06.506Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/82d0447298a5451d91f874590cda845d/versions/latest/actions|INFO|500||Invoke 2022-11-16T23:13:06.508Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/82d0447298a5451d91f874590cda845d/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2022-11-16T23:13:06.843Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/82d0447298a5451d91f874590cda845d/versions/latest/actions|INFO|500||InvokeReturn 2022-11-16T23:13:06.844Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/82d0447298a5451d91f874590cda845d/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 16 Nov 2022 23:13:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[332]} 2022-11-16T23:13:06.845Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||DEBUG|500||Response was returned with an empty entity. 2022-11-16T23:13:06.845Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||INFO|500||Successfully certified activitySpec VNFCheckInMaintFlagActivity 2022-11-16T23:13:06.845Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||DEBUG|500||Attempting to create activity VNFCheckClosedLoopDisabledFlagActivity Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=? Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=? 2022-11-16T23:13:06.908Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2022-11-16T23:13:06.908Z|f5305f42-965e-4370-bd74-dbf66208df11|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=[f5305f42-965e-4370-bd74-dbf66208df11], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[2fdfb267-4db2-47b8-ad0e-26b82c292544], X-ECOMP-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], X-TransactionID=[f5305f42-965e-4370-bd74-dbf66208df11], X-ONAP-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], Content-Type=[application/json]} 2022-11-16T23:13:06.910Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFCheckClosedLoopDisabledFlagActivity","description":"Activity Check Closed Loop Disabled Flag on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]} 2022-11-16T23:13:07.142Z|f5305f42-965e-4370-bd74-dbf66208df11|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, 16 Nov 2022 23:13:06 GMT], server=[envoy], x-envoy-upstream-service-time=[229], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]} 2022-11-16T23:13:07.143Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"6ee5b63098d94316982b2ac00107a463","versionId":"de9f7b5683b643a39189a7049828ae10"} 2022-11-16T23:13:07.144Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2022-11-16T23:13:07.153Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||INFO|500||Successfully created activitySpec VNFCheckClosedLoopDisabledFlagActivity 2022-11-16T23:13:07.220Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6ee5b63098d94316982b2ac00107a463/versions/latest/actions|INFO|500||Invoke 2022-11-16T23:13:07.220Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6ee5b63098d94316982b2ac00107a463/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/6ee5b63098d94316982b2ac00107a463/versions/latest/actions with request headers:{X-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[4c2be19c-7a27-453e-82f1-40e2a118e806], X-ECOMP-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], X-TransactionID=[f5305f42-965e-4370-bd74-dbf66208df11], X-ONAP-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], Content-Type=[application/json]} 2022-11-16T23:13:07.222Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6ee5b63098d94316982b2ac00107a463/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2022-11-16T23:13:07.586Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6ee5b63098d94316982b2ac00107a463/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/6ee5b63098d94316982b2ac00107a463/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 16 Nov 2022 23:13:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[362]} 2022-11-16T23:13:07.587Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6ee5b63098d94316982b2ac00107a463/versions/latest/actions|DEBUG|500||Response was returned with an empty entity. 2022-11-16T23:13:07.588Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6ee5b63098d94316982b2ac00107a463/versions/latest/actions|INFO|500||InvokeReturn 2022-11-16T23:13:07.589Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||INFO|500||Successfully certified activitySpec VNFCheckClosedLoopDisabledFlagActivity 2022-11-16T23:13:07.589Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||DEBUG|500||Attempting to create activity VNFSetClosedLoopDisabledFlagActivity Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=? Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=? 2022-11-16T23:13:07.654Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2022-11-16T23:13:07.655Z|f5305f42-965e-4370-bd74-dbf66208df11|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=[f5305f42-965e-4370-bd74-dbf66208df11], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[536cdb86-8d07-4d55-a5c8-1a985aadb26d], X-ECOMP-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], X-TransactionID=[f5305f42-965e-4370-bd74-dbf66208df11], X-ONAP-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], Content-Type=[application/json]} 2022-11-16T23:13:07.657Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFSetClosedLoopDisabledFlagActivity","description":"Activity Set Closed Loop Disabled Flag on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]} 2022-11-16T23:13:07.971Z|f5305f42-965e-4370-bd74-dbf66208df11|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, 16 Nov 2022 23:13:07 GMT], server=[envoy], x-envoy-upstream-service-time=[311], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]} 2022-11-16T23:13:07.972Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"5f5422a0a314406cb132e00d091f6173","versionId":"3454072cdbea424db688bcf09e53f7a4"} 2022-11-16T23:13:07.973Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2022-11-16T23:13:07.976Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||INFO|500||Successfully created activitySpec VNFSetClosedLoopDisabledFlagActivity 2022-11-16T23:13:08.018Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/5f5422a0a314406cb132e00d091f6173/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]} 2022-11-16T23:13:08.020Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/5f5422a0a314406cb132e00d091f6173/versions/latest/actions|INFO|500||Invoke 2022-11-16T23:13:08.021Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/5f5422a0a314406cb132e00d091f6173/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2022-11-16T23:13:08.560Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/5f5422a0a314406cb132e00d091f6173/versions/latest/actions|INFO|500||InvokeReturn 2022-11-16T23:13:08.561Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/5f5422a0a314406cb132e00d091f6173/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 16 Nov 2022 23:13:07 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[536]} 2022-11-16T23:13:08.562Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||DEBUG|500||Response was returned with an empty entity. 2022-11-16T23:13:08.562Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||INFO|500||Successfully certified activitySpec VNFSetClosedLoopDisabledFlagActivity 2022-11-16T23:13:08.562Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||DEBUG|500||Attempting to create activity VNFUnsetClosedLoopDisabledFlagActivity Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=? Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=? 2022-11-16T23:13:08.615Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2022-11-16T23:13:08.615Z|f5305f42-965e-4370-bd74-dbf66208df11|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=[f5305f42-965e-4370-bd74-dbf66208df11], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[a1424fef-6d66-4ea5-8dbc-22d70c23ca89], X-ECOMP-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], X-TransactionID=[f5305f42-965e-4370-bd74-dbf66208df11], X-ONAP-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], Content-Type=[application/json]} 2022-11-16T23:13:08.617Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFUnsetClosedLoopDisabledFlagActivity","description":"Activity Unset Closed Loop Disabled Flag on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]} 2022-11-16T23:13:09.524Z|f5305f42-965e-4370-bd74-dbf66208df11|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, 16 Nov 2022 23:13:08 GMT], server=[envoy], x-envoy-upstream-service-time=[904], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]} 2022-11-16T23:13:09.525Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"81d691a14f9c49fe8340fdd1f4b48b1f","versionId":"1ebf524ba64942fe9b779338b3384cd8"} 2022-11-16T23:13:09.526Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2022-11-16T23:13:09.531Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||INFO|500||Successfully created activitySpec VNFUnsetClosedLoopDisabledFlagActivity 2022-11-16T23:13:09.567Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/81d691a14f9c49fe8340fdd1f4b48b1f/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]} 2022-11-16T23:13:09.569Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/81d691a14f9c49fe8340fdd1f4b48b1f/versions/latest/actions|INFO|500||Invoke 2022-11-16T23:13:09.571Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/81d691a14f9c49fe8340fdd1f4b48b1f/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2022-11-16T23:13:10.496Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/81d691a14f9c49fe8340fdd1f4b48b1f/versions/latest/actions|INFO|500||InvokeReturn 2022-11-16T23:13:10.497Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/81d691a14f9c49fe8340fdd1f4b48b1f/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 16 Nov 2022 23:13:09 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[853]} 2022-11-16T23:13:10.497Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||DEBUG|500||Response was returned with an empty entity. 2022-11-16T23:13:10.497Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||INFO|500||Successfully certified activitySpec VNFUnsetClosedLoopDisabledFlagActivity 2022-11-16T23:13:10.498Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||DEBUG|500||Attempting to create activity VNFLockActivity Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=? Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=? 2022-11-16T23:13:10.547Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2022-11-16T23:13:10.547Z|f5305f42-965e-4370-bd74-dbf66208df11|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=[f5305f42-965e-4370-bd74-dbf66208df11], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[806b63a0-775e-4958-91b9-f3232f5e7158], X-ECOMP-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], X-TransactionID=[f5305f42-965e-4370-bd74-dbf66208df11], X-ONAP-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], Content-Type=[application/json]} 2022-11-16T23:13:10.548Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFLockActivity","description":"Activity Lock on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]} 2022-11-16T23:13:10.710Z|f5305f42-965e-4370-bd74-dbf66208df11|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, 16 Nov 2022 23:13:10 GMT], server=[envoy], x-envoy-upstream-service-time=[160], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]} 2022-11-16T23:13:10.711Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"95dbf167f36a4b1590ff2718ee67c2f5","versionId":"5b4f54ad1a89478eb9a22a464cc21cf1"} 2022-11-16T23:13:10.712Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2022-11-16T23:13:10.714Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||INFO|500||Successfully created activitySpec VNFLockActivity 2022-11-16T23:13:10.750Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/95dbf167f36a4b1590ff2718ee67c2f5/versions/latest/actions|INFO|500||Invoke 2022-11-16T23:13:10.750Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/95dbf167f36a4b1590ff2718ee67c2f5/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/95dbf167f36a4b1590ff2718ee67c2f5/versions/latest/actions with request headers:{X-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[22998d37-7bcc-46de-a4f0-c59c28a73408], X-ECOMP-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], X-TransactionID=[f5305f42-965e-4370-bd74-dbf66208df11], X-ONAP-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], Content-Type=[application/json]} 2022-11-16T23:13:10.753Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/95dbf167f36a4b1590ff2718ee67c2f5/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2022-11-16T23:13:11.893Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/95dbf167f36a4b1590ff2718ee67c2f5/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/95dbf167f36a4b1590ff2718ee67c2f5/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 16 Nov 2022 23:13:10 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[1137]} 2022-11-16T23:13:11.894Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/95dbf167f36a4b1590ff2718ee67c2f5/versions/latest/actions|DEBUG|500||Response was returned with an empty entity. 2022-11-16T23:13:11.895Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/95dbf167f36a4b1590ff2718ee67c2f5/versions/latest/actions|INFO|500||InvokeReturn 2022-11-16T23:13:11.896Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||INFO|500||Successfully certified activitySpec VNFLockActivity 2022-11-16T23:13:11.896Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||DEBUG|500||Attempting to create activity VNFUnlockActivity Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=? Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=? 2022-11-16T23:13:11.938Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]} 2022-11-16T23:13:11.939Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2022-11-16T23:13:11.940Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFUnlockActivity","description":"Activity UnLock on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]} 2022-11-16T23:13:12.765Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2022-11-16T23:13:12.766Z|f5305f42-965e-4370-bd74-dbf66208df11|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, 16 Nov 2022 23:13:11 GMT], server=[envoy], x-envoy-upstream-service-time=[820], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]} 2022-11-16T23:13:12.767Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||DEBUG|500||{"id":"32a81d93762e4aa9a44dfa538f4660a1","versionId":"ee63011cf321410990520fcd7af61d0b"} 2022-11-16T23:13:12.771Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||INFO|500||Successfully created activitySpec VNFUnlockActivity 2022-11-16T23:13:12.835Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/32a81d93762e4aa9a44dfa538f4660a1/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]} 2022-11-16T23:13:12.837Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/32a81d93762e4aa9a44dfa538f4660a1/versions/latest/actions|INFO|500||Invoke 2022-11-16T23:13:12.839Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/32a81d93762e4aa9a44dfa538f4660a1/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2022-11-16T23:13:13.140Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/32a81d93762e4aa9a44dfa538f4660a1/versions/latest/actions|INFO|500||InvokeReturn 2022-11-16T23:13:13.141Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/32a81d93762e4aa9a44dfa538f4660a1/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 16 Nov 2022 23:13:12 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[298]} 2022-11-16T23:13:13.141Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||DEBUG|500||Response was returned with an empty entity. 2022-11-16T23:13:13.142Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||INFO|500||Successfully certified activitySpec VNFUnlockActivity 2022-11-16T23:13:13.142Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||DEBUG|500||Attempting to create activity VNFStopActivity Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=? Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=? 2022-11-16T23:13:13.181Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2022-11-16T23:13:13.182Z|f5305f42-965e-4370-bd74-dbf66208df11|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=[f5305f42-965e-4370-bd74-dbf66208df11], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[c58dc1a0-ee19-4834-bb3c-f702771b23a9], X-ECOMP-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], X-TransactionID=[f5305f42-965e-4370-bd74-dbf66208df11], X-ONAP-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], Content-Type=[application/json]} 2022-11-16T23:13:13.183Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFStopActivity","description":"Activity Stop on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]} 2022-11-16T23:13:13.331Z|f5305f42-965e-4370-bd74-dbf66208df11|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, 16 Nov 2022 23:13:12 GMT], server=[envoy], x-envoy-upstream-service-time=[146], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]} 2022-11-16T23:13:13.333Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"c90459c88ba14e62984a0cd69a304598","versionId":"6702be15f2bb4b50b4891f19b9294cc7"} 2022-11-16T23:13:13.333Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2022-11-16T23:13:13.336Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||INFO|500||Successfully created activitySpec VNFStopActivity 2022-11-16T23:13:13.377Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c90459c88ba14e62984a0cd69a304598/versions/latest/actions|INFO|500||Invoke 2022-11-16T23:13:13.378Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c90459c88ba14e62984a0cd69a304598/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/c90459c88ba14e62984a0cd69a304598/versions/latest/actions with request headers:{X-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[9b7872e6-e12e-4964-8290-2bfb5a442572], X-ECOMP-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], X-TransactionID=[f5305f42-965e-4370-bd74-dbf66208df11], X-ONAP-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], Content-Type=[application/json]} 2022-11-16T23:13:13.379Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c90459c88ba14e62984a0cd69a304598/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2022-11-16T23:13:13.672Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c90459c88ba14e62984a0cd69a304598/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/c90459c88ba14e62984a0cd69a304598/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 16 Nov 2022 23:13:13 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[289]} 2022-11-16T23:13:13.672Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c90459c88ba14e62984a0cd69a304598/versions/latest/actions|DEBUG|500||Response was returned with an empty entity. 2022-11-16T23:13:13.673Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c90459c88ba14e62984a0cd69a304598/versions/latest/actions|INFO|500||InvokeReturn 2022-11-16T23:13:13.673Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||INFO|500||Successfully certified activitySpec VNFStopActivity 2022-11-16T23:13:13.674Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||DEBUG|500||Attempting to create activity VNFStartActivity Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=? Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=? 2022-11-16T23:13:13.714Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2022-11-16T23:13:13.715Z|f5305f42-965e-4370-bd74-dbf66208df11|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=[f5305f42-965e-4370-bd74-dbf66208df11], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[74aafa15-7c69-43ee-a8fe-879dfcefd7ae], X-ECOMP-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], X-TransactionID=[f5305f42-965e-4370-bd74-dbf66208df11], X-ONAP-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], Content-Type=[application/json]} 2022-11-16T23:13:13.717Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFStartActivity","description":"Activity Start on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]} 2022-11-16T23:13:13.898Z|f5305f42-965e-4370-bd74-dbf66208df11|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, 16 Nov 2022 23:13:13 GMT], server=[envoy], x-envoy-upstream-service-time=[179], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]} 2022-11-16T23:13:13.899Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"2ca57bd31faa420497b1103e19a786fd","versionId":"e9a8fa0bb2b7470c939836854647a53f"} 2022-11-16T23:13:13.900Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2022-11-16T23:13:13.902Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||INFO|500||Successfully created activitySpec VNFStartActivity 2022-11-16T23:13:13.929Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2ca57bd31faa420497b1103e19a786fd/versions/latest/actions|INFO|500||Invoke 2022-11-16T23:13:13.930Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2ca57bd31faa420497b1103e19a786fd/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/2ca57bd31faa420497b1103e19a786fd/versions/latest/actions with request headers:{X-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[698dcb6b-931f-40ea-8d70-fbf364d4cc53], X-ECOMP-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], X-TransactionID=[f5305f42-965e-4370-bd74-dbf66208df11], X-ONAP-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], Content-Type=[application/json]} 2022-11-16T23:13:13.931Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2ca57bd31faa420497b1103e19a786fd/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2022-11-16T23:13:14.223Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2ca57bd31faa420497b1103e19a786fd/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/2ca57bd31faa420497b1103e19a786fd/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 16 Nov 2022 23:13:13 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[289]} 2022-11-16T23:13:14.223Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2ca57bd31faa420497b1103e19a786fd/versions/latest/actions|DEBUG|500||Response was returned with an empty entity. 2022-11-16T23:13:14.224Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2ca57bd31faa420497b1103e19a786fd/versions/latest/actions|INFO|500||InvokeReturn 2022-11-16T23:13:14.224Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||INFO|500||Successfully certified activitySpec VNFStartActivity 2022-11-16T23:13:14.225Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||DEBUG|500||Attempting to create activity VNFSnapShotActivity Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=? Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=? 2022-11-16T23:13:14.267Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2022-11-16T23:13:14.268Z|f5305f42-965e-4370-bd74-dbf66208df11|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=[f5305f42-965e-4370-bd74-dbf66208df11], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[e4b804f0-eac4-4647-a7c4-a4a7e5ece4ec], X-ECOMP-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], X-TransactionID=[f5305f42-965e-4370-bd74-dbf66208df11], X-ONAP-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], Content-Type=[application/json]} 2022-11-16T23:13:14.269Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFSnapShotActivity","description":"Activity Snap Shot on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]} 2022-11-16T23:13:14.451Z|f5305f42-965e-4370-bd74-dbf66208df11|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, 16 Nov 2022 23:13:13 GMT], server=[envoy], x-envoy-upstream-service-time=[178], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]} 2022-11-16T23:13:14.452Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"e45f9cc2c07a448981f2c714ce747995","versionId":"16d48b22c9034a5b9b1b938f6e37b71b"} 2022-11-16T23:13:14.452Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2022-11-16T23:13:14.454Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||INFO|500||Successfully created activitySpec VNFSnapShotActivity 2022-11-16T23:13:14.491Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e45f9cc2c07a448981f2c714ce747995/versions/latest/actions|INFO|500||Invoke 2022-11-16T23:13:14.492Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e45f9cc2c07a448981f2c714ce747995/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/e45f9cc2c07a448981f2c714ce747995/versions/latest/actions with request headers:{X-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[8842211d-b21a-465b-afec-469392685446], X-ECOMP-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], X-TransactionID=[f5305f42-965e-4370-bd74-dbf66208df11], X-ONAP-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], Content-Type=[application/json]} 2022-11-16T23:13:14.493Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e45f9cc2c07a448981f2c714ce747995/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2022-11-16T23:13:14.836Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e45f9cc2c07a448981f2c714ce747995/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/e45f9cc2c07a448981f2c714ce747995/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 16 Nov 2022 23:13:14 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[339]} 2022-11-16T23:13:14.836Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e45f9cc2c07a448981f2c714ce747995/versions/latest/actions|DEBUG|500||Response was returned with an empty entity. 2022-11-16T23:13:14.837Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e45f9cc2c07a448981f2c714ce747995/versions/latest/actions|INFO|500||InvokeReturn 2022-11-16T23:13:14.837Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||INFO|500||Successfully certified activitySpec VNFSnapShotActivity 2022-11-16T23:13:14.837Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||DEBUG|500||Attempting to create activity FlowCompleteActivity Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=? Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=? 2022-11-16T23:13:14.891Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2022-11-16T23:13:14.891Z|f5305f42-965e-4370-bd74-dbf66208df11|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=[f5305f42-965e-4370-bd74-dbf66208df11], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[f9f33e57-4019-4711-81ea-cd08da6a98f3], X-ECOMP-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], X-TransactionID=[f5305f42-965e-4370-bd74-dbf66208df11], X-ONAP-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], Content-Type=[application/json]} 2022-11-16T23:13:14.893Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"FlowCompleteActivity","description":"Activity Complete on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]} 2022-11-16T23:13:15.076Z|f5305f42-965e-4370-bd74-dbf66208df11|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, 16 Nov 2022 23:13:14 GMT], server=[envoy], x-envoy-upstream-service-time=[181], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]} 2022-11-16T23:13:15.078Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"49b2e054696446ee844ea69df55251b3","versionId":"4679897a4fc14503af69c7751bb6048a"} 2022-11-16T23:13:15.078Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2022-11-16T23:13:15.081Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||INFO|500||Successfully created activitySpec FlowCompleteActivity 2022-11-16T23:13:15.115Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/49b2e054696446ee844ea69df55251b3/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]} 2022-11-16T23:13:15.117Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/49b2e054696446ee844ea69df55251b3/versions/latest/actions|INFO|500||Invoke 2022-11-16T23:13:15.118Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/49b2e054696446ee844ea69df55251b3/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2022-11-16T23:13:15.374Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/49b2e054696446ee844ea69df55251b3/versions/latest/actions|INFO|500||InvokeReturn 2022-11-16T23:13:15.375Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/49b2e054696446ee844ea69df55251b3/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 16 Nov 2022 23:13:14 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[253]} 2022-11-16T23:13:15.376Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||DEBUG|500||Response was returned with an empty entity. 2022-11-16T23:13:15.376Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||INFO|500||Successfully certified activitySpec FlowCompleteActivity 2022-11-16T23:13:15.377Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||DEBUG|500||Attempting to create activity PauseForManualTaskActivity Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=? Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=? 2022-11-16T23:13:15.418Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]} 2022-11-16T23:13:15.420Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2022-11-16T23:13:15.421Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"PauseForManualTaskActivity","description":"Activity Pause For Manual Task on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]} 2022-11-16T23:13:15.597Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2022-11-16T23:13:15.598Z|f5305f42-965e-4370-bd74-dbf66208df11|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, 16 Nov 2022 23:13:15 GMT], server=[envoy], x-envoy-upstream-service-time=[173], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]} 2022-11-16T23:13:15.599Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||DEBUG|500||{"id":"acf20e845aff4d37a29adcbd812a5ef6","versionId":"4040f123a78f471d9e0bb6a27f2a77c2"} 2022-11-16T23:13:15.601Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||INFO|500||Successfully created activitySpec PauseForManualTaskActivity 2022-11-16T23:13:15.629Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/acf20e845aff4d37a29adcbd812a5ef6/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]} 2022-11-16T23:13:15.630Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/acf20e845aff4d37a29adcbd812a5ef6/versions/latest/actions|INFO|500||Invoke 2022-11-16T23:13:15.632Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/acf20e845aff4d37a29adcbd812a5ef6/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2022-11-16T23:13:15.911Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/acf20e845aff4d37a29adcbd812a5ef6/versions/latest/actions|INFO|500||InvokeReturn 2022-11-16T23:13:15.912Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/acf20e845aff4d37a29adcbd812a5ef6/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 16 Nov 2022 23:13:15 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[276]} 2022-11-16T23:13:15.912Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||DEBUG|500||Response was returned with an empty entity. 2022-11-16T23:13:15.913Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||INFO|500||Successfully certified activitySpec PauseForManualTaskActivity 2022-11-16T23:13:15.913Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||DEBUG|500||Attempting to create activity DistributeTrafficActivity Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=? Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=? 2022-11-16T23:13:15.951Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2022-11-16T23:13:15.951Z|f5305f42-965e-4370-bd74-dbf66208df11|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=[f5305f42-965e-4370-bd74-dbf66208df11], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[9982270c-3a39-45af-90cb-35182f629c01], X-ECOMP-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], X-TransactionID=[f5305f42-965e-4370-bd74-dbf66208df11], X-ONAP-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], Content-Type=[application/json]} 2022-11-16T23:13:15.953Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"DistributeTrafficActivity","description":"Activity Distribute Traffic on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]} 2022-11-16T23:13:16.131Z|f5305f42-965e-4370-bd74-dbf66208df11|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, 16 Nov 2022 23:13:15 GMT], server=[envoy], x-envoy-upstream-service-time=[176], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]} 2022-11-16T23:13:16.133Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"f118783da46e4e8db0ab3ecd8b970a8b","versionId":"708e894590a5428097cb35abde684b09"} 2022-11-16T23:13:16.134Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2022-11-16T23:13:16.136Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||INFO|500||Successfully created activitySpec DistributeTrafficActivity 2022-11-16T23:13:16.163Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/f118783da46e4e8db0ab3ecd8b970a8b/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]} 2022-11-16T23:13:16.164Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f118783da46e4e8db0ab3ecd8b970a8b/versions/latest/actions|INFO|500||Invoke 2022-11-16T23:13:16.165Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f118783da46e4e8db0ab3ecd8b970a8b/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2022-11-16T23:13:16.496Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f118783da46e4e8db0ab3ecd8b970a8b/versions/latest/actions|INFO|500||InvokeReturn 2022-11-16T23:13:16.497Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/f118783da46e4e8db0ab3ecd8b970a8b/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 16 Nov 2022 23:13:15 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[328]} 2022-11-16T23:13:16.498Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||DEBUG|500||Response was returned with an empty entity. 2022-11-16T23:13:16.498Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||INFO|500||Successfully certified activitySpec DistributeTrafficActivity 2022-11-16T23:13:16.498Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||DEBUG|500||Attempting to create activity DistributeTrafficCheckActivity Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=? Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=? 2022-11-16T23:13:16.536Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]} 2022-11-16T23:13:16.537Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2022-11-16T23:13:16.538Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"DistributeTrafficCheckActivity","description":"Activity Distribute Traffic Check on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]} 2022-11-16T23:13:16.717Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2022-11-16T23:13:16.718Z|f5305f42-965e-4370-bd74-dbf66208df11|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, 16 Nov 2022 23:13:16 GMT], server=[envoy], x-envoy-upstream-service-time=[176], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]} 2022-11-16T23:13:16.719Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||DEBUG|500||{"id":"55cbd4e72c3447b69cba1dd2ab0c1c7d","versionId":"08782a047eaf48d7baba684435b6c15c"} 2022-11-16T23:13:16.721Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||INFO|500||Successfully created activitySpec DistributeTrafficCheckActivity 2022-11-16T23:13:16.748Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/55cbd4e72c3447b69cba1dd2ab0c1c7d/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]} 2022-11-16T23:13:16.749Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/55cbd4e72c3447b69cba1dd2ab0c1c7d/versions/latest/actions|INFO|500||Invoke 2022-11-16T23:13:16.750Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/55cbd4e72c3447b69cba1dd2ab0c1c7d/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2022-11-16T23:13:17.013Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/55cbd4e72c3447b69cba1dd2ab0c1c7d/versions/latest/actions|INFO|500||InvokeReturn 2022-11-16T23:13:17.014Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/55cbd4e72c3447b69cba1dd2ab0c1c7d/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 16 Nov 2022 23:13:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[260]} 2022-11-16T23:13:17.014Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||DEBUG|500||Response was returned with an empty entity. 2022-11-16T23:13:17.014Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||INFO|500||Successfully certified activitySpec DistributeTrafficCheckActivity 2022-11-16T23:13:17.015Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||DEBUG|500||Attempting to create activity VNFHealthCheckActivity Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=? Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=? 2022-11-16T23:13:17.060Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2022-11-16T23:13:17.061Z|f5305f42-965e-4370-bd74-dbf66208df11|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=[f5305f42-965e-4370-bd74-dbf66208df11], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[40006d59-47c7-4d9b-a2cc-43b7bf2286cd], X-ECOMP-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], X-TransactionID=[f5305f42-965e-4370-bd74-dbf66208df11], X-ONAP-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], Content-Type=[application/json]} 2022-11-16T23:13:17.062Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFHealthCheckActivity","description":"Activity Health Check on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]} 2022-11-16T23:13:17.266Z|f5305f42-965e-4370-bd74-dbf66208df11|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, 16 Nov 2022 23:13:16 GMT], server=[envoy], x-envoy-upstream-service-time=[202], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]} 2022-11-16T23:13:17.267Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"2d7c188df198402b975a89abf2fc5150","versionId":"11929d66d0cd483a82007053a35a4290"} 2022-11-16T23:13:17.267Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2022-11-16T23:13:17.271Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||INFO|500||Successfully created activitySpec VNFHealthCheckActivity 2022-11-16T23:13:17.300Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2d7c188df198402b975a89abf2fc5150/versions/latest/actions|INFO|500||Invoke 2022-11-16T23:13:17.300Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2d7c188df198402b975a89abf2fc5150/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/2d7c188df198402b975a89abf2fc5150/versions/latest/actions with request headers:{X-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[74f1f204-6619-49c9-96d2-320b6523e18e], X-ECOMP-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], X-TransactionID=[f5305f42-965e-4370-bd74-dbf66208df11], X-ONAP-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], Content-Type=[application/json]} 2022-11-16T23:13:17.301Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2d7c188df198402b975a89abf2fc5150/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2022-11-16T23:13:17.633Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2d7c188df198402b975a89abf2fc5150/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/2d7c188df198402b975a89abf2fc5150/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 16 Nov 2022 23:13:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[328]} 2022-11-16T23:13:17.634Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2d7c188df198402b975a89abf2fc5150/versions/latest/actions|DEBUG|500||Response was returned with an empty entity. 2022-11-16T23:13:17.635Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2d7c188df198402b975a89abf2fc5150/versions/latest/actions|INFO|500||InvokeReturn 2022-11-16T23:13:17.635Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||INFO|500||Successfully certified activitySpec VNFHealthCheckActivity 2022-11-16T23:13:17.635Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||DEBUG|500||Attempting to create activity VNFQuiesceTrafficActivity Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=? Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=? 2022-11-16T23:13:17.677Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2022-11-16T23:13:17.678Z|f5305f42-965e-4370-bd74-dbf66208df11|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=[f5305f42-965e-4370-bd74-dbf66208df11], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[ac418c60-5168-4dac-b1a4-2cd0c2b1b085], X-ECOMP-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], X-TransactionID=[f5305f42-965e-4370-bd74-dbf66208df11], X-ONAP-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], Content-Type=[application/json]} 2022-11-16T23:13:17.679Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFQuiesceTrafficActivity","description":"Activity Quiesce Traffic on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]} 2022-11-16T23:13:17.848Z|f5305f42-965e-4370-bd74-dbf66208df11|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, 16 Nov 2022 23:13:17 GMT], server=[envoy], x-envoy-upstream-service-time=[162], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]} 2022-11-16T23:13:17.849Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"945b9c3b050d4f7e84400982e125df17","versionId":"58a5ceae6ef5439eacc1b342bc518c74"} 2022-11-16T23:13:17.849Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2022-11-16T23:13:17.853Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||INFO|500||Successfully created activitySpec VNFQuiesceTrafficActivity 2022-11-16T23:13:17.890Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/945b9c3b050d4f7e84400982e125df17/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]} 2022-11-16T23:13:17.891Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/945b9c3b050d4f7e84400982e125df17/versions/latest/actions|INFO|500||Invoke 2022-11-16T23:13:17.893Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/945b9c3b050d4f7e84400982e125df17/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2022-11-16T23:13:18.165Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/945b9c3b050d4f7e84400982e125df17/versions/latest/actions|INFO|500||InvokeReturn 2022-11-16T23:13:18.166Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/945b9c3b050d4f7e84400982e125df17/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 16 Nov 2022 23:13:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[268]} 2022-11-16T23:13:18.167Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||DEBUG|500||Response was returned with an empty entity. 2022-11-16T23:13:18.167Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||INFO|500||Successfully certified activitySpec VNFQuiesceTrafficActivity 2022-11-16T23:13:18.167Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||DEBUG|500||Attempting to create activity VNFResumeTrafficActivity Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=? Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=? 2022-11-16T23:13:18.213Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]} 2022-11-16T23:13:18.214Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2022-11-16T23:13:18.215Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFResumeTrafficActivity","description":"Activity Resume Traffic on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]} 2022-11-16T23:13:18.398Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2022-11-16T23:13:18.398Z|f5305f42-965e-4370-bd74-dbf66208df11|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, 16 Nov 2022 23:13:17 GMT], server=[envoy], x-envoy-upstream-service-time=[179], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]} 2022-11-16T23:13:18.399Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||DEBUG|500||{"id":"406fd12656784378a5964533bff70ffc","versionId":"13f488327f154cc6b8a214487fcc6785"} 2022-11-16T23:13:18.401Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||INFO|500||Successfully created activitySpec VNFResumeTrafficActivity 2022-11-16T23:13:18.425Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/406fd12656784378a5964533bff70ffc/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]} 2022-11-16T23:13:18.426Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/406fd12656784378a5964533bff70ffc/versions/latest/actions|INFO|500||Invoke 2022-11-16T23:13:18.428Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/406fd12656784378a5964533bff70ffc/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2022-11-16T23:13:18.732Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/406fd12656784378a5964533bff70ffc/versions/latest/actions|INFO|500||InvokeReturn 2022-11-16T23:13:18.733Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/406fd12656784378a5964533bff70ffc/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 16 Nov 2022 23:13:18 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[301]} 2022-11-16T23:13:18.733Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||DEBUG|500||Response was returned with an empty entity. 2022-11-16T23:13:18.734Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||INFO|500||Successfully certified activitySpec VNFResumeTrafficActivity 2022-11-16T23:13:18.734Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||DEBUG|500||Attempting to create activity VNFUnsetInMaintFlagActivity Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=? Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=? 2022-11-16T23:13:18.913Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2022-11-16T23:13:18.913Z|f5305f42-965e-4370-bd74-dbf66208df11|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=[f5305f42-965e-4370-bd74-dbf66208df11], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[0e5ebd76-cc0d-4144-a75a-19ade3a22a13], X-ECOMP-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], X-TransactionID=[f5305f42-965e-4370-bd74-dbf66208df11], X-ONAP-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], Content-Type=[application/json]} 2022-11-16T23:13:18.915Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFUnsetInMaintFlagActivity","description":"Activity Unset InMaint Flag on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]} 2022-11-16T23:13:19.093Z|f5305f42-965e-4370-bd74-dbf66208df11|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, 16 Nov 2022 23:13:18 GMT], server=[envoy], x-envoy-upstream-service-time=[176], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]} 2022-11-16T23:13:19.094Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"cf9528af28444453a940894ca8d91f7c","versionId":"9e79a910b75548c1bd3bfb2eae1f12d5"} 2022-11-16T23:13:19.095Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2022-11-16T23:13:19.097Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||INFO|500||Successfully created activitySpec VNFUnsetInMaintFlagActivity 2022-11-16T23:13:19.125Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/cf9528af28444453a940894ca8d91f7c/versions/latest/actions|INFO|500||Invoke 2022-11-16T23:13:19.126Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/cf9528af28444453a940894ca8d91f7c/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/cf9528af28444453a940894ca8d91f7c/versions/latest/actions with request headers:{X-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[237cf263-49a8-4f1e-95b7-5beda0d9aceb], X-ECOMP-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], X-TransactionID=[f5305f42-965e-4370-bd74-dbf66208df11], X-ONAP-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], Content-Type=[application/json]} 2022-11-16T23:13:19.127Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/cf9528af28444453a940894ca8d91f7c/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2022-11-16T23:13:19.623Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/cf9528af28444453a940894ca8d91f7c/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/cf9528af28444453a940894ca8d91f7c/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 16 Nov 2022 23:13:18 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[493]} 2022-11-16T23:13:19.624Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/cf9528af28444453a940894ca8d91f7c/versions/latest/actions|DEBUG|500||Response was returned with an empty entity. 2022-11-16T23:13:19.625Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/cf9528af28444453a940894ca8d91f7c/versions/latest/actions|INFO|500||InvokeReturn 2022-11-16T23:13:19.625Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||INFO|500||Successfully certified activitySpec VNFUnsetInMaintFlagActivity 2022-11-16T23:13:19.625Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||DEBUG|500||Attempting to create activity VNFUpgradeBackupActivity Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=? Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=? 2022-11-16T23:13:19.659Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2022-11-16T23:13:19.660Z|f5305f42-965e-4370-bd74-dbf66208df11|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=[f5305f42-965e-4370-bd74-dbf66208df11], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[691ef895-b38f-4f94-942b-df364a99667a], X-ECOMP-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], X-TransactionID=[f5305f42-965e-4370-bd74-dbf66208df11], X-ONAP-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], Content-Type=[application/json]} 2022-11-16T23:13:19.661Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFUpgradeBackupActivity","description":"Activity Upgrade Backup on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]} 2022-11-16T23:13:20.021Z|f5305f42-965e-4370-bd74-dbf66208df11|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, 16 Nov 2022 23:13:19 GMT], server=[envoy], x-envoy-upstream-service-time=[358], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]} 2022-11-16T23:13:20.022Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"c54b8ee0e48e44c1b6070ea1a374ec9a","versionId":"13e104d76bef411c91c5a1ab5a9cef57"} 2022-11-16T23:13:20.022Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2022-11-16T23:13:20.025Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||INFO|500||Successfully created activitySpec VNFUpgradeBackupActivity 2022-11-16T23:13:20.052Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c54b8ee0e48e44c1b6070ea1a374ec9a/versions/latest/actions|INFO|500||Invoke 2022-11-16T23:13:20.053Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c54b8ee0e48e44c1b6070ea1a374ec9a/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/c54b8ee0e48e44c1b6070ea1a374ec9a/versions/latest/actions with request headers:{X-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[58ba51c2-d882-47c9-9f45-c09f9a023cd7], X-ECOMP-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], X-TransactionID=[f5305f42-965e-4370-bd74-dbf66208df11], X-ONAP-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], Content-Type=[application/json]} 2022-11-16T23:13:20.054Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c54b8ee0e48e44c1b6070ea1a374ec9a/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2022-11-16T23:13:20.669Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c54b8ee0e48e44c1b6070ea1a374ec9a/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/c54b8ee0e48e44c1b6070ea1a374ec9a/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 16 Nov 2022 23:13:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[612]} 2022-11-16T23:13:20.670Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c54b8ee0e48e44c1b6070ea1a374ec9a/versions/latest/actions|DEBUG|500||Response was returned with an empty entity. 2022-11-16T23:13:20.670Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c54b8ee0e48e44c1b6070ea1a374ec9a/versions/latest/actions|INFO|500||InvokeReturn 2022-11-16T23:13:20.671Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||INFO|500||Successfully certified activitySpec VNFUpgradeBackupActivity 2022-11-16T23:13:20.671Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||DEBUG|500||Attempting to create activity VNFUpgradePostCheckActivity Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=? Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=? 2022-11-16T23:13:20.706Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]} 2022-11-16T23:13:20.707Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2022-11-16T23:13:20.709Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFUpgradePostCheckActivity","description":"Activity Upgrade Post Check on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]} 2022-11-16T23:13:21.109Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2022-11-16T23:13:21.109Z|f5305f42-965e-4370-bd74-dbf66208df11|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, 16 Nov 2022 23:13:20 GMT], server=[envoy], x-envoy-upstream-service-time=[397], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]} 2022-11-16T23:13:21.110Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||DEBUG|500||{"id":"71742fb2fbe247f79e8954799c07d5b7","versionId":"22601241b5df4c3db072323d054629c1"} 2022-11-16T23:13:21.112Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||INFO|500||Successfully created activitySpec VNFUpgradePostCheckActivity 2022-11-16T23:13:21.136Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/71742fb2fbe247f79e8954799c07d5b7/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]} 2022-11-16T23:13:21.142Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/71742fb2fbe247f79e8954799c07d5b7/versions/latest/actions|INFO|500||Invoke 2022-11-16T23:13:21.146Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/71742fb2fbe247f79e8954799c07d5b7/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2022-11-16T23:13:22.619Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/71742fb2fbe247f79e8954799c07d5b7/versions/latest/actions|INFO|500||InvokeReturn 2022-11-16T23:13:22.620Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/71742fb2fbe247f79e8954799c07d5b7/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 16 Nov 2022 23:13:20 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[1470]} 2022-11-16T23:13:22.621Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||DEBUG|500||Response was returned with an empty entity. 2022-11-16T23:13:22.621Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||INFO|500||Successfully certified activitySpec VNFUpgradePostCheckActivity 2022-11-16T23:13:22.621Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||DEBUG|500||Attempting to create activity VNFUpgradePreCheckActivity Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=? Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=? 2022-11-16T23:13:22.657Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2022-11-16T23:13:22.658Z|f5305f42-965e-4370-bd74-dbf66208df11|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=[f5305f42-965e-4370-bd74-dbf66208df11], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[40d07a8b-da89-40f5-a703-cf629b3149a0], X-ECOMP-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], X-TransactionID=[f5305f42-965e-4370-bd74-dbf66208df11], X-ONAP-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], Content-Type=[application/json]} 2022-11-16T23:13:22.660Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFUpgradePreCheckActivity","description":"Activity Upgrade PreCheck on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]} 2022-11-16T23:13:23.917Z|f5305f42-965e-4370-bd74-dbf66208df11|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, 16 Nov 2022 23:13:22 GMT], server=[envoy], x-envoy-upstream-service-time=[1255], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]} 2022-11-16T23:13:23.919Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"ecb5c3a916924e3fa873614eee6bb210","versionId":"b39f05857eb943c49102f6d2a19f3016"} 2022-11-16T23:13:23.920Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2022-11-16T23:13:23.922Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||INFO|500||Successfully created activitySpec VNFUpgradePreCheckActivity 2022-11-16T23:13:23.947Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ecb5c3a916924e3fa873614eee6bb210/versions/latest/actions|INFO|500||Invoke 2022-11-16T23:13:23.948Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ecb5c3a916924e3fa873614eee6bb210/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/ecb5c3a916924e3fa873614eee6bb210/versions/latest/actions with request headers:{X-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[e2f16937-d37f-4cb0-8641-dd1011cea7ee], X-ECOMP-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], X-TransactionID=[f5305f42-965e-4370-bd74-dbf66208df11], X-ONAP-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], Content-Type=[application/json]} 2022-11-16T23:13:23.949Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ecb5c3a916924e3fa873614eee6bb210/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2022-11-16T23:13:24.806Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ecb5c3a916924e3fa873614eee6bb210/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/ecb5c3a916924e3fa873614eee6bb210/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 16 Nov 2022 23:13:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[855]} 2022-11-16T23:13:24.807Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ecb5c3a916924e3fa873614eee6bb210/versions/latest/actions|DEBUG|500||Response was returned with an empty entity. 2022-11-16T23:13:24.809Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ecb5c3a916924e3fa873614eee6bb210/versions/latest/actions|INFO|500||InvokeReturn 2022-11-16T23:13:24.810Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||INFO|500||Successfully certified activitySpec VNFUpgradePreCheckActivity 2022-11-16T23:13:24.810Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||DEBUG|500||Attempting to create activity VNFUpgradeSoftwareActivity Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=? Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=? 2022-11-16T23:13:24.847Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]} 2022-11-16T23:13:24.848Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2022-11-16T23:13:24.849Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFUpgradeSoftwareActivity","description":"Activity UpgradeS oftware on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]} 2022-11-16T23:13:25.048Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2022-11-16T23:13:25.049Z|f5305f42-965e-4370-bd74-dbf66208df11|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, 16 Nov 2022 23:13:24 GMT], server=[envoy], x-envoy-upstream-service-time=[195], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]} 2022-11-16T23:13:25.050Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||DEBUG|500||{"id":"8a8a640e53a943faaf8ee647c88209d5","versionId":"a3ab3b3da83648e0bc163e21c99def7d"} 2022-11-16T23:13:25.053Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||INFO|500||Successfully created activitySpec VNFUpgradeSoftwareActivity 2022-11-16T23:13:25.087Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/8a8a640e53a943faaf8ee647c88209d5/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]} 2022-11-16T23:13:25.088Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8a8a640e53a943faaf8ee647c88209d5/versions/latest/actions|INFO|500||Invoke 2022-11-16T23:13:25.089Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8a8a640e53a943faaf8ee647c88209d5/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2022-11-16T23:13:25.399Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8a8a640e53a943faaf8ee647c88209d5/versions/latest/actions|INFO|500||InvokeReturn 2022-11-16T23:13:25.400Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/8a8a640e53a943faaf8ee647c88209d5/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 16 Nov 2022 23:13:24 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[307]} 2022-11-16T23:13:25.401Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||DEBUG|500||Response was returned with an empty entity. 2022-11-16T23:13:25.401Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||INFO|500||Successfully certified activitySpec VNFUpgradeSoftwareActivity 2022-11-16T23:13:25.402Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||DEBUG|500||Attempting to create activity VnfInPlaceSoftwareUpdate Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=? Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=? 2022-11-16T23:13:25.441Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2022-11-16T23:13:25.442Z|f5305f42-965e-4370-bd74-dbf66208df11|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=[f5305f42-965e-4370-bd74-dbf66208df11], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[ea35025e-ac23-4de9-a7d8-1b10c0f85824], X-ECOMP-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], X-TransactionID=[f5305f42-965e-4370-bd74-dbf66208df11], X-ONAP-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], Content-Type=[application/json]} 2022-11-16T23:13:25.443Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VnfInPlaceSoftwareUpdate","description":"Activity InPlace Software Update on VNF","categoryList":["VNF"]} 2022-11-16T23:13:25.944Z|f5305f42-965e-4370-bd74-dbf66208df11|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, 16 Nov 2022 23:13:25 GMT], server=[envoy], x-envoy-upstream-service-time=[497], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]} 2022-11-16T23:13:25.945Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"0e04a02fbf324baa92a04273c8a37413","versionId":"6cbb5a7c0cd34bd4943a96589864f79f"} 2022-11-16T23:13:25.946Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2022-11-16T23:13:25.948Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||INFO|500||Successfully created activitySpec VnfInPlaceSoftwareUpdate 2022-11-16T23:13:25.983Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0e04a02fbf324baa92a04273c8a37413/versions/latest/actions|INFO|500||Invoke 2022-11-16T23:13:25.983Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0e04a02fbf324baa92a04273c8a37413/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/0e04a02fbf324baa92a04273c8a37413/versions/latest/actions with request headers:{X-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[e8075507-7168-4212-9eb8-f2079a6cd7d5], X-ECOMP-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], X-TransactionID=[f5305f42-965e-4370-bd74-dbf66208df11], X-ONAP-RequestID=[f5305f42-965e-4370-bd74-dbf66208df11], Content-Type=[application/json]} 2022-11-16T23:13:25.985Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0e04a02fbf324baa92a04273c8a37413/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2022-11-16T23:13:26.755Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0e04a02fbf324baa92a04273c8a37413/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/0e04a02fbf324baa92a04273c8a37413/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 16 Nov 2022 23:13:25 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[767]} 2022-11-16T23:13:26.756Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0e04a02fbf324baa92a04273c8a37413/versions/latest/actions|DEBUG|500||Response was returned with an empty entity. 2022-11-16T23:13:26.757Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0e04a02fbf324baa92a04273c8a37413/versions/latest/actions|INFO|500||InvokeReturn 2022-11-16T23:13:26.758Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||INFO|500||Successfully certified activitySpec VnfInPlaceSoftwareUpdate 2022-11-16T23:13:29.904Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2022-11-16T23:13:32.359Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||WARN|500||--- 2022-11-16T23:13:32.360Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-11-16T23:13:32.360Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||WARN|500||--- 2022-11-16T23:13:32.847Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-11-16T23:13:37.259Z|f5305f42-965e-4370-bd74-dbf66208df11|main|||||INFO|500||Started Application in 72.753 seconds (JVM running for 75.473) 2022-11-16T23:13:37.276Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-11-16T23:13:37.277Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-11-16T23:13:37.290Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-11-16T23:13:37.322Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-11-16T23:13:37.356Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c57fede0-57cc-43f6-962f-07077e0210d2 url= /sdc/v1/artifactTypes 2022-11-16T23:13:37.356Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2022-11-16T23:13:37.651Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-11-16T23:13:37.704Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2022-11-16T23:13:37.726Z||scheduling-1|||||DEBUG|500||create keys 2022-11-16T23:13:37.735Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-11-16T23:13:37.851Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:13:37.870Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= f7d1711d-0a41-4178-8749-670f260e3ce7 url= /sdc/v1/registerForDistribution 2022-11-16T23:13:38.065Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= f7d1711d-0a41-4178-8749-670f260e3ce7 url= /sdc/v1/registerForDistribution 2022-11-16T23:13:38.066Z||scheduling-1|||||INFO|500||start DistributionClient 2022-11-16T23:13:38.080Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:13:38.086Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:13:38.086Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:13:38.094Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:13:38.095Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:13:38.095Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:13:38.102Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-11-16T23:13:48.508Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:13:48.600Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:14:38.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:14:38.078Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:14:38.079Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:14:38.093Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:14:38.094Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:14:38.095Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:14:47.649Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:14:47.653Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:15:38.078Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:15:38.079Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:15:38.079Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:15:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:15:38.095Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:15:38.095Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:15:47.636Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:15:47.651Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:16:38.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:16:38.078Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:16:38.079Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:16:38.093Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:16:38.094Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:16:38.094Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:16:47.677Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:16:47.707Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:17:38.079Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:17:38.084Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:17:38.084Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:17:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:17:38.094Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:17:38.094Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:17:47.664Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:17:47.676Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:18:38.078Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:18:38.080Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:18:38.080Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:18:38.094Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:18:38.095Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:18:38.095Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:18:47.640Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:18:47.645Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:19:38.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:19:38.079Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:19:38.079Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:19:38.094Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:19:38.094Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:19:38.099Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:19:47.652Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:19:47.657Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:20:38.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:20:38.079Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:20:38.079Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:20:38.094Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:20:38.097Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:20:38.097Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:20:47.657Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:20:47.661Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:21:38.078Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:21:38.080Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:21:38.080Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:21:38.094Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:21:38.095Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:21:38.095Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:21:47.628Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:21:47.650Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:22:38.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:22:38.078Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:22:38.079Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:22:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:22:38.094Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:22:38.094Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:22:47.625Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:22:47.658Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:23:19.981Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-11-16T23:23:38.078Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:23:38.079Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:23:38.079Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:23:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:23:38.094Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:23:38.094Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:23:47.638Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:23:47.659Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:24:38.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:24:38.078Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:24:38.078Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:24:38.093Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:24:38.094Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:24:38.095Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:24:47.642Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:24:47.669Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:25:38.078Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:25:38.079Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:25:38.079Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:25:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:25:38.094Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:25:38.094Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:25:47.650Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:25:47.661Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:26:38.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:26:38.079Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:26:38.079Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:26:38.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:26:38.094Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:26:38.094Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:26:47.647Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:26:47.666Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:27:38.078Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:27:38.080Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:27:38.080Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:27:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:27:38.094Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:27:38.094Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:27:47.634Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:27:47.676Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:28:38.078Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:28:38.080Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:28:38.080Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:28:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:28:38.094Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:28:38.094Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:28:47.671Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:28:47.704Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:29:38.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:29:38.079Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:29:38.079Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:29:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:29:38.094Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:29:38.094Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:29:47.631Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:29:47.657Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:30:38.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:30:38.078Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:30:38.078Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:30:38.094Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:30:38.094Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:30:38.094Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:30:47.661Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:30:47.681Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:31:38.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:31:38.078Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:31:38.078Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:31:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:31:38.094Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:31:38.094Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:31:47.662Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:31:47.673Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:32:38.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:32:38.078Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:32:38.079Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:32:38.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:32:38.095Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:32:38.095Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:32:47.658Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:32:47.658Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:33:38.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:33:38.079Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:33:38.079Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:33:38.094Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:33:38.094Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:33:38.095Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:33:47.635Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:33:47.674Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:34:38.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:34:38.078Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:34:38.079Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:34:38.093Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:34:38.094Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:34:38.094Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:34:47.667Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:34:47.673Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:35:38.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:35:38.078Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:35:38.079Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:35:38.093Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:35:38.094Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:35:38.094Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:35:47.653Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:35:47.675Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:36:38.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:36:38.078Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:36:38.079Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:36:38.093Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:36:38.094Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:36:38.094Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:36:47.643Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:36:47.663Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:37:38.078Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:37:38.080Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:37:38.080Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:37:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:37:38.094Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:37:38.094Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:37:47.641Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:37:47.654Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:38:38.078Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:38:38.081Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:38:38.081Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:38:38.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:38:38.094Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:38:38.094Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:38:47.637Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:38:47.652Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:39:38.078Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:39:38.079Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:39:38.079Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:39:38.094Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:39:38.095Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:39:38.095Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:39:47.640Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:39:47.640Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:40:38.078Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:40:38.079Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:40:38.080Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:40:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:40:38.094Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:40:38.094Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:40:47.634Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:40:47.643Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:41:38.078Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:41:38.079Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:41:38.079Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:41:38.093Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:41:38.094Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:41:38.094Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:41:47.637Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:41:47.668Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:42:38.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:42:38.078Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:42:38.079Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:42:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:42:38.094Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:42:38.094Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:42:47.637Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:42:47.665Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:43:38.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:43:38.078Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:43:38.078Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:43:38.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:43:38.094Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:43:38.094Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:43:47.670Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:43:47.671Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:44:38.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:44:38.079Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:44:38.079Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:44:38.093Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:44:38.094Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:44:38.094Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:44:47.643Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:44:47.656Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:45:38.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:45:38.079Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:45:38.079Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:45:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:45:38.094Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:45:38.094Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:45:47.638Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:45:47.664Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:46:38.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:46:38.079Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:46:38.079Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:46:38.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:46:38.094Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:46:38.094Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:46:47.633Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:46:47.646Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:47:38.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:47:38.079Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:47:38.079Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:47:38.093Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:47:38.094Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:47:38.094Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:47:47.634Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:47:47.656Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:48:38.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:48:38.079Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:48:38.079Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:48:38.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:48:38.095Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:48:38.095Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:48:47.632Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:48:47.646Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:49:38.078Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:49:38.080Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:49:38.080Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:49:38.093Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:49:38.094Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:49:38.095Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:49:47.646Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:49:47.648Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:50:38.079Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:50:38.082Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:50:38.082Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:50:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:50:38.094Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:50:38.094Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:50:47.643Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:50:47.655Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:51:38.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:51:38.078Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:51:38.079Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:51:38.093Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:51:38.094Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:51:38.094Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:51:47.644Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:51:47.647Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:52:38.078Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:52:38.079Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:52:38.079Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:52:38.094Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:52:38.095Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:52:38.095Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:52:47.640Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:52:47.654Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:53:38.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:53:38.078Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:53:38.079Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:53:38.094Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:53:38.095Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:53:38.095Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:53:47.641Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:53:47.647Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:54:38.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:54:38.078Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:54:38.078Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:54:38.093Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:54:38.094Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:54:38.094Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:54:47.633Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:54:47.685Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:55:38.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:55:38.078Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:55:38.078Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:55:38.094Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:55:38.094Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:55:38.095Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:55:47.631Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:55:47.643Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:56:38.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:56:38.079Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:56:38.079Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:56:38.093Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:56:38.094Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:56:38.094Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:56:47.652Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:56:47.653Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:57:38.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:57:38.078Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:57:38.079Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:57:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:57:38.094Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:57:38.094Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:57:47.642Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:57:47.665Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:58:38.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:58:38.078Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:58:38.079Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:58:38.094Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:58:38.095Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:58:38.095Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:58:47.636Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:58:47.648Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:59:38.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:59:38.079Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:59:38.079Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:59:38.094Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T23:59:38.094Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T23:59:38.094Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-16T23:59:47.637Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T23:59:47.647Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:00:38.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:00:38.078Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:00:38.078Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:00:38.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:00:38.094Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:00:38.094Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:00:47.652Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:00:47.665Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:01:38.078Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:01:38.079Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:01:38.079Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:01:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:01:38.094Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:01:38.094Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:01:47.645Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:01:47.659Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:02:38.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:02:38.078Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:02:38.078Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:02:38.093Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:02:38.094Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:02:38.094Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:02:47.627Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:02:47.647Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:03:38.079Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:03:38.082Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:03:38.082Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:03:38.094Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:03:38.095Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:03:38.095Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:03:47.645Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:03:47.646Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:04:38.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:04:38.079Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:04:38.079Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:04:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:04:38.094Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:04:38.095Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:04:47.636Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:04:47.651Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:05:38.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:05:38.078Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:05:38.078Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:05:38.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:05:38.094Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:05:38.094Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:05:47.657Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:05:47.663Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:06:38.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:06:38.078Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:06:38.079Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:06:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:06:38.094Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:06:38.094Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:06:47.638Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:06:47.659Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:07:38.078Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:07:38.079Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:07:38.080Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:07:38.093Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:07:38.094Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:07:38.094Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:07:47.631Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:07:47.690Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:08:38.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:08:38.078Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:08:38.078Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:08:38.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:08:38.094Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:08:38.094Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:08:47.661Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:08:47.668Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:09:38.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:09:38.079Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:09:38.079Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:09:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:09:38.094Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:09:38.095Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:09:47.636Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:09:47.647Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:10:38.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:10:38.078Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:10:38.079Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:10:38.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:10:38.094Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:10:38.094Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:10:47.646Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:10:47.650Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:11:38.078Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:11:38.078Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:11:38.079Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:11:38.094Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:11:38.095Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:11:38.095Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:11:38.222Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:11:38.225Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:11:38.225Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "policy-id", "timestamp": 1668643887089, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:11:38.254Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-17T00:11:38.254Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:11:38.254Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "multicloud-k8s-id", "timestamp": 1668643884912, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:11:38.255Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-17T00:11:38.255Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:11:38.255Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "policy-id", "timestamp": 1668643887089, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/basic_onboard_ufznin0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-17T00:11:38.255Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-17T00:11:38.255Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:11:38.255Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "multicloud-k8s-id", "timestamp": 1668643884912, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/basic_onboard_ufznin0_modules.json", "status": "NOTIFIED" } 2022-11-17T00:11:38.255Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-17T00:11:38.255Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:11:38.256Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "cds", "timestamp": 1668643889127, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:11:38.256Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-17T00:11:38.256Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:11:38.256Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "policy-id", "timestamp": 1668643887089, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-17T00:11:38.256Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-17T00:11:38.256Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:11:38.256Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "multicloud-k8s-id", "timestamp": 1668643884912, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-17T00:11:38.257Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-17T00:11:38.257Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:11:38.257Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "cds", "timestamp": 1668643889127, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/basic_onboard_ufznin0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-17T00:11:38.257Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-17T00:11:38.257Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:11:38.257Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "policy-id", "timestamp": 1668643887089, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:11:38.257Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-17T00:11:38.258Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:11:38.258Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "multicloud-k8s-id", "timestamp": 1668643884912, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:11:38.258Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-17T00:11:38.258Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:11:38.258Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "cds", "timestamp": 1668643889127, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-17T00:11:38.258Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-17T00:11:38.258Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:11:38.258Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "policy-id", "timestamp": 1668643887089, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-17T00:11:38.259Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-17T00:11:38.259Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:11:38.259Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "multicloud-k8s-id", "timestamp": 1668643884912, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-17T00:11:38.259Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-17T00:11:38.259Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:11:38.259Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "cds", "timestamp": 1668643889127, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:11:38.260Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-17T00:11:38.260Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:11:38.260Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "policy-id", "timestamp": 1668643887089, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/artifacts/service-BasicOnboardUfznin-template.yml", "status": "NOT_NOTIFIED" } 2022-11-17T00:11:38.260Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-17T00:11:38.260Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:11:38.260Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "multicloud-k8s-id", "timestamp": 1668643884912, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/artifacts/service-BasicOnboardUfznin-template.yml", "status": "NOT_NOTIFIED" } 2022-11-17T00:11:38.261Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-17T00:11:38.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:11:38.261Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "cds", "timestamp": 1668643889127, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-17T00:11:38.261Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-17T00:11:38.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:11:38.261Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "policy-id", "timestamp": 1668643887089, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/artifacts/service-BasicOnboardUfznin-csar.csar", "status": "NOTIFIED" } 2022-11-17T00:11:38.262Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-17T00:11:38.262Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:11:38.262Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "multicloud-k8s-id", "timestamp": 1668643884912, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/artifacts/service-BasicOnboardUfznin-csar.csar", "status": "NOTIFIED" } 2022-11-17T00:11:38.262Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-17T00:11:38.262Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:11:38.262Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "cds", "timestamp": 1668643889127, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/artifacts/service-BasicOnboardUfznin-template.yml", "status": "NOT_NOTIFIED" } 2022-11-17T00:11:38.262Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-17T00:11:38.262Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:11:38.262Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "policy-id", "timestamp": 1668643895447, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/artifacts/service-BasicOnboardUfznin-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-17T00:11:38.263Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:11:38.263Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:11:38.263Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "multicloud-k8s-id", "timestamp": 1668643895445, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/basic_onboard_ufznin0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-17T00:11:38.263Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:11:38.263Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:11:38.264Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "cds", "timestamp": 1668643889127, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/artifacts/service-BasicOnboardUfznin-csar.csar", "status": "NOTIFIED" } 2022-11-17T00:11:38.264Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-17T00:11:38.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:11:38.264Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "policy-id", "timestamp": 1668643896468, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/artifacts/service-BasicOnboardUfznin-csar.csar", "status": "DEPLOY_OK" } 2022-11-17T00:11:38.264Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:11:38.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:11:38.264Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "multicloud-k8s-id", "timestamp": 1668643896538, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-17T00:11:38.265Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:11:38.265Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:11:38.265Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "cds", "timestamp": 1668643896933, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/artifacts/service-BasicOnboardUfznin-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-17T00:11:38.265Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:11:38.265Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:11:38.265Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "policy-id", "timestamp": 1668643897474, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-17T00:11:38.420Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fe41113c-7334-465c-8b6b-469bf55f0a06 2022-11-17T00:11:38.453Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe41113c-7334-465c-8b6b-469bf55f0a06 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-17T00:11:38.715Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:11:38.717Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-17T00:11:38.717Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"fe41113c-7334-465c-8b6b-469bf55f0a06","serviceName":"basic_onboard_UfZniN","serviceVersion":"1.0","serviceUUID":"0b5db5c3-0359-4f07-a409-3f36d25a5a3b","serviceDescription":"service","serviceInvariantUUID":"50f34ec5-d1a4-4e4b-803f-887fab2ea9ba","resources":[{"resourceInstanceName":"basic_onboard_UfZniN 0","resourceName":"basic_onboard_UfZniN","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8f0f97f7-2b9e-40dc-af86-ae527b9e63c3","resourceInvariantUUID":"35109983-0ef7-4bd7-ad41-8dc55a0eb9ee","resourceCustomizationUUID":"49a6bf8f-4672-4892-a523-1fec75de5a46","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/vf-license-model.xml","artifactChecksum":"MTgwZjI3NzlhOGRlYzg2ZDA5N2Q4MmJlNDE3OTg1YmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0bd2291b-2dc4-4fe9-9558-74648a3ba270","artifactVersion":"1"},{"artifactName":"basic_onboard_ufznin0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/basic_onboard_ufznin0_modules.json","artifactChecksum":"M2ExNTViZjc0NDQxMjI3NjcxZWEyNDg0MjhlN2Y0YmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b8434ad4-9eb9-4781-be3f-97e95f986363","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"345b6e6a-24d3-46da-ba5f-9c269f20c7ef","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"aa0b26a4-f8ed-4eb1-935b-d7e1ca2164e0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"18010273-0b70-4499-9a0e-d559ea28a14b","artifactVersion":"2","generatedFromUUID":"345b6e6a-24d3-46da-ba5f-9c269f20c7ef"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardUfznin-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/artifacts/service-BasicOnboardUfznin-template.yml","artifactChecksum":"NTA5ODU2MjAyZTJkNWRiZjUyMWMwOTA3ZDY1OTRkMjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e813463c-4b04-4501-b2e1-3ff3df5dc0a4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardUfznin-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/artifacts/service-BasicOnboardUfznin-csar.csar","artifactChecksum":"OTRmZWMyNTU2YmE3NGNiODY5N2EzYjZlNTkyNjFiMzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63c3b56b-e040-4151-8891-1fefaa151fdc","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-17T00:11:38.725Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-17T00:11:38.731Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:11:38.742Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:11:38.742Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668643898077, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:11:38.842Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-11-17T00:11:38.847Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:11:38.847Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:11:38.873Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:11:38.874Z||pool-3-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:11:39.749Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-17T00:11:39.750Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:11:39.752Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:11:39.752Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668643898077, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/basic_onboard_ufznin0_modules.json", "status": "NOTIFIED" } 2022-11-17T00:11:39.852Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:11:39.853Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:11:39.853Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:11:39.877Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:11:39.878Z||pool-4-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2022-11-17T00:11:40.752Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-17T00:11:40.754Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:11:40.756Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:11:40.756Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668643898077, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-17T00:11:40.857Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-17T00:11:40.858Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:11:40.858Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:11:40.890Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:11:40.891Z||pool-5-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1} 2022-11-17T00:11:41.757Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-17T00:11:41.758Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:11:41.760Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:11:41.760Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668643898077, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:11:41.861Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:11:41.862Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:11:41.862Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:11:41.881Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:11:41.882Z||pool-6-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:11:42.761Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-17T00:11:42.761Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:11:42.764Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:11:42.764Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668643898077, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-17T00:11:42.864Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:11:42.865Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:11:42.865Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:11:42.880Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:11:42.881Z||pool-7-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:11:43.765Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-17T00:11:43.766Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:11:43.769Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:11:43.769Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668643898077, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/artifacts/service-BasicOnboardUfznin-template.yml", "status": "NOT_NOTIFIED" } 2022-11-17T00:11:43.870Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:11:43.871Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:11:43.871Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:11:43.894Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:11:43.894Z||pool-8-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:11:44.770Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-17T00:11:44.771Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:11:44.773Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:11:44.773Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668643898077, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/artifacts/service-BasicOnboardUfznin-csar.csar", "status": "NOTIFIED" } 2022-11-17T00:11:44.873Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-17T00:11:44.875Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:11:44.875Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:11:44.897Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:11:44.898Z||pool-9-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:11:45.776Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "serviceName": "basic_onboard_UfZniN", "serviceVersion": "1.0", "serviceUUID": "0b5db5c3-0359-4f07-a409-3f36d25a5a3b", "serviceDescription": "service", "serviceInvariantUUID": "50f34ec5-d1a4-4e4b-803f-887fab2ea9ba", "resources": [ { "resourceInstanceName": "basic_onboard_UfZniN 0", "resourceCustomizationUUID": "49a6bf8f-4672-4892-a523-1fec75de5a46", "resourceName": "basic_onboard_UfZniN", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "8f0f97f7-2b9e-40dc-af86-ae527b9e63c3", "resourceInvariantUUID": "35109983-0ef7-4bd7-ad41-8dc55a0eb9ee", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_ufznin0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/basic_onboard_ufznin0_modules.json", "artifactChecksum": "M2ExNTViZjc0NDQxMjI3NjcxZWEyNDg0MjhlN2Y0YmY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b8434ad4-9eb9-4781-be3f-97e95f986363", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "345b6e6a-24d3-46da-ba5f-9c269f20c7ef", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "18010273-0b70-4499-9a0e-d559ea28a14b", "generatedFromUUID": "345b6e6a-24d3-46da-ba5f-9c269f20c7ef" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "18010273-0b70-4499-9a0e-d559ea28a14b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardUfznin-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/artifacts/service-BasicOnboardUfznin-csar.csar", "artifactChecksum": "OTRmZWMyNTU2YmE3NGNiODY5N2EzYjZlNTkyNjFiMzY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "63c3b56b-e040-4151-8891-1fefaa151fdc" } ], "workloadContext": "Production" } 2022-11-17T00:11:45.777Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-17T00:11:45.778Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0b5db5c3-0359-4f07-a409-3f36d25a5a3b ASDC 2022-11-17T00:11:45.908Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:fe41113c-7334-465c-8b6b-469bf55f0a06 ServiceName:basic_onboard_UfZniN ServiceVersion:1.0 ServiceUUID:0b5db5c3-0359-4f07-a409-3f36d25a5a3b ServiceInvariantUUID:50f34ec5-d1a4-4e4b-803f-887fab2ea9ba ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardUfznin-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/artifacts/service-BasicOnboardUfznin-csar.csar ArtifactUUID:63c3b56b-e040-4151-8891-1fefaa151fdc ArtifactChecksum:OTRmZWMyNTU2YmE3NGNiODY5N2EzYjZlNTkyNjFiMzY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_UfZniN 0 ResourceCustomizationUUID:49a6bf8f-4672-4892-a523-1fec75de5a46 ResourceInvariantUUID:35109983-0ef7-4bd7-ad41-8dc55a0eb9ee ResourceName:basic_onboard_UfZniN ResourceType:VF ResourceUUID:8f0f97f7-2b9e-40dc-af86-ae527b9e63c3 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_ufznin0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/basic_onboard_ufznin0_modules.json ArtifactUUID:b8434ad4-9eb9-4781-be3f-97e95f986363 ArtifactChecksum:M2ExNTViZjc0NDQxMjI3NjcxZWEyNDg0MjhlN2Y0YmY= 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/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/base_ubuntu18.yaml ArtifactUUID:345b6e6a-24d3-46da-ba5f-9c269f20c7ef 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/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/base_ubuntu18.env ArtifactUUID:18010273-0b70-4499-9a0e-d559ea28a14b 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/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/base_ubuntu18.env ArtifactUUID:18010273-0b70-4499-9a0e-d559ea28a14b ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-17T00:11:45.909Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0b5db5c3-0359-4f07-a409-3f36d25a5a3b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-17T00:11:45.970Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-17T00:11:45.972Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-11-17T00:11:45.973Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-11-17T00:11:45.974Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 63c3b56b-e040-4151-8891-1fefaa151fdc from URL: /sdc/v1/catalog/services/BasicOnboardUfznin/1.0/artifacts/service-BasicOnboardUfznin-csar.csar 2022-11-17T00:11:45.974Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-11-17T00:11:45.976Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/artifacts/service-BasicOnboardUfznin-csar.csar 2022-11-17T00:11:46.106Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-11-17T00:11:46.114Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUfznin/1.0/artifacts/service-BasicOnboardUfznin-csar.csar 63c3b56b-e040-4151-8891-1fefaa151fdc 75307 2022-11-17T00:11:46.115Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUfznin/1.0/artifacts/service-BasicOnboardUfznin-csar.csar ASDC sendASDCNotification 2022-11-17T00:11:46.115Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/artifacts/service-BasicOnboardUfznin-csar.csar 2022-11-17T00:11:46.116Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-17T00:11:46.118Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:11:46.120Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:11:46.121Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668643906114, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/artifacts/service-BasicOnboardUfznin-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-17T00:11:46.221Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:11:46.222Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:11:46.222Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:11:46.252Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:11:46.253Z||pool-10-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:11:47.121Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-17T00:11:47.122Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-11-17T00:11:47.123Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 63c3b56b-e040-4151-8891-1fefaa151fdc, URL: /sdc/v1/catalog/services/BasicOnboardUfznin/1.0/artifacts/service-BasicOnboardUfznin-csar.csar to file: /app/ASDC/1/service-BasicOnboardUfznin-csar.csar 2022-11-17T00:11:47.124Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardUfznin-csar.csar 2022-11-17T00:11:47.208Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardUfznin-csar.csar 2022-11-17T00:11:47.208Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardUfznin-csar.csar 2022-11-17T00:11:47.887Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5848020779806791003/Definitions/service-BasicOnboardUfznin-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_ubuntu18_metadata" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "compute_ubuntu18_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu18_key_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided 2022-11-17T00:11:49.979Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-17T00:11:49.984Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-11-17T00:11:49.984Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardUfznin-csar.csar 2022-11-17T00:11:49.984Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-17T00:11:49.984Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardUfznin-csar.csar 2022-11-17T00:11:49.984Z|fe41113c-7334-465c-8b6b-469bf55f0a06|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-BasicOnboardUfznin-csar.csar 2022-11-17T00:11:49.984Z|fe41113c-7334-465c-8b6b-469bf55f0a06|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-BasicOnboardUfznin-csar.csar 2022-11-17T00:11:49.984Z|fe41113c-7334-465c-8b6b-469bf55f0a06|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-BasicOnboardUfznin-csar.csar 2022-11-17T00:11:49.984Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_UfZniN 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-BasicOnboardUfznin-csar.csar 2022-11-17T00:11:49.985Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardUfznin-csar.csar 2022-11-17T00:11:49.985Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||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-BasicOnboardUfznin-csar.csar 2022-11-17T00:11:49.985Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-11-17T00:11:49.991Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:11:49.992Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_UfZniN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:11:49.996Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_UfZniN 0 is matching search criteria 2022-11-17T00:11:49.996Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-11-17T00:11:49.998Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_UfZniN 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-17T00:11:50.000Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:11:50.000Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_UfZniN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:11:50.000Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_UfZniN 0 is matching search criteria 2022-11-17T00:11:50.000Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-11-17T00:11:50.000Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_UfZniN 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-17T00:11:50.000Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:11:50.000Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_UfZniN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:11:50.004Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:11:50.004Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_UfZniN 0 is not matching search criteria 2022-11-17T00:11:50.004Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-11-17T00:11:50.004Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-11-17T00:11:50.004Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-11-17T00:11:50.005Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-17T00:11:50.005Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-17T00:11:50.005Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:11:50.005Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_UfZniN is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-17T00:11:50.006Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:11:50.006Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_UfZniN 0 is matching search criteria 2022-11-17T00:11:50.006Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_UfZniN 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-17T00:11:50.007Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:11:50.007Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_UfZniN 0 is matching search criteria 2022-11-17T00:11:50.007Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_UfZniN 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-17T00:11:50.007Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:11:50.008Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_UfZniN 0 is matching search criteria 2022-11-17T00:11:50.008Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_UfZniN 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-17T00:11:50.008Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:11:50.008Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_UfZniN 0 is not matching search criteria 2022-11-17T00:11:50.008Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-11-17T00:11:50.008Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-17T00:11:50.008Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f7554034-e9a6-4ccb-be39-b71895810a51 2022-11-17T00:11:50.009Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:11:50.009Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_UfZniN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:11:50.009Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:11:50.009Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_UfZniN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:11:50.009Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:11:50.010Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_UfZniN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:11:50.010Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:11:50.010Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_UfZniN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:11:50.010Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_UfZniN Description:service Model UUID:0b5db5c3-0359-4f07-a409-3f36d25a5a3b Model Version:NULL Model InvariantUuid:50f34ec5-d1a4-4e4b-803f-887fab2ea9ba Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_UfZniN Model UUID:c1198299-3fab-4df2-83ec-6c65a811902d Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:35109983-0ef7-4bd7-ad41-8dc55a0eb9ee Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:49a6bf8f-4672-4892-a523-1fec75de5a46 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:bcb4bbe2-f2cc-45f5-ad64-56d0d3b8c04f ModelName:BasicOnboardUfznin..base_ubuntu18..module-0 ModelUuid:77a99bba-e6f6-4604-bef9-78816f9dcc43 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:f7554034-e9a6-4ccb-be39-b71895810a51 ModelInvariantUuid:4aee4d1c-7604-4556-95fb-12667a414d25 ModelName:basic_onboard_UfZniN-nodes.ubuntu18Cvfc ModelUuid:010607fa-ff24-40f5-9530-db38081332c7 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:e81b3b4b-3b31-4cd1-bd3a-fb466ae7dc51 ModelInvariantUuid:f3659094-027f-4b3e-ace2-4034e53c0d26 ModelName:BasicOnboardUfznin.compute.nodes.heat.ubuntu18 ModelUuid:60f854ce-4ca4-4295-9ab1-918f6b498a04 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-17T00:11:50.027Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 8f0f97f7-2b9e-40dc-af86-ae527b9e63c3 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-17T00:11:50.081Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||basic_onboard_UfZniN 0 2022-11-17T00:11:50.087Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8f0f97f7-2b9e-40dc-af86-ae527b9e63c3 2022-11-17T00:11:50.087Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b8434ad4-9eb9-4781-be3f-97e95f986363 from URL: /sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/basic_onboard_ufznin0_modules.json 2022-11-17T00:11:50.087Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-11-17T00:11:50.088Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/basic_onboard_ufznin0_modules.json 2022-11-17T00:11:50.154Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-11-17T00:11:50.155Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/basic_onboard_ufznin0_modules.json b8434ad4-9eb9-4781-be3f-97e95f986363 798 2022-11-17T00:11:50.155Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/basic_onboard_ufznin0_modules.json ASDC sendASDCNotification 2022-11-17T00:11:50.155Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/basic_onboard_ufznin0_modules.json 2022-11-17T00:11:50.155Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-17T00:11:50.155Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:11:50.157Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:11:50.157Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668643910155, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/basic_onboard_ufznin0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-17T00:11:50.258Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-17T00:11:50.259Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:11:50.259Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:11:50.280Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:11:50.282Z||pool-11-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:11:51.159Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardUfznin..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "bcb4bbe2-f2cc-45f5-ad64-56d0d3b8c04f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "77a99bba-e6f6-4604-bef9-78816f9dcc43", "vfModuleModelCustomizationUUID": "e8663d47-edc7-420c-87e6-2b616518434e", "isBase": true, "artifacts": [ "345b6e6a-24d3-46da-ba5f-9c269f20c7ef", "18010273-0b70-4499-9a0e-d559ea28a14b" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-17T00:11:51.165Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardUfznin..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:77a99bba-e6f6-4604-bef9-78816f9dcc43 VfModuleModelInvariantUUID:bcb4bbe2-f2cc-45f5-ad64-56d0d3b8c04f VfModuleModelDescription:NULL Artifacts UUID List:{ 345b6e6a-24d3-46da-ba5f-9c269f20c7ef , 18010273-0b70-4499-9a0e-d559ea28a14b } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-17T00:11:51.167Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardUfznin..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "bcb4bbe2-f2cc-45f5-ad64-56d0d3b8c04f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "77a99bba-e6f6-4604-bef9-78816f9dcc43", "vfModuleModelCustomizationUUID": "e8663d47-edc7-420c-87e6-2b616518434e", "isBase": true, "artifacts": [ "345b6e6a-24d3-46da-ba5f-9c269f20c7ef", "18010273-0b70-4499-9a0e-d559ea28a14b" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-17T00:11:51.167Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardUfznin..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:77a99bba-e6f6-4604-bef9-78816f9dcc43 VfModuleModelInvariantUUID:bcb4bbe2-f2cc-45f5-ad64-56d0d3b8c04f VfModuleModelDescription:NULL Artifacts UUID List:{ 345b6e6a-24d3-46da-ba5f-9c269f20c7ef , 18010273-0b70-4499-9a0e-d559ea28a14b } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-17T00:11:51.167Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 345b6e6a-24d3-46da-ba5f-9c269f20c7ef from URL: /sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/base_ubuntu18.yaml 2022-11-17T00:11:51.167Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-11-17T00:11:51.168Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/base_ubuntu18.yaml 2022-11-17T00:11:51.319Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-11-17T00:11:51.320Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/base_ubuntu18.yaml 345b6e6a-24d3-46da-ba5f-9c269f20c7ef 5033 2022-11-17T00:11:51.320Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-11-17T00:11:51.320Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/base_ubuntu18.yaml 2022-11-17T00:11:51.320Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-17T00:11:51.321Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:11:51.323Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:11:51.323Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668643911320, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-17T00:11:51.423Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-17T00:11:51.425Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:11:51.425Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:11:51.447Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:11:51.447Z||pool-12-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-11-17T00:11:52.324Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 18010273-0b70-4499-9a0e-d559ea28a14b from URL: /sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/base_ubuntu18.env 2022-11-17T00:11:52.325Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-11-17T00:11:52.325Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/base_ubuntu18.env 2022-11-17T00:11:52.401Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-11-17T00:11:52.402Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/base_ubuntu18.env 18010273-0b70-4499-9a0e-d559ea28a14b 909 2022-11-17T00:11:52.402Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-11-17T00:11:52.402Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/base_ubuntu18.env 2022-11-17T00:11:52.403Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-17T00:11:52.403Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:11:52.405Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:11:52.406Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668643912402, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-17T00:11:52.506Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:11:52.507Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:11:52.507Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:11:52.525Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:11:52.525Z||pool-13-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:11:53.406Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 0b5db5c3-0359-4f07-a409-3f36d25a5a3b 2022-11-17T00:11:53.407Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_UfZniN 0 8f0f97f7-2b9e-40dc-af86-ae527b9e63c3 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-17T00:11:53.437Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@ef67336, org.onap.sdc.toscaparser.api.parameters.Input@675ac994, org.onap.sdc.toscaparser.api.parameters.Input@5ca72305, org.onap.sdc.toscaparser.api.parameters.Input@1b6b43d5, org.onap.sdc.toscaparser.api.parameters.Input@2639fc4d] 2022-11-17T00:11:53.441Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:11:53.441Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_UfZniN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:11:53.441Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-11-17T00:11:53.441Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 49a6bf8f-4672-4892-a523-1fec75de5a46 2022-11-17T00:11:53.441Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 49a6bf8f-4672-4892-a523-1fec75de5a46 matches Tosca VF Customization UUID: 49a6bf8f-4672-4892-a523-1fec75de5a46 2022-11-17T00:11:53.441Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 49a6bf8f-4672-4892-a523-1fec75de5a46 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-11-17T00:11:53.447Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:11:53.448Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_UfZniN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:11:53.448Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 49a6bf8f-4672-4892-a523-1fec75de5a46: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-17T00:11:53.449Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@16544ced 2022-11-17T00:11:53.449Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:11:53.449Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_UfZniN is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-17T00:11:53.449Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e8663d47-edc7-420c-87e6-2b616518434e 2022-11-17T00:11:53.450Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e8663d47-edc7-420c-87e6-2b616518434e Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-11-17T00:11:53.457Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:11:53.457Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_UfZniN 0 is matching search criteria 2022-11-17T00:11:53.457Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_UfZniN 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-17T00:11:53.458Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:11:53.458Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_UfZniN 0 is matching search criteria 2022-11-17T00:11:53.458Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_UfZniN 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-17T00:11:53.458Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:11:53.459Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_UfZniN 0 is not matching search criteria 2022-11-17T00:11:53.459Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-11-17T00:11:53.459Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-17T00:11:53.459Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f7554034-e9a6-4ccb-be39-b71895810a51 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-17T00:11:53.467Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:11:53.467Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_UfZniN 0 is matching search criteria 2022-11-17T00:11:53.468Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_UfZniN 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-17T00:11:53.468Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:11:53.468Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_UfZniN 0 is matching search criteria 2022-11-17T00:11:53.468Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_UfZniN 0] matching following query criteria: sdcType=VF, customizationUUID=49a6bf8f-4672-4892-a523-1fec75de5a46 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-17T00:11:53.470Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:11:53.471Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_UfZniN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:11:53.471Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 0b5db5c3-0359-4f07-a409-3f36d25a5a3b: basic_onboard_UfZniN 2022-11-17T00:11:53.471Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:11:53.471Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_UfZniN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:11:53.471Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:11:53.472Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_UfZniN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:11:53.472Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:11:53.472Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_UfZniN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:11:53.472Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:11:53.472Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_UfZniN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:11:53.473Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:11:53.473Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_UfZniN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:11:53.473Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_UfZniN Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-17T00:11:53.627Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_UfZniN 8f0f97f7-2b9e-40dc-af86-ae527b9e63c3 1 ASDC deployResourceStructure 2022-11-17T00:11:53.628Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/basic_onboard_ufznin0_modules.json ASDC sendASDCNotification 2022-11-17T00:11:53.628Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/basic_onboard_ufznin0_modules.json 2022-11-17T00:11:53.629Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-17T00:11:53.629Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:11:53.631Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:11:53.631Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668643913628, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/basic_onboard_ufznin0_modules.json", "status": "DEPLOY_OK" } 2022-11-17T00:11:53.731Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:11:53.732Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:11:53.732Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:11:53.749Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:11:53.749Z||pool-14-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:11:54.632Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-11-17T00:11:54.632Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/base_ubuntu18.yaml 2022-11-17T00:11:54.633Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-17T00:11:54.633Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:11:54.635Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:11:54.635Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668643914632, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-11-17T00:11:54.735Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:11:54.736Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:11:54.736Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:11:54.751Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:11:54.751Z||pool-15-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-11-17T00:11:55.636Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-11-17T00:11:55.637Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/base_ubuntu18.env 2022-11-17T00:11:55.637Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-17T00:11:55.637Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:11:55.639Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:11:55.639Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668643915636, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-11-17T00:11:55.739Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:11:55.740Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:11:55.741Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:11:55.757Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:11:55.757Z||pool-16-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:11:56.640Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUfznin/1.0/artifacts/service-BasicOnboardUfznin-csar.csar ASDC sendASDCNotification 2022-11-17T00:11:56.640Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/artifacts/service-BasicOnboardUfznin-csar.csar 2022-11-17T00:11:56.641Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-17T00:11:56.641Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:11:56.644Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:11:56.644Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668643916640, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/artifacts/service-BasicOnboardUfznin-csar.csar", "status": "DEPLOY_OK" } 2022-11-17T00:11:56.744Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:11:56.745Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:11:56.746Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:11:56.764Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:11:56.764Z||pool-17-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:11:57.649Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fe41113c-7334-465c-8b6b-469bf55f0a06 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-17T00:11:57.673Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fe41113c-7334-465c-8b6b-469bf55f0a06 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-17T00:11:57.676Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-17T00:11:57.676Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-17T00:11:57.676Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-17T00:12:27.677Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fe41113c-7334-465c-8b6b-469bf55f0a06 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-17T00:12:27.689Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fe41113c-7334-465c-8b6b-469bf55f0a06 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-17T00:12:27.692Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-17T00:12:27.692Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-17T00:12:27.692Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-17T00:12:38.094Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:12:38.095Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:12:38.095Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:12:38.123Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:12:38.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:12:38.123Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "multicloud-k8s-id", "timestamp": 1668643897609, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-17T00:12:38.124Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:12:57.693Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fe41113c-7334-465c-8b6b-469bf55f0a06 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-17T00:12:57.709Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fe41113c-7334-465c-8b6b-469bf55f0a06 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-17T00:12:57.711Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-17T00:12:57.712Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-17T00:12:57.712Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-17T00:13:27.712Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fe41113c-7334-465c-8b6b-469bf55f0a06 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-17T00:13:27.727Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fe41113c-7334-465c-8b6b-469bf55f0a06 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-17T00:13:27.730Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-17T00:13:27.730Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-17T00:13:27.730Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-17T00:13:38.093Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:13:38.094Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:13:38.094Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:13:38.623Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:13:38.625Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:13:38.625Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668643898077, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:13:38.626Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-17T00:13:38.626Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:13:38.626Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "multicloud-k8s-id", "timestamp": 1668643898793, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-17T00:13:38.636Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fe41113c-7334-465c-8b6b-469bf55f0a06 2022-11-17T00:13:38.636Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe41113c-7334-465c-8b6b-469bf55f0a06 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-11-17T00:13:38.648Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:13:38.648Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668643898077, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/basic_onboard_ufznin0_modules.json", "status": "NOTIFIED" } 2022-11-17T00:13:38.648Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-17T00:13:38.648Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:13:38.648Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "multicloud-k8s-id", "timestamp": 1668643899797, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/basic_onboard_ufznin0_modules.json", "status": "DEPLOY_OK" } 2022-11-17T00:13:38.649Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:13:38.649Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:13:38.649Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668643898077, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-17T00:13:38.649Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-17T00:13:38.649Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:13:38.650Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668643898077, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:13:38.650Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-17T00:13:38.650Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:13:38.650Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668643898077, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-17T00:13:38.650Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-17T00:13:38.650Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:13:38.651Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668643898077, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/artifacts/service-BasicOnboardUfznin-template.yml", "status": "NOT_NOTIFIED" } 2022-11-17T00:13:38.651Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-17T00:13:38.651Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:13:38.651Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668643898077, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/artifacts/service-BasicOnboardUfznin-csar.csar", "status": "NOTIFIED" } 2022-11-17T00:13:38.651Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-17T00:13:38.652Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:13:38.652Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668643906114, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/artifacts/service-BasicOnboardUfznin-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-17T00:13:38.652Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:13:38.652Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:13:38.652Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668643906504, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:13:38.652Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-17T00:13:38.653Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:13:38.653Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "aai-ml", "timestamp": 1668643907113, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:13:38.653Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-17T00:13:38.653Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:13:38.653Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668643906504, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/basic_onboard_ufznin0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-17T00:13:38.653Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-17T00:13:38.654Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:13:38.654Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "aai-ml", "timestamp": 1668643907113, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/basic_onboard_ufznin0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-17T00:13:38.654Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-17T00:13:38.654Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:13:38.654Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668643906504, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-17T00:13:38.654Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-17T00:13:38.658Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:13:38.658Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668643910155, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/basic_onboard_ufznin0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-17T00:13:38.658Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:13:38.659Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:13:38.659Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "aai-ml", "timestamp": 1668643907113, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-17T00:13:38.659Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-17T00:13:38.660Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:13:38.660Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668643906504, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:13:38.660Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-17T00:13:38.660Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:13:38.660Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "aai-ml", "timestamp": 1668643907113, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:13:38.661Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-17T00:13:38.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:13:38.661Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668643911320, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-17T00:13:38.662Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:13:38.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:13:38.663Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668643906504, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-17T00:13:38.663Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-17T00:13:38.664Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:13:38.664Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "aai-ml", "timestamp": 1668643907113, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-17T00:13:38.664Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-17T00:13:38.664Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:13:38.664Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668643912402, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-17T00:13:38.665Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:13:38.665Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:13:38.666Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668643906504, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/artifacts/service-BasicOnboardUfznin-template.yml", "status": "NOT_NOTIFIED" } 2022-11-17T00:13:38.666Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-17T00:13:38.666Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:13:38.666Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "aai-ml", "timestamp": 1668643907113, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/artifacts/service-BasicOnboardUfznin-template.yml", "status": "NOT_NOTIFIED" } 2022-11-17T00:13:38.667Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-17T00:13:38.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:13:38.667Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668643906504, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/artifacts/service-BasicOnboardUfznin-csar.csar", "status": "NOTIFIED" } 2022-11-17T00:13:38.668Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-17T00:13:38.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:13:38.668Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668643913628, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/basic_onboard_ufznin0_modules.json", "status": "DEPLOY_OK" } 2022-11-17T00:13:38.668Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:13:38.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:13:38.669Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "aai-ml", "timestamp": 1668643907113, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/artifacts/service-BasicOnboardUfznin-csar.csar", "status": "NOTIFIED" } 2022-11-17T00:13:38.669Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-17T00:13:38.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:13:38.669Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668643914632, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-11-17T00:13:38.670Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:13:38.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:13:38.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668643914294, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/artifacts/service-BasicOnboardUfznin-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-17T00:13:38.670Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:13:38.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:13:38.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "aai-ml", "timestamp": 1668643914995, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/artifacts/service-BasicOnboardUfznin-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-17T00:13:38.671Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:13:38.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:13:38.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668643915636, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/resourceInstances/basic_onboard_ufznin0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-11-17T00:13:38.671Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:13:38.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:13:38.672Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668643916640, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/artifacts/service-BasicOnboardUfznin-csar.csar", "status": "DEPLOY_OK" } 2022-11-17T00:13:38.673Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:13:38.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:13:38.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668643918901, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/artifacts/service-BasicOnboardUfznin-csar.csar", "status": "DEPLOY_OK" } 2022-11-17T00:13:38.673Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:13:38.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:13:38.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668643919908, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-17T00:13:38.684Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fe41113c-7334-465c-8b6b-469bf55f0a06 2022-11-17T00:13:38.684Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe41113c-7334-465c-8b6b-469bf55f0a06 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-17T00:13:38.705Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:13:38.706Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "aai-ml", "timestamp": 1668643927849, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfznin/1.0/artifacts/service-BasicOnboardUfznin-csar.csar", "status": "DEPLOY_OK" } 2022-11-17T00:13:38.706Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:13:38.706Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:13:38.706Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "aai-ml", "timestamp": 1668643928856, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-17T00:13:38.714Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fe41113c-7334-465c-8b6b-469bf55f0a06 2022-11-17T00:13:38.714Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe41113c-7334-465c-8b6b-469bf55f0a06 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-17T00:13:57.731Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fe41113c-7334-465c-8b6b-469bf55f0a06 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-17T00:13:57.746Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fe41113c-7334-465c-8b6b-469bf55f0a06 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-17T00:13:57.750Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-17T00:13:57.750Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-17T00:13:57.751Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-17T00:13:57.751Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-17T00:13:57.751Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-17T00:13:57.751Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-17T00:13:57.751Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-17T00:13:57.751Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-17T00:13:57.751Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-17T00:13:57.758Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-17T00:14:27.758Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fe41113c-7334-465c-8b6b-469bf55f0a06 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-17T00:14:27.776Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fe41113c-7334-465c-8b6b-469bf55f0a06 and serviceModelVersionId: 0b5db5c3-0359-4f07-a409-3f36d25a5a3b 2022-11-17T00:14:27.777Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 50f34ec5-d1a4-4e4b-803f-887fab2ea9ba 2022-11-17T00:14:38.094Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:14:38.100Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:14:38.100Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:14:42.581Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/50f34ec5-d1a4-4e4b-803f-887fab2ea9ba/model-vers/model-ver/0b5db5c3-0359-4f07-a409-3f36d25a5a3b?depth=0 2022-11-17T00:14:42.672Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-11-17T00:14:42.710Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/50f34ec5-d1a4-4e4b-803f-887fab2ea9ba/model-vers/model-ver/0b5db5c3-0359-4f07-a409-3f36d25a5a3b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-11-17T00:14:42.711Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/50f34ec5-d1a4-4e4b-803f-887fab2ea9ba/model-vers/model-ver/0b5db5c3-0359-4f07-a409-3f36d25a5a3b?depth=0|INFO|500||Invoke 2022-11-17T00:14:42.717Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/50f34ec5-d1a4-4e4b-803f-887fab2ea9ba/model-vers/model-ver/0b5db5c3-0359-4f07-a409-3f36d25a5a3b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-17T00:14:43.066Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/50f34ec5-d1a4-4e4b-803f-887fab2ea9ba/model-vers/model-ver/0b5db5c3-0359-4f07-a409-3f36d25a5a3b?depth=0|INFO|500||InvokeReturn 2022-11-17T00:14:43.068Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/50f34ec5-d1a4-4e4b-803f-887fab2ea9ba/model-vers/model-ver/0b5db5c3-0359-4f07-a409-3f36d25a5a3b?depth=0 has http status code:200 and response headers:{date=[Thu, 17 Nov 2022 00:14:42 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[322], vertex-id=[168128], x-aai-txid=[2-aai-resources-221117-00:14:42:281-69953], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-11-17T00:14:43.068Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2022-11-17T00:14:43.072Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-17T00:14:43.072Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-17T00:14:43.084Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-17T00:14:43.085Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fe41113c-7334-465c-8b6b-469bf55f0a06 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-17T00:14:43.086Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-17T00:14:43.087Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:14:43.089Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:14:43.090Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644083085, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-17T00:14:43.196Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2022-11-17T00:14:43.197Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:14:43.198Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:14:43.215Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:14:43.215Z||pool-18-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:14:43.857Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:14:43.859Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-17T00:14:43.860Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe41113c-7334-465c-8b6b-469bf55f0a06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644083085, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-17T00:14:43.861Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-17T00:14:44.107Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:14:44.108Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:14:44.108Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:14:54.451Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:14:54.453Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:14:54.454Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:14:54.455Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:15:04.036Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:15:04.037Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:15:04.038Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:15:04.038Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:15:13.595Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:15:38.078Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:15:38.079Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:15:38.079Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:15:38.093Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:15:38.094Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:15:38.094Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:15:47.638Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:15:47.672Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:16:38.078Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:16:38.079Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:16:38.079Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:16:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:16:38.094Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:16:38.094Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:16:38.711Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:16:38.712Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-17T00:16:38.712Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"e57fe1e4-a3db-47f9-bf86-620d570c78ba","serviceName":"vFW 2022-11-17 00-15-09","serviceVersion":"1.0","serviceUUID":"de044b27-74fb-4cb1-a093-ef55eb68e9d6","serviceDescription":"catalog service description","serviceInvariantUUID":"a269a35e-817e-416a-b187-36e2cf22927c","resources":[{"resourceInstanceName":"vFW 16298461-ec9c 0","resourceName":"vFW 16298461-ec9c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"64cf6b93-41af-43d1-a9a7-19427f6ab74d","resourceInvariantUUID":"f31d394b-44ea-4908-ab0f-d05d09e29200","resourceCustomizationUUID":"30273ac7-921f-4140-ba37-a44b214d96af","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/vf-license-model.xml","artifactChecksum":"MjIzODM3ZTBhYzFkMDZlZGM4ZDI1Njc4NDUyYTNjOGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a4f66a72-5f66-402f-80d6-15f317839a83","artifactVersion":"1"},{"artifactName":"vfw16298461ec9c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/vfw16298461ec9c0_modules.json","artifactChecksum":"MmZmNDhkMzQ2NDBmZjgxOWJlZDRhMGUwY2FlNDNkMmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9bfe877b-74c5-4783-a53c-875f1f044088","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8cd2dae3-0ba0-4dd8-a5c9-3079c038dd5c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/vendor-license-model.xml","artifactChecksum":"YTNlMWU2ODhiNGE2MDdhMmM2OTRhMmY3ZWVmMGYyNzU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b60bffb3-4df1-4fec-87ef-be259440015d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4ec8f81b-b306-4cef-8e4c-f62b57613b8d","artifactVersion":"2","generatedFromUUID":"8cd2dae3-0ba0-4dd8-a5c9-3079c038dd5c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221117001509-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221117001509/1.0/artifacts/service-Vfw20221117001509-template.yml","artifactChecksum":"NzZhY2ZhMTRkYmQzZTMxYWMxMjEyM2QyZDdkYjc1ZjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"37abe387-542f-4727-9d8f-84d52e1b8871","artifactVersion":"1"},{"artifactName":"service-Vfw20221117001509-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221117001509/1.0/artifacts/service-Vfw20221117001509-csar.csar","artifactChecksum":"NjAwZTA0ZDE4ZDdhMWMzYmY4MDE2YmZhMjRiZTg0NDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c649c5e7-1c9b-4d98-b538-589fdb19ef47","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-17T00:16:38.717Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-17T00:16:38.718Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:16:38.722Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:16:38.722Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644198077, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:16:38.728Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:16:38.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-17T00:16:38.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "multicloud-k8s-id", "timestamp": 1668644164912, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:16:38.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-17T00:16:38.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-17T00:16:38.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "policy-id", "timestamp": 1668644167089, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:16:38.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-17T00:16:38.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-17T00:16:38.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "policy-id", "timestamp": 1668644167089, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/vfw16298461ec9c0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-17T00:16:38.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-17T00:16:38.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-17T00:16:38.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "multicloud-k8s-id", "timestamp": 1668644164912, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/vfw16298461ec9c0_modules.json", "status": "NOTIFIED" } 2022-11-17T00:16:38.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-17T00:16:38.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-17T00:16:38.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "multicloud-k8s-id", "timestamp": 1668644164912, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-11-17T00:16:38.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-17T00:16:38.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-17T00:16:38.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "policy-id", "timestamp": 1668644167089, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-11-17T00:16:38.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-17T00:16:38.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-17T00:16:38.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "cds", "timestamp": 1668644174127, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:16:38.735Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-17T00:16:38.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-17T00:16:38.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "multicloud-k8s-id", "timestamp": 1668644164912, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:16:38.735Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-17T00:16:38.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-17T00:16:38.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "policy-id", "timestamp": 1668644167089, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:16:38.735Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-17T00:16:38.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-17T00:16:38.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "cds", "timestamp": 1668644174127, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/vfw16298461ec9c0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-17T00:16:38.736Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-17T00:16:38.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-17T00:16:38.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "multicloud-k8s-id", "timestamp": 1668644164912, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-11-17T00:16:38.736Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-17T00:16:38.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-17T00:16:38.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "policy-id", "timestamp": 1668644167089, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-17T00:16:38.737Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-17T00:16:38.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-17T00:16:38.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "cds", "timestamp": 1668644174127, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-17T00:16:38.737Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-17T00:16:38.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-17T00:16:38.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668644176504, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:16:38.737Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-17T00:16:38.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-17T00:16:38.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "policy-id", "timestamp": 1668644167089, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/artifacts/service-Vfw20221117001509-template.yml", "status": "NOT_NOTIFIED" } 2022-11-17T00:16:38.738Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-17T00:16:38.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-17T00:16:38.738Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "multicloud-k8s-id", "timestamp": 1668644164912, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/artifacts/service-Vfw20221117001509-template.yml", "status": "NOT_NOTIFIED" } 2022-11-17T00:16:38.738Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-17T00:16:38.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-17T00:16:38.738Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "cds", "timestamp": 1668644174127, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:16:38.739Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-17T00:16:38.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-17T00:16:38.739Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "aai-ml", "timestamp": 1668644177110, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:16:38.739Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-17T00:16:38.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-17T00:16:38.739Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668644176504, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/vfw16298461ec9c0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-17T00:16:38.740Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-17T00:16:38.740Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-17T00:16:38.740Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "policy-id", "timestamp": 1668644167089, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/artifacts/service-Vfw20221117001509-csar.csar", "status": "NOTIFIED" } 2022-11-17T00:16:38.740Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-17T00:16:38.740Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-17T00:16:38.740Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "multicloud-k8s-id", "timestamp": 1668644164912, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/artifacts/service-Vfw20221117001509-csar.csar", "status": "NOTIFIED" } 2022-11-17T00:16:38.740Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-17T00:16:38.740Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-17T00:16:38.740Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "cds", "timestamp": 1668644174127, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-17T00:16:38.741Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-17T00:16:38.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-17T00:16:38.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "aai-ml", "timestamp": 1668644177110, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/vfw16298461ec9c0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-17T00:16:38.741Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-17T00:16:38.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-17T00:16:38.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668644176504, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-17T00:16:38.741Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-17T00:16:38.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-17T00:16:38.742Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "multicloud-k8s-id", "timestamp": 1668644179462, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/vfw16298461ec9c0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-17T00:16:38.742Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:16:38.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-17T00:16:38.742Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "policy-id", "timestamp": 1668644179474, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/artifacts/service-Vfw20221117001509-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-17T00:16:38.742Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:16:38.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-17T00:16:38.743Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "cds", "timestamp": 1668644174127, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/artifacts/service-Vfw20221117001509-template.yml", "status": "NOT_NOTIFIED" } 2022-11-17T00:16:38.743Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-17T00:16:38.743Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-17T00:16:38.743Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "aai-ml", "timestamp": 1668644177110, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-17T00:16:38.743Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-17T00:16:38.743Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-17T00:16:38.743Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668644176504, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:16:38.744Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-17T00:16:38.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-17T00:16:38.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "policy-id", "timestamp": 1668644180480, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/artifacts/service-Vfw20221117001509-csar.csar", "status": "DEPLOY_OK" } 2022-11-17T00:16:38.744Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:16:38.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-17T00:16:38.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "multicloud-k8s-id", "timestamp": 1668644180588, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-11-17T00:16:38.744Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:16:38.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-17T00:16:38.745Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "cds", "timestamp": 1668644174127, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/artifacts/service-Vfw20221117001509-csar.csar", "status": "NOTIFIED" } 2022-11-17T00:16:38.745Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-17T00:16:38.745Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-17T00:16:38.745Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "aai-ml", "timestamp": 1668644177110, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:16:38.745Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-17T00:16:38.745Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-17T00:16:38.745Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668644176504, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-17T00:16:38.746Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-17T00:16:38.746Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-17T00:16:38.746Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "policy-id", "timestamp": 1668644181483, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-17T00:16:38.770Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e57fe1e4-a3db-47f9-bf86-620d570c78ba 2022-11-17T00:16:38.770Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e57fe1e4-a3db-47f9-bf86-620d570c78ba and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-17T00:16:38.781Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-17T00:16:38.781Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "multicloud-k8s-id", "timestamp": 1668644181720, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-11-17T00:16:38.782Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:16:38.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-17T00:16:38.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "aai-ml", "timestamp": 1668644177110, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-17T00:16:38.782Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-17T00:16:38.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-17T00:16:38.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "cds", "timestamp": 1668644181935, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/artifacts/service-Vfw20221117001509-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-17T00:16:38.783Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:16:38.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-17T00:16:38.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668644176504, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/artifacts/service-Vfw20221117001509-template.yml", "status": "NOT_NOTIFIED" } 2022-11-17T00:16:38.784Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-17T00:16:38.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-17T00:16:38.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "multicloud-k8s-id", "timestamp": 1668644182751, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-17T00:16:38.793Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e57fe1e4-a3db-47f9-bf86-620d570c78ba 2022-11-17T00:16:38.793Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e57fe1e4-a3db-47f9-bf86-620d570c78ba and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-11-17T00:16:38.802Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-17T00:16:38.802Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "aai-ml", "timestamp": 1668644177110, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/artifacts/service-Vfw20221117001509-template.yml", "status": "NOT_NOTIFIED" } 2022-11-17T00:16:38.803Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-17T00:16:38.803Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-17T00:16:38.803Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668644176504, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/artifacts/service-Vfw20221117001509-csar.csar", "status": "NOTIFIED" } 2022-11-17T00:16:38.803Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-17T00:16:38.803Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-17T00:16:38.803Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "multicloud-k8s-id", "timestamp": 1668644183755, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/vfw16298461ec9c0_modules.json", "status": "DEPLOY_OK" } 2022-11-17T00:16:38.804Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:16:38.804Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-17T00:16:38.804Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "aai-ml", "timestamp": 1668644177110, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/artifacts/service-Vfw20221117001509-csar.csar", "status": "NOTIFIED" } 2022-11-17T00:16:38.804Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-17T00:16:38.804Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-17T00:16:38.804Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668644184338, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/artifacts/service-Vfw20221117001509-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-17T00:16:38.805Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:16:38.805Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-17T00:16:38.805Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "aai-ml", "timestamp": 1668644184944, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/artifacts/service-Vfw20221117001509-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-17T00:16:38.805Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:16:38.805Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-17T00:16:38.805Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668644187984, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/artifacts/service-Vfw20221117001509-csar.csar", "status": "DEPLOY_OK" } 2022-11-17T00:16:38.806Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:16:38.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-17T00:16:38.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668644188991, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-17T00:16:38.812Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e57fe1e4-a3db-47f9-bf86-620d570c78ba 2022-11-17T00:16:38.813Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e57fe1e4-a3db-47f9-bf86-620d570c78ba and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-17T00:16:38.822Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:16:38.823Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:16:38.824Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:16:38.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-17T00:16:38.824Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "aai-ml", "timestamp": 1668644194867, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/artifacts/service-Vfw20221117001509-csar.csar", "status": "DEPLOY_OK" } 2022-11-17T00:16:38.824Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:16:38.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-17T00:16:38.824Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "aai-ml", "timestamp": 1668644195874, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-17T00:16:38.835Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e57fe1e4-a3db-47f9-bf86-620d570c78ba 2022-11-17T00:16:38.835Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e57fe1e4-a3db-47f9-bf86-620d570c78ba and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-17T00:16:38.843Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:16:38.844Z||pool-19-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-11-17T00:16:39.723Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-17T00:16:39.723Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:16:39.725Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:16:39.725Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644198077, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/vfw16298461ec9c0_modules.json", "status": "NOTIFIED" } 2022-11-17T00:16:39.825Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:16:39.826Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:16:39.827Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:16:39.845Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:16:39.846Z||pool-20-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-11-17T00:16:40.726Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-17T00:16:40.727Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:16:40.730Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:16:40.730Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644198077, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-11-17T00:16:40.831Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:16:40.832Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:16:40.832Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:16:40.848Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:16:40.848Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-11-17T00:16:41.731Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-17T00:16:41.732Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:16:41.734Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:16:41.734Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644198077, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:16:41.835Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-17T00:16:41.836Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:16:41.836Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:16:41.850Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:16:41.851Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:16:42.735Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-17T00:16:42.736Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:16:42.738Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:16:42.739Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644198077, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-11-17T00:16:42.839Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:16:42.840Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:16:42.840Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:16:42.858Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:16:42.858Z||pool-23-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:16:43.739Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-17T00:16:43.740Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:16:43.742Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:16:43.742Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644198077, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/artifacts/service-Vfw20221117001509-template.yml", "status": "NOT_NOTIFIED" } 2022-11-17T00:16:43.843Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:16:43.844Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:16:43.844Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:16:43.859Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:16:43.860Z||pool-24-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:16:44.743Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-17T00:16:44.744Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:16:44.746Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:16:44.747Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644198077, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/artifacts/service-Vfw20221117001509-csar.csar", "status": "NOTIFIED" } 2022-11-17T00:16:44.847Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:16:44.848Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:16:44.848Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:16:44.863Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:16:44.863Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:16:45.748Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "serviceName": "vFW 2022-11-17 00-15-09", "serviceVersion": "1.0", "serviceUUID": "de044b27-74fb-4cb1-a093-ef55eb68e9d6", "serviceDescription": "catalog service description", "serviceInvariantUUID": "a269a35e-817e-416a-b187-36e2cf22927c", "resources": [ { "resourceInstanceName": "vFW 16298461-ec9c 0", "resourceCustomizationUUID": "30273ac7-921f-4140-ba37-a44b214d96af", "resourceName": "vFW 16298461-ec9c", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "64cf6b93-41af-43d1-a9a7-19427f6ab74d", "resourceInvariantUUID": "f31d394b-44ea-4908-ab0f-d05d09e29200", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw16298461ec9c0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/vfw16298461ec9c0_modules.json", "artifactChecksum": "MmZmNDhkMzQ2NDBmZjgxOWJlZDRhMGUwY2FlNDNkMmQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9bfe877b-74c5-4783-a53c-875f1f044088", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "8cd2dae3-0ba0-4dd8-a5c9-3079c038dd5c", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "4ec8f81b-b306-4cef-8e4c-f62b57613b8d", "generatedFromUUID": "8cd2dae3-0ba0-4dd8-a5c9-3079c038dd5c" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "4ec8f81b-b306-4cef-8e4c-f62b57613b8d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20221117001509-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/artifacts/service-Vfw20221117001509-csar.csar", "artifactChecksum": "NjAwZTA0ZDE4ZDdhMWMzYmY4MDE2YmZhMjRiZTg0NDU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c649c5e7-1c9b-4d98-b538-589fdb19ef47" } ], "workloadContext": "Production" } 2022-11-17T00:16:45.749Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-17T00:16:45.749Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 de044b27-74fb-4cb1-a093-ef55eb68e9d6 ASDC 2022-11-17T00:16:45.749Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:e57fe1e4-a3db-47f9-bf86-620d570c78ba ServiceName:vFW 2022-11-17 00-15-09 ServiceVersion:1.0 ServiceUUID:de044b27-74fb-4cb1-a093-ef55eb68e9d6 ServiceInvariantUUID:a269a35e-817e-416a-b187-36e2cf22927c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20221117001509-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221117001509/1.0/artifacts/service-Vfw20221117001509-csar.csar ArtifactUUID:c649c5e7-1c9b-4d98-b538-589fdb19ef47 ArtifactChecksum:NjAwZTA0ZDE4ZDdhMWMzYmY4MDE2YmZhMjRiZTg0NDU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 16298461-ec9c 0 ResourceCustomizationUUID:30273ac7-921f-4140-ba37-a44b214d96af ResourceInvariantUUID:f31d394b-44ea-4908-ab0f-d05d09e29200 ResourceName:vFW 16298461-ec9c ResourceType:VF ResourceUUID:64cf6b93-41af-43d1-a9a7-19427f6ab74d ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw16298461ec9c0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/vfw16298461ec9c0_modules.json ArtifactUUID:9bfe877b-74c5-4783-a53c-875f1f044088 ArtifactChecksum:MmZmNDhkMzQ2NDBmZjgxOWJlZDRhMGUwY2FlNDNkMmQ= 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/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/base_vfw.yaml ArtifactUUID:8cd2dae3-0ba0-4dd8-a5c9-3079c038dd5c 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/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/base_vfw.env ArtifactUUID:4ec8f81b-b306-4cef-8e4c-f62b57613b8d 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/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/base_vfw.env ArtifactUUID:4ec8f81b-b306-4cef-8e4c-f62b57613b8d ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-17T00:16:45.750Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF de044b27-74fb-4cb1-a093-ef55eb68e9d6 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-17T00:16:45.790Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-17T00:16:45.791Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-17T00:16:45.792Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-17T00:16:45.792Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c649c5e7-1c9b-4d98-b538-589fdb19ef47 from URL: /sdc/v1/catalog/services/Vfw20221117001509/1.0/artifacts/service-Vfw20221117001509-csar.csar 2022-11-17T00:16:45.792Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-17T00:16:45.792Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221117001509/1.0/artifacts/service-Vfw20221117001509-csar.csar 2022-11-17T00:16:45.902Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-17T00:16:45.904Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221117001509/1.0/artifacts/service-Vfw20221117001509-csar.csar c649c5e7-1c9b-4d98-b538-589fdb19ef47 100702 2022-11-17T00:16:45.904Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221117001509/1.0/artifacts/service-Vfw20221117001509-csar.csar ASDC sendASDCNotification 2022-11-17T00:16:45.905Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221117001509/1.0/artifacts/service-Vfw20221117001509-csar.csar 2022-11-17T00:16:45.905Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-17T00:16:45.905Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:16:45.908Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:16:45.908Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644205904, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/artifacts/service-Vfw20221117001509-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-17T00:16:46.008Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:16:46.009Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:16:46.009Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:16:46.027Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:16:46.028Z||pool-26-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:16:46.909Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-17T00:16:46.910Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-17T00:16:46.911Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: c649c5e7-1c9b-4d98-b538-589fdb19ef47, URL: /sdc/v1/catalog/services/Vfw20221117001509/1.0/artifacts/service-Vfw20221117001509-csar.csar to file: /app/ASDC/1/service-Vfw20221117001509-csar.csar 2022-11-17T00:16:46.912Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221117001509-csar.csar 2022-11-17T00:16:46.913Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221117001509-csar.csar 2022-11-17T00:16:46.913Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221117001509-csar.csar 2022-11-17T00:16:47.189Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16310687422172044904/Definitions/service-Vfw20221117001509-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vfw_name" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_user_data_format" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_key_name" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "compute_vfw_metadata" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided Log warning: The required parameter "compute_vsn_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vsn_key_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "compute_vsn_user_data_format" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "compute_vsn_metadata" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided Log warning: The required parameter "compute_vpg_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vpg_user_data_format" is not provided Log warning: The required parameter "compute_vpg_key_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vpg_metadata" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2022-11-17T00:16:49.514Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-17T00:16:49.515Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-11-17T00:16:49.515Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221117001509-csar.csar 2022-11-17T00:16:49.515Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2022-11-17T00:16:49.515Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221117001509-csar.csar 2022-11-17T00:16:49.515Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221117001509-csar.csar 2022-11-17T00:16:49.516Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221117001509-csar.csar 2022-11-17T00:16:49.516Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221117001509-csar.csar 2022-11-17T00:16:49.516Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221117001509-csar.csar 2022-11-17T00:16:49.516Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 16298461-ec9c 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-Vfw20221117001509-csar.csar 2022-11-17T00:16:49.516Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221117001509-csar.csar 2022-11-17T00:16:49.516Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221117001509-csar.csar 2022-11-17T00:16:49.517Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221117001509-csar.csar 2022-11-17T00:16:49.517Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221117001509-csar.csar 2022-11-17T00:16:49.517Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221117001509-csar.csar 2022-11-17T00:16:49.517Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-11-17T00:16:49.517Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:16:49.517Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-17 00-15-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:16:49.518Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vFW 16298461-ec9c 0 is matching search criteria 2022-11-17T00:16:49.518Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-11-17T00:16:49.518Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 16298461-ec9c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-17T00:16:49.519Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:16:49.519Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-17 00-15-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:16:49.519Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vFW 16298461-ec9c 0 is matching search criteria 2022-11-17T00:16:49.519Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-11-17T00:16:49.520Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 16298461-ec9c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-17T00:16:49.520Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:16:49.520Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-17 00-15-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:16:49.520Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:16:49.521Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vFW 16298461-ec9c 0 is not matching search criteria 2022-11-17T00:16:49.521Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-17T00:16:49.521Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-17T00:16:49.521Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-17T00:16:49.522Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-17T00:16:49.522Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-17T00:16:49.522Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-17T00:16:49.523Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-17T00:16:49.523Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-17T00:16:49.523Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-17T00:16:49.524Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-17T00:16:49.524Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-17T00:16:49.524Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-17T00:16:49.524Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-17T00:16:49.525Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-17T00:16:49.525Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-17T00:16:49.525Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-17T00:16:49.525Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:16:49.526Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-17 00-15-09 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-17T00:16:49.526Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:16:49.526Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vFW 16298461-ec9c 0 is matching search criteria 2022-11-17T00:16:49.527Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 16298461-ec9c 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-17T00:16:49.527Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:16:49.527Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vFW 16298461-ec9c 0 is matching search criteria 2022-11-17T00:16:49.528Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 16298461-ec9c 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-17T00:16:49.528Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:16:49.528Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vFW 16298461-ec9c 0 is matching search criteria 2022-11-17T00:16:49.528Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 16298461-ec9c 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-17T00:16:49.529Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:16:49.529Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vFW 16298461-ec9c 0 is not matching search criteria 2022-11-17T00:16:49.529Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-17T00:16:49.529Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-11-17T00:16:49.529Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-17T00:16:49.530Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-17T00:16:49.530Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-17T00:16:49.530Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-17T00:16:49.530Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-17T00:16:49.531Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-17T00:16:49.531Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-17T00:16:49.531Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-17T00:16:49.531Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-17T00:16:49.532Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a5a43f20-873f-4e41-a0bc-7aad7742057e 2022-11-17T00:16:49.532Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:16:49.532Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vFW 16298461-ec9c 0 is not matching search criteria 2022-11-17T00:16:49.532Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-17T00:16:49.533Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-17T00:16:49.533Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-17T00:16:49.533Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-17T00:16:49.533Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-17T00:16:49.533Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-17T00:16:49.534Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-17T00:16:49.534Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-11-17T00:16:49.534Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-17T00:16:49.534Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-17T00:16:49.534Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-17T00:16:49.535Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-17T00:16:49.535Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=451b380a-8a35-4d23-8ba8-5555f567dedf 2022-11-17T00:16:49.536Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:16:49.536Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vFW 16298461-ec9c 0 is not matching search criteria 2022-11-17T00:16:49.536Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-17T00:16:49.536Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-17T00:16:49.536Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-17T00:16:49.537Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-17T00:16:49.537Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-17T00:16:49.537Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-17T00:16:49.537Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-17T00:16:49.538Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-17T00:16:49.538Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-17T00:16:49.538Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-17T00:16:49.538Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-17T00:16:49.538Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-11-17T00:16:49.539Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a228e1ed-832e-4ea5-b6d4-1770dded2094 2022-11-17T00:16:49.539Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:16:49.539Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-17 00-15-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:16:49.539Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:16:49.540Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-17 00-15-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:16:49.540Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:16:49.540Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-17 00-15-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:16:49.541Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:16:49.541Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-17 00-15-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:16:49.541Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-11-17 00-15-09 Description:catalog service description Model UUID:de044b27-74fb-4cb1-a093-ef55eb68e9d6 Model Version:NULL Model InvariantUuid:a269a35e-817e-416a-b187-36e2cf22927c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 16298461-ec9c Model UUID:73def4c1-00fd-4656-a310-5fb35cfea428 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:f31d394b-44ea-4908-ab0f-d05d09e29200 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:30273ac7-921f-4140-ba37-a44b214d96af NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:2c54ef9a-772f-4f84-803b-eeddf9983669 ModelName:Vfw16298461Ec9c..base_vfw..module-0 ModelUuid:eaa4cc36-31a7-4760-b859-a39c163866d1 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:a5a43f20-873f-4e41-a0bc-7aad7742057e ModelInvariantUuid:425c0705-03f2-4fef-b22b-14930810567f ModelName:vFW 16298461-ec9c-nodes.vfwCvfc ModelUuid:eda5bccc-ab80-4e5b-870c-3141c389c157 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:77009324-8b44-4275-9c90-695faf8107b8 ModelInvariantUuid:b8b94778-5c8f-41f2-b922-f7d6cf038901 ModelName:Vfw16298461Ec9c.compute.nodes.heat.vfw ModelUuid:221af9c5-f0af-4bc8-a32a-89bc8fbb2e9a ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:451b380a-8a35-4d23-8ba8-5555f567dedf ModelInvariantUuid:35e19d5d-fded-4e5f-8c30-fef67af6159f ModelName:vFW 16298461-ec9c-nodes.vsnCvfc ModelUuid:63910992-17bf-4aee-8b72-f6f87239711d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:58c61a26-5e6d-42d9-b62f-188e7f5b8340 ModelInvariantUuid:8ba2d64f-9c7d-436b-8f3f-b2f3393fd221 ModelName:Vfw16298461Ec9c.compute.nodes.heat.vsn ModelUuid:d646479d-aec5-4588-9d37-ef5a9286c47d ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:a228e1ed-832e-4ea5-b6d4-1770dded2094 ModelInvariantUuid:76b2d72b-13bb-4879-9a25-d8f65610fdfb ModelName:vFW 16298461-ec9c-nodes.vpgCvfc ModelUuid:b8b47ad1-e6ad-4057-80fd-3a37fcf9ea8c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:9949331b-048c-4308-b1e9-c95bd2550621 ModelInvariantUuid:b8910205-c2b5-4ad4-a8e3-e41d1ccd400e ModelName:Vfw16298461Ec9c.compute.nodes.heat.vpg ModelUuid:b87fc16a-bb73-477f-86d3-aa368b090604 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-17T00:16:49.555Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 64cf6b93-41af-43d1-a9a7-19427f6ab74d Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-17T00:16:49.560Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||vFW 16298461-ec9c 0 2022-11-17T00:16:49.560Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 64cf6b93-41af-43d1-a9a7-19427f6ab74d 2022-11-17T00:16:49.561Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9bfe877b-74c5-4783-a53c-875f1f044088 from URL: /sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/vfw16298461ec9c0_modules.json 2022-11-17T00:16:49.561Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-17T00:16:49.561Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/vfw16298461ec9c0_modules.json 2022-11-17T00:16:49.697Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-17T00:16:49.698Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/vfw16298461ec9c0_modules.json 9bfe877b-74c5-4783-a53c-875f1f044088 785 2022-11-17T00:16:49.698Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/vfw16298461ec9c0_modules.json ASDC sendASDCNotification 2022-11-17T00:16:49.699Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/vfw16298461ec9c0_modules.json 2022-11-17T00:16:49.699Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-17T00:16:49.699Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:16:49.701Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:16:49.702Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644209698, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/vfw16298461ec9c0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-17T00:16:49.802Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:16:49.803Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:16:49.803Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:16:49.838Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:16:49.839Z||pool-27-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:16:50.703Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw16298461Ec9c..base_vfw..module-0", "vfModuleModelInvariantUUID": "2c54ef9a-772f-4f84-803b-eeddf9983669", "vfModuleModelVersion": "1", "vfModuleModelUUID": "eaa4cc36-31a7-4760-b859-a39c163866d1", "vfModuleModelCustomizationUUID": "391c4703-0f79-48f7-ac64-23a1dc1c0759", "isBase": true, "artifacts": [ "8cd2dae3-0ba0-4dd8-a5c9-3079c038dd5c", "4ec8f81b-b306-4cef-8e4c-f62b57613b8d" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-17T00:16:50.709Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw16298461Ec9c..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:eaa4cc36-31a7-4760-b859-a39c163866d1 VfModuleModelInvariantUUID:2c54ef9a-772f-4f84-803b-eeddf9983669 VfModuleModelDescription:NULL Artifacts UUID List:{ 8cd2dae3-0ba0-4dd8-a5c9-3079c038dd5c , 4ec8f81b-b306-4cef-8e4c-f62b57613b8d } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-17T00:16:50.711Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw16298461Ec9c..base_vfw..module-0", "vfModuleModelInvariantUUID": "2c54ef9a-772f-4f84-803b-eeddf9983669", "vfModuleModelVersion": "1", "vfModuleModelUUID": "eaa4cc36-31a7-4760-b859-a39c163866d1", "vfModuleModelCustomizationUUID": "391c4703-0f79-48f7-ac64-23a1dc1c0759", "isBase": true, "artifacts": [ "8cd2dae3-0ba0-4dd8-a5c9-3079c038dd5c", "4ec8f81b-b306-4cef-8e4c-f62b57613b8d" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-17T00:16:50.711Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw16298461Ec9c..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:eaa4cc36-31a7-4760-b859-a39c163866d1 VfModuleModelInvariantUUID:2c54ef9a-772f-4f84-803b-eeddf9983669 VfModuleModelDescription:NULL Artifacts UUID List:{ 8cd2dae3-0ba0-4dd8-a5c9-3079c038dd5c , 4ec8f81b-b306-4cef-8e4c-f62b57613b8d } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-17T00:16:50.711Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8cd2dae3-0ba0-4dd8-a5c9-3079c038dd5c from URL: /sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/base_vfw.yaml 2022-11-17T00:16:50.711Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-17T00:16:50.712Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/base_vfw.yaml 2022-11-17T00:16:50.777Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-17T00:16:50.778Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/base_vfw.yaml 8cd2dae3-0ba0-4dd8-a5c9-3079c038dd5c 20368 2022-11-17T00:16:50.778Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-11-17T00:16:50.778Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/base_vfw.yaml 2022-11-17T00:16:50.779Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-17T00:16:50.779Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:16:50.782Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:16:50.782Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644210778, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-11-17T00:16:50.882Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:16:50.884Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:16:50.884Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:16:50.903Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:16:50.904Z||pool-28-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-11-17T00:16:51.782Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4ec8f81b-b306-4cef-8e4c-f62b57613b8d from URL: /sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/base_vfw.env 2022-11-17T00:16:51.783Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-17T00:16:51.783Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/base_vfw.env 2022-11-17T00:16:51.847Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-17T00:16:51.848Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/base_vfw.env 4ec8f81b-b306-4cef-8e4c-f62b57613b8d 2098 2022-11-17T00:16:51.848Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-11-17T00:16:51.849Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/base_vfw.env 2022-11-17T00:16:51.849Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-17T00:16:51.849Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:16:51.851Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:16:51.851Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644211848, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-11-17T00:16:51.951Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:16:51.952Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:16:51.952Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:16:51.975Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:16:51.976Z||pool-29-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:16:52.852Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: de044b27-74fb-4cb1-a093-ef55eb68e9d6 2022-11-17T00:16:52.853Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 16298461-ec9c 0 64cf6b93-41af-43d1-a9a7-19427f6ab74d ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-17T00:16:52.877Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1aaefd85, org.onap.sdc.toscaparser.api.parameters.Input@6989293, org.onap.sdc.toscaparser.api.parameters.Input@360fc15e, org.onap.sdc.toscaparser.api.parameters.Input@aa770a3, org.onap.sdc.toscaparser.api.parameters.Input@6788f6a7] 2022-11-17T00:16:52.878Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:16:52.879Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-17 00-15-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:16:52.879Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-11-17T00:16:52.879Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 30273ac7-921f-4140-ba37-a44b214d96af 2022-11-17T00:16:52.879Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 30273ac7-921f-4140-ba37-a44b214d96af matches Tosca VF Customization UUID: 30273ac7-921f-4140-ba37-a44b214d96af 2022-11-17T00:16:52.880Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 30273ac7-921f-4140-ba37-a44b214d96af matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-11-17T00:16:52.883Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:16:52.883Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-17 00-15-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:16:52.884Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 30273ac7-921f-4140-ba37-a44b214d96af: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-17T00:16:52.884Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5c988b72 2022-11-17T00:16:52.884Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:16:52.884Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-17 00-15-09 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-17T00:16:52.884Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 391c4703-0f79-48f7-ac64-23a1dc1c0759 2022-11-17T00:16:52.885Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 391c4703-0f79-48f7-ac64-23a1dc1c0759 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-11-17T00:16:52.887Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:16:52.888Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vFW 16298461-ec9c 0 is matching search criteria 2022-11-17T00:16:52.888Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 16298461-ec9c 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-17T00:16:52.888Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:16:52.888Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vFW 16298461-ec9c 0 is matching search criteria 2022-11-17T00:16:52.888Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 16298461-ec9c 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-17T00:16:52.889Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:16:52.889Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vFW 16298461-ec9c 0 is not matching search criteria 2022-11-17T00:16:52.889Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-17T00:16:52.890Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-11-17T00:16:52.890Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-17T00:16:52.890Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-17T00:16:52.890Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-17T00:16:52.890Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-17T00:16:52.890Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-17T00:16:52.890Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-17T00:16:52.891Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-17T00:16:52.891Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-17T00:16:52.891Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-17T00:16:52.891Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a5a43f20-873f-4e41-a0bc-7aad7742057e Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-17T00:16:52.894Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:16:52.894Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vFW 16298461-ec9c 0 is matching search criteria 2022-11-17T00:16:52.894Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 16298461-ec9c 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-17T00:16:52.894Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:16:52.895Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vFW 16298461-ec9c 0 is not matching search criteria 2022-11-17T00:16:52.895Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-17T00:16:52.895Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-17T00:16:52.895Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-17T00:16:52.895Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-17T00:16:52.895Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-17T00:16:52.896Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-17T00:16:52.896Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-17T00:16:52.896Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-11-17T00:16:52.896Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-17T00:16:52.896Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-17T00:16:52.896Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-17T00:16:52.896Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-17T00:16:52.897Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=451b380a-8a35-4d23-8ba8-5555f567dedf Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-17T00:16:52.899Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:16:52.899Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vFW 16298461-ec9c 0 is matching search criteria 2022-11-17T00:16:52.899Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 16298461-ec9c 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-17T00:16:52.903Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:16:52.903Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vFW 16298461-ec9c 0 is not matching search criteria 2022-11-17T00:16:52.903Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-17T00:16:52.903Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-17T00:16:52.904Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-17T00:16:52.904Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-17T00:16:52.904Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-17T00:16:52.904Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-17T00:16:52.904Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-17T00:16:52.904Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-17T00:16:52.905Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-17T00:16:52.905Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-17T00:16:52.905Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-17T00:16:52.905Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-11-17T00:16:52.905Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a228e1ed-832e-4ea5-b6d4-1770dded2094 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-17T00:16:52.908Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:16:52.908Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vFW 16298461-ec9c 0 is matching search criteria 2022-11-17T00:16:52.908Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 16298461-ec9c 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-17T00:16:52.908Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:16:52.909Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Node template vFW 16298461-ec9c 0 is matching search criteria 2022-11-17T00:16:52.909Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 16298461-ec9c 0] matching following query criteria: sdcType=VF, customizationUUID=30273ac7-921f-4140-ba37-a44b214d96af Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-17T00:16:52.912Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:16:52.912Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-17 00-15-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:16:52.912Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid de044b27-74fb-4cb1-a093-ef55eb68e9d6: vFW 16298461-ec9c 2022-11-17T00:16:52.912Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:16:52.913Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-17 00-15-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:16:52.913Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:16:52.913Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-17 00-15-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:16:52.913Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:16:52.913Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-17 00-15-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:16:52.913Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:16:52.913Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-17 00-15-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:16:52.914Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:16:52.914Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-17 00-15-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:16:52.914Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-11-17 00-15-09 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-17T00:16:53.132Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 16298461-ec9c 64cf6b93-41af-43d1-a9a7-19427f6ab74d 1 ASDC deployResourceStructure 2022-11-17T00:16:53.132Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/vfw16298461ec9c0_modules.json ASDC sendASDCNotification 2022-11-17T00:16:53.133Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/vfw16298461ec9c0_modules.json 2022-11-17T00:16:53.133Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-17T00:16:53.133Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:16:53.136Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:16:53.136Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644213132, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/vfw16298461ec9c0_modules.json", "status": "DEPLOY_OK" } 2022-11-17T00:16:53.236Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:16:53.237Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:16:53.237Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:16:53.252Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:16:53.252Z||pool-30-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:16:54.137Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-11-17T00:16:54.137Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/base_vfw.yaml 2022-11-17T00:16:54.137Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-17T00:16:54.137Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:16:54.139Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:16:54.139Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644214137, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-11-17T00:16:54.239Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:16:54.240Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:16:54.240Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:16:54.256Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:16:54.256Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:16:55.140Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-11-17T00:16:55.141Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/base_vfw.env 2022-11-17T00:16:55.141Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-17T00:16:55.142Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:16:55.144Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:16:55.144Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644215140, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-11-17T00:16:55.244Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:16:55.245Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:16:55.245Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:16:55.260Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:16:55.260Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:16:56.145Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221117001509/1.0/artifacts/service-Vfw20221117001509-csar.csar ASDC sendASDCNotification 2022-11-17T00:16:56.145Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221117001509/1.0/artifacts/service-Vfw20221117001509-csar.csar 2022-11-17T00:16:56.146Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-17T00:16:56.146Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:16:56.149Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:16:56.149Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644216145, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/artifacts/service-Vfw20221117001509-csar.csar", "status": "DEPLOY_OK" } 2022-11-17T00:16:56.249Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:16:56.250Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:16:56.251Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:16:56.266Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:16:56.266Z||pool-33-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:16:57.150Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e57fe1e4-a3db-47f9-bf86-620d570c78ba Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-17T00:16:57.169Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e57fe1e4-a3db-47f9-bf86-620d570c78ba Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-17T00:16:57.175Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-17T00:16:57.175Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-17T00:16:57.175Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-17T00:16:57.175Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-17T00:16:57.176Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-17T00:16:57.176Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-17T00:16:57.176Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-17T00:16:57.176Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-17T00:16:57.177Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-17T00:16:57.184Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-17T00:17:27.184Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e57fe1e4-a3db-47f9-bf86-620d570c78ba and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-17T00:17:27.193Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e57fe1e4-a3db-47f9-bf86-620d570c78ba and serviceModelVersionId: de044b27-74fb-4cb1-a093-ef55eb68e9d6 2022-11-17T00:17:27.194Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a269a35e-817e-416a-b187-36e2cf22927c 2022-11-17T00:17:27.195Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a269a35e-817e-416a-b187-36e2cf22927c/model-vers/model-ver/de044b27-74fb-4cb1-a093-ef55eb68e9d6?depth=0 2022-11-17T00:17:27.200Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-11-17T00:17:27.242Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a269a35e-817e-416a-b187-36e2cf22927c/model-vers/model-ver/de044b27-74fb-4cb1-a093-ef55eb68e9d6?depth=0|INFO|500||Invoke 2022-11-17T00:17:27.243Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a269a35e-817e-416a-b187-36e2cf22927c/model-vers/model-ver/de044b27-74fb-4cb1-a093-ef55eb68e9d6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a269a35e-817e-416a-b187-36e2cf22927c/model-vers/model-ver/de044b27-74fb-4cb1-a093-ef55eb68e9d6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e57fe1e4-a3db-47f9-bf86-620d570c78ba], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fa05fc15-6568-4bf3-85e4-8e30db8ef249], X-ECOMP-RequestID=[e57fe1e4-a3db-47f9-bf86-620d570c78ba], X-TransactionId=[], X-ONAP-RequestID=[e57fe1e4-a3db-47f9-bf86-620d570c78ba], Content-Type=[application/merge-patch+json]} 2022-11-17T00:17:27.247Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a269a35e-817e-416a-b187-36e2cf22927c/model-vers/model-ver/de044b27-74fb-4cb1-a093-ef55eb68e9d6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-17T00:17:27.394Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a269a35e-817e-416a-b187-36e2cf22927c/model-vers/model-ver/de044b27-74fb-4cb1-a093-ef55eb68e9d6?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/a269a35e-817e-416a-b187-36e2cf22927c/model-vers/model-ver/de044b27-74fb-4cb1-a093-ef55eb68e9d6?depth=0 has http status code:200 and response headers:{date=[Thu, 17 Nov 2022 00:17:26 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[143], vertex-id=[213064], x-aai-txid=[1-aai-resources-221117-00:17:26:808-89742], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-11-17T00:17:27.395Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a269a35e-817e-416a-b187-36e2cf22927c/model-vers/model-ver/de044b27-74fb-4cb1-a093-ef55eb68e9d6?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-17T00:17:27.395Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a269a35e-817e-416a-b187-36e2cf22927c/model-vers/model-ver/de044b27-74fb-4cb1-a093-ef55eb68e9d6?depth=0|INFO|500||InvokeReturn 2022-11-17T00:17:27.396Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-17T00:17:27.396Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-17T00:17:27.403Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-17T00:17:27.403Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e57fe1e4-a3db-47f9-bf86-620d570c78ba and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-17T00:17:27.404Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-17T00:17:27.404Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:17:27.406Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:17:27.406Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644247404, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-17T00:17:27.506Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-17T00:17:27.508Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:17:27.508Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:17:27.528Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:17:27.528Z||pool-34-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-17T00:17:38.078Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:17:38.078Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:17:38.079Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:17:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:17:38.094Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:17:38.094Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:17:38.218Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:17:38.219Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-17T00:17:38.219Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644198077, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:17:38.220Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-17T00:17:47.635Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:18:38.078Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:18:38.079Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:18:38.079Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:18:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:18:38.094Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:18:38.094Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:18:38.621Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:18:38.622Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-17T00:18:38.622Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644198077, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/vfw16298461ec9c0_modules.json", "status": "NOTIFIED" } 2022-11-17T00:18:38.623Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-17T00:18:38.623Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-17T00:18:38.623Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644198077, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-11-17T00:18:38.624Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-17T00:18:38.624Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-17T00:18:38.624Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644198077, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:18:38.624Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-17T00:18:38.624Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-17T00:18:38.624Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644198077, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-11-17T00:18:38.624Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-17T00:18:38.624Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-17T00:18:38.624Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644198077, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/artifacts/service-Vfw20221117001509-template.yml", "status": "NOT_NOTIFIED" } 2022-11-17T00:18:38.625Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-17T00:18:38.625Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-17T00:18:38.625Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644198077, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/artifacts/service-Vfw20221117001509-csar.csar", "status": "NOTIFIED" } 2022-11-17T00:18:38.625Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-17T00:18:38.625Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-17T00:18:38.625Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644205904, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/artifacts/service-Vfw20221117001509-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-17T00:18:38.625Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:18:38.625Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-17T00:18:38.626Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644209698, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/vfw16298461ec9c0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-17T00:18:38.626Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:18:38.626Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-17T00:18:38.626Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644210778, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-11-17T00:18:38.626Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:18:38.626Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-17T00:18:38.626Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644211848, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-11-17T00:18:38.626Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:18:38.627Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-17T00:18:38.627Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644213132, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/vfw16298461ec9c0_modules.json", "status": "DEPLOY_OK" } 2022-11-17T00:18:38.627Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:18:38.627Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-17T00:18:38.627Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644214137, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-11-17T00:18:38.627Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:18:38.627Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-17T00:18:38.627Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644215140, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/resourceInstances/vfw16298461ec9c0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-11-17T00:18:38.627Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:18:38.628Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-17T00:18:38.628Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644216145, "artifactURL": "/sdc/v1/catalog/services/Vfw20221117001509/1.0/artifacts/service-Vfw20221117001509-csar.csar", "status": "DEPLOY_OK" } 2022-11-17T00:18:38.628Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:18:38.628Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-17T00:18:38.628Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e57fe1e4-a3db-47f9-bf86-620d570c78ba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644247404, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-17T00:18:38.628Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:18:47.636Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:19:38.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:19:38.079Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:19:38.079Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:19:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:19:38.094Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:19:38.094Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:19:47.646Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:19:47.649Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:20:38.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:20:38.078Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:20:38.079Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:20:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:20:38.094Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:20:38.094Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:20:47.638Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:20:47.644Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:21:38.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:21:38.078Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:21:38.078Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:21:38.093Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:21:38.094Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:21:38.094Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:21:47.644Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:21:47.645Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:22:38.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:22:38.078Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:22:38.078Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:22:38.093Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:22:38.094Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:22:38.094Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:22:47.667Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:22:47.674Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:23:38.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:23:38.078Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:23:38.079Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:23:38.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:23:38.094Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:23:38.094Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:23:47.646Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:23:47.670Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:24:38.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:24:38.078Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:24:38.078Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:24:38.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:24:38.094Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:24:38.094Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:24:47.653Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:24:47.658Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:25:38.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:25:38.078Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:25:38.079Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:25:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:25:38.094Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:25:38.094Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:25:38.747Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:25:38.748Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:25:38.749Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d1b7af-f53e-4981-b433-44db4dfb4fdf", "consumerID": "cds", "timestamp": 1668644714127, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-17T00:25:38.750Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:25:38.750Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:25:38.750Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d1b7af-f53e-4981-b433-44db4dfb4fdf", "consumerID": "aai-ml", "timestamp": 1668644717110, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-17T00:25:38.750Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:25:38.750Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:25:38.750Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d1b7af-f53e-4981-b433-44db4dfb4fdf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668644716504, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-17T00:25:38.750Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:25:38.751Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:25:38.751Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d1b7af-f53e-4981-b433-44db4dfb4fdf", "consumerID": "cds", "timestamp": 1668644714127, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-17T00:25:38.751Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:25:38.751Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:25:38.751Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d1b7af-f53e-4981-b433-44db4dfb4fdf", "consumerID": "aai-ml", "timestamp": 1668644717110, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-17T00:25:38.751Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:25:38.751Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:25:38.751Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d1b7af-f53e-4981-b433-44db4dfb4fdf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668644716504, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-17T00:25:38.751Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:25:38.751Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:25:38.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d1b7af-f53e-4981-b433-44db4dfb4fdf", "consumerID": "multicloud-k8s-id", "timestamp": 1668644724912, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-17T00:25:38.752Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:25:38.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:25:38.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d1b7af-f53e-4981-b433-44db4dfb4fdf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668644726238, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-17T00:25:38.752Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:25:38.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:25:38.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d1b7af-f53e-4981-b433-44db4dfb4fdf", "consumerID": "aai-ml", "timestamp": 1668644726170, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-17T00:25:38.752Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:25:38.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:25:38.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d1b7af-f53e-4981-b433-44db4dfb4fdf", "consumerID": "cds", "timestamp": 1668644726228, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-17T00:25:38.752Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:25:38.753Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:25:38.753Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d1b7af-f53e-4981-b433-44db4dfb4fdf", "consumerID": "multicloud-k8s-id", "timestamp": 1668644724912, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-17T00:25:38.753Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:25:38.753Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:25:38.753Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d1b7af-f53e-4981-b433-44db4dfb4fdf", "consumerID": "policy-id", "timestamp": 1668644727089, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-17T00:25:38.753Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:25:38.753Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:25:38.753Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d1b7af-f53e-4981-b433-44db4dfb4fdf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668644727919, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-17T00:25:38.753Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:25:38.753Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:25:38.753Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d1b7af-f53e-4981-b433-44db4dfb4fdf", "consumerID": "policy-id", "timestamp": 1668644727089, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-17T00:25:38.753Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:25:38.754Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:25:38.754Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d1b7af-f53e-4981-b433-44db4dfb4fdf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668644728925, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } 2022-11-17T00:25:38.755Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:25:38.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-17T00:25:38.756Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"e8d1b7af-f53e-4981-b433-44db4dfb4fdf","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"37b52be7-55de-4c5d-be3c-c51f59d6569a","serviceDescription":"service","serviceInvariantUUID":"54f72550-1a4b-4c9b-b060-d3608d48d930","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"14bb8f7e-c49b-426b-84b1-4ae781f5a133","resourceInvariantUUID":"810305de-b6f8-4ebc-92f3-ad3be03955bd","resourceCustomizationUUID":"3fac37e0-f5a4-43be-ba64-b57f946c6311","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":"N2RkNDdmNTMxYTc5NmM4ZjIwMThiMDQxYTg0MTg3MGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e00c4fb2-a557-47db-bd03-5a0c4ef48cd4","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NTQ1MDA1ODE2NDhlMGVkYzgyYjQwZDk3OWFlY2ZiYWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1ff9b50b-9cf2-4630-b69b-1f045512b435","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-17T00:25:38.760Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-17T00:25:38.761Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-17T00:25:38.764Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:25:38.765Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e8d1b7af-f53e-4981-b433-44db4dfb4fdf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644738077, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-17T00:25:38.789Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e8d1b7af-f53e-4981-b433-44db4dfb4fdf 2022-11-17T00:25:38.789Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8d1b7af-f53e-4981-b433-44db4dfb4fdf and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-17T00:25:38.802Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:25:38.802Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d1b7af-f53e-4981-b433-44db4dfb4fdf", "consumerID": "policy-id", "timestamp": 1668644729888, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-17T00:25:38.803Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:25:38.803Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:25:38.803Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d1b7af-f53e-4981-b433-44db4dfb4fdf", "consumerID": "aai-ml", "timestamp": 1668644730287, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-17T00:25:38.803Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:25:38.803Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:25:38.803Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d1b7af-f53e-4981-b433-44db4dfb4fdf", "consumerID": "policy-id", "timestamp": 1668644730897, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-17T00:25:38.803Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:25:38.803Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:25:38.803Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d1b7af-f53e-4981-b433-44db4dfb4fdf", "consumerID": "aai-ml", "timestamp": 1668644731291, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-17T00:25:38.818Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e8d1b7af-f53e-4981-b433-44db4dfb4fdf 2022-11-17T00:25:38.819Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8d1b7af-f53e-4981-b433-44db4dfb4fdf and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-17T00:25:38.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:25:38.834Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d1b7af-f53e-4981-b433-44db4dfb4fdf", "consumerID": "policy-id", "timestamp": 1668644731900, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-17T00:25:38.852Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e8d1b7af-f53e-4981-b433-44db4dfb4fdf 2022-11-17T00:25:38.852Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8d1b7af-f53e-4981-b433-44db4dfb4fdf and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-17T00:25:38.864Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-17T00:25:38.865Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:25:38.865Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:25:38.906Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:25:38.907Z||pool-35-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:25:39.765Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-17T00:25:39.766Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:25:39.768Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:25:39.769Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e8d1b7af-f53e-4981-b433-44db4dfb4fdf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644738077, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-17T00:25:39.869Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:25:39.870Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:25:39.870Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:25:39.904Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:25:39.904Z||pool-36-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1} 2022-11-17T00:25:40.770Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "e8d1b7af-f53e-4981-b433-44db4dfb4fdf", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "37b52be7-55de-4c5d-be3c-c51f59d6569a", "serviceDescription": "service", "serviceInvariantUUID": "54f72550-1a4b-4c9b-b060-d3608d48d930", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "3fac37e0-f5a4-43be-ba64-b57f946c6311", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "14bb8f7e-c49b-426b-84b1-4ae781f5a133", "resourceInvariantUUID": "810305de-b6f8-4ebc-92f3-ad3be03955bd", "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": "NTQ1MDA1ODE2NDhlMGVkYzgyYjQwZDk3OWFlY2ZiYWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1ff9b50b-9cf2-4630-b69b-1f045512b435" } ], "workloadContext": "Production" } 2022-11-17T00:25:40.770Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-17T00:25:40.770Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 37b52be7-55de-4c5d-be3c-c51f59d6569a ASDC 2022-11-17T00:25:40.771Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:e8d1b7af-f53e-4981-b433-44db4dfb4fdf ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:37b52be7-55de-4c5d-be3c-c51f59d6569a ServiceInvariantUUID:54f72550-1a4b-4c9b-b060-d3608d48d930 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:1ff9b50b-9cf2-4630-b69b-1f045512b435 ArtifactChecksum:NTQ1MDA1ODE2NDhlMGVkYzgyYjQwZDk3OWFlY2ZiYWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:3fac37e0-f5a4-43be-ba64-b57f946c6311 ResourceInvariantUUID:810305de-b6f8-4ebc-92f3-ad3be03955bd ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:14bb8f7e-c49b-426b-84b1-4ae781f5a133 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-11-17T00:25:40.771Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 37b52be7-55de-4c5d-be3c-c51f59d6569a ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-17T00:25:40.813Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-17T00:25:40.814Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-11-17T00:25:40.814Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-11-17T00:25:40.814Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1ff9b50b-9cf2-4630-b69b-1f045512b435 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-17T00:25:40.814Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-11-17T00:25:40.815Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-17T00:25:40.935Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-11-17T00:25:40.936Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 1ff9b50b-9cf2-4630-b69b-1f045512b435 57653 2022-11-17T00:25:40.937Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-11-17T00:25:40.937Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-17T00:25:40.937Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-17T00:25:40.937Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:25:40.939Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:25:40.939Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e8d1b7af-f53e-4981-b433-44db4dfb4fdf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644740937, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-17T00:25:41.047Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms 2022-11-17T00:25:41.048Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:25:41.048Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:25:41.066Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:25:41.067Z||pool-37-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-11-17T00:25:41.940Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-17T00:25:41.941Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-11-17T00:25:41.941Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 1ff9b50b-9cf2-4630-b69b-1f045512b435, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-17T00:25:41.941Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-11-17T00:25:41.941Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-17T00:25:41.942Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-17T00:25:42.076Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1769020820371118924/Definitions/service-BasicNetwork-template.yml 2022-11-17T00:25:42.493Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-17T00:25:42.494Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-11-17T00:25:42.494Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-17T00:25:42.494Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-11-17T00:25:42.494Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-17T00:25:42.495Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-17T00:25:42.495Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-17T00:25:42.495Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-17T00:25:42.495Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-17T00:25:42.495Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-17T00:25:42.495Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-17T00:25:42.495Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-17T00:25:42.495Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-11-17T00:25:42.496Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:25:42.496Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:25:42.496Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-11-17T00:25:42.497Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-11-17T00:25:42.497Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-17T00:25:42.497Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:25:42.497Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:25:42.497Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-11-17T00:25:42.498Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-11-17T00:25:42.498Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-17T00:25:42.498Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:25:42.498Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:25:42.498Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:25:42.498Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:25:42.499Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:25:42.499Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:25:42.499Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:25:42.499Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:25:42.499Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:25:42.499Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:25:42.499Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:37b52be7-55de-4c5d-be3c-c51f59d6569a Model Version:NULL Model InvariantUuid:54f72550-1a4b-4c9b-b060-d3608d48d930 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:810305de-b6f8-4ebc-92f3-ad3be03955bd Model UUID:97ff395c-a7ab-4bd9-ba5e-8c5dda1d7955 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:3fac37e0-f5a4-43be-ba64-b57f946c6311 Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-17T00:25:42.510Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 14bb8f7e-c49b-426b-84b1-4ae781f5a133 2022-11-17T00:25:42.510Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||INFO|500||No resources found for Service: 37b52be7-55de-4c5d-be3c-c51f59d6569a Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-17T00:25:42.516Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||INFO|500|| 2022-11-17T00:25:42.516Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-11-17T00:25:42.517Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 37b52be7-55de-4c5d-be3c-c51f59d6569a 2022-11-17T00:25:42.517Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 37b52be7-55de-4c5d-be3c-c51f59d6569a 2022-11-17T00:25:42.517Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-11-17T00:25:42.518Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-17T00:25:42.525Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@c538237, org.onap.sdc.toscaparser.api.parameters.Input@7e5062f2, org.onap.sdc.toscaparser.api.parameters.Input@7b73f26d, org.onap.sdc.toscaparser.api.parameters.Input@368c3ff7, org.onap.sdc.toscaparser.api.parameters.Input@26de512b] 2022-11-17T00:25:42.526Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:25:42.527Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:25:42.527Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:25:42.527Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:25:42.527Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 37b52be7-55de-4c5d-be3c-c51f59d6569a: Generic NeutronNet 2022-11-17T00:25:42.528Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:25:42.528Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:25:42.528Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:25:42.528Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-11-17T00:25:42.562Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:25:42.563Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:25:42.563Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:25:42.563Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:25:42.564Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:25:42.564Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:25:42.564Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-11-17T00:25:42.634Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-11-17T00:25:42.635Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-11-17T00:25:42.635Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-17T00:25:42.635Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-17T00:25:42.635Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:25:42.637Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:25:42.637Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e8d1b7af-f53e-4981-b433-44db4dfb4fdf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644742634, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-17T00:25:42.738Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-17T00:25:42.739Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:25:42.739Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:25:42.752Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:25:42.753Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:25:43.638Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8d1b7af-f53e-4981-b433-44db4dfb4fdf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-17T00:25:43.661Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8d1b7af-f53e-4981-b433-44db4dfb4fdf Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-17T00:25:43.665Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-17T00:25:43.665Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-17T00:25:43.665Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-17T00:25:43.665Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-17T00:25:43.665Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-17T00:25:43.665Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-17T00:25:43.665Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-17T00:25:43.665Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-17T00:25:43.666Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-17T00:25:43.674Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-17T00:26:13.674Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e8d1b7af-f53e-4981-b433-44db4dfb4fdf and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-17T00:26:13.683Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e8d1b7af-f53e-4981-b433-44db4dfb4fdf and serviceModelVersionId: 37b52be7-55de-4c5d-be3c-c51f59d6569a 2022-11-17T00:26:13.683Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 54f72550-1a4b-4c9b-b060-d3608d48d930 2022-11-17T00:26:13.684Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/54f72550-1a4b-4c9b-b060-d3608d48d930/model-vers/model-ver/37b52be7-55de-4c5d-be3c-c51f59d6569a?depth=0 2022-11-17T00:26:13.688Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-11-17T00:26:13.736Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54f72550-1a4b-4c9b-b060-d3608d48d930/model-vers/model-ver/37b52be7-55de-4c5d-be3c-c51f59d6569a?depth=0|INFO|500||Invoke 2022-11-17T00:26:13.737Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54f72550-1a4b-4c9b-b060-d3608d48d930/model-vers/model-ver/37b52be7-55de-4c5d-be3c-c51f59d6569a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54f72550-1a4b-4c9b-b060-d3608d48d930/model-vers/model-ver/37b52be7-55de-4c5d-be3c-c51f59d6569a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e8d1b7af-f53e-4981-b433-44db4dfb4fdf], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[46742a59-ad5c-49b8-8fde-8802287b669e], X-ECOMP-RequestID=[e8d1b7af-f53e-4981-b433-44db4dfb4fdf], X-TransactionId=[], X-ONAP-RequestID=[e8d1b7af-f53e-4981-b433-44db4dfb4fdf], Content-Type=[application/merge-patch+json]} 2022-11-17T00:26:13.745Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54f72550-1a4b-4c9b-b060-d3608d48d930/model-vers/model-ver/37b52be7-55de-4c5d-be3c-c51f59d6569a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-17T00:26:13.898Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54f72550-1a4b-4c9b-b060-d3608d48d930/model-vers/model-ver/37b52be7-55de-4c5d-be3c-c51f59d6569a?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/54f72550-1a4b-4c9b-b060-d3608d48d930/model-vers/model-ver/37b52be7-55de-4c5d-be3c-c51f59d6569a?depth=0 has http status code:200 and response headers:{date=[Thu, 17 Nov 2022 00:26:13 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[163864], x-aai-txid=[1-aai-resources-221117-00:26:13:296-65896], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-11-17T00:26:13.898Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54f72550-1a4b-4c9b-b060-d3608d48d930/model-vers/model-ver/37b52be7-55de-4c5d-be3c-c51f59d6569a?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-17T00:26:13.899Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54f72550-1a4b-4c9b-b060-d3608d48d930/model-vers/model-ver/37b52be7-55de-4c5d-be3c-c51f59d6569a?depth=0|INFO|500||InvokeReturn 2022-11-17T00:26:13.899Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-17T00:26:13.899Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-17T00:26:13.905Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-17T00:26:13.906Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e8d1b7af-f53e-4981-b433-44db4dfb4fdf and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-17T00:26:13.906Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-17T00:26:13.906Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:26:13.909Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:26:13.909Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e8d1b7af-f53e-4981-b433-44db4dfb4fdf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644773906, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-17T00:26:14.009Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:26:14.010Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:26:14.010Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:26:14.033Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:26:14.034Z||pool-39-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-17T00:26:38.078Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:26:38.079Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:26:38.079Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:26:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:26:38.094Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:26:38.094Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:26:38.233Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:26:38.234Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:26:38.234Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d1b7af-f53e-4981-b433-44db4dfb4fdf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644738077, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-17T00:26:38.236Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:26:38.726Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:26:38.727Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-17T00:26:38.727Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"f2f61f17-2634-4263-a0eb-db8f42e15222","serviceName":"Demo_pNF_4YdtcUQxY07MlY011Mbs","serviceVersion":"1.0","serviceUUID":"14cc0304-4b6e-404f-a8b4-f3dd35d997ef","serviceDescription":"catalog service description","serviceInvariantUUID":"2df26cf3-315f-4231-841e-31244b59f213","resources":[{"resourceInstanceName":"pNF 6696eb7c-3874 0","resourceName":"pNF 6696eb7c-3874","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"43057d3b-b5c1-4c04-b762-a34bace3289f","resourceInvariantUUID":"80d14fd9-a2e6-4efe-90b4-d80867c761ac","resourceCustomizationUUID":"7e2c8d54-90fa-44f4-8f59-75d8bb4070ee","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/resourceInstances/pnf6696eb7c38740/artifacts/vf-license-model.xml","artifactChecksum":"MTM4YmUwYWUyNDNlNDBiZGEwMzdjYzFlYWYwNmIyM2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6aca0255-e8d0-47a7-8c26-8dd20e1bdb32","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/resourceInstances/pnf6696eb7c38740/artifacts/pNF.csar","artifactChecksum":"NzQyYTExMmJjODVhZjYwZjliYTE5MzgxZjQ5ZGVkN2E\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9f7256b3-91ae-4133-835d-ec8f59e32eb7","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/resourceInstances/pnf6696eb7c38740/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7c6ed9fe-2bea-4949-90e0-f2fe5f2a5400","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/resourceInstances/pnf6696eb7c38740/artifacts/vendor-license-model.xml","artifactChecksum":"MTA4YmY4NGIxNDllOWVlMmYzNDcyMzdjODc4ZjI5NzQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"55cef1c4-a76c-43ff-9ce1-fdf322b1b574","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/resourceInstances/pnf6696eb7c38740/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8442ba7d-6d7b-42b5-b942-2b1ae5c72198","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/resourceInstances/pnf6696eb7c38740/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2f048428-b1bb-4bbb-93ad-b1e946b9b21f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf4ydtcuqxy07mly011mbs-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/artifacts/service-DemoPnf4ydtcuqxy07mly011mbs-template.yml","artifactChecksum":"ZmU2ZmUzMGIwYjFhNmFlOTRjYzRiOTQ5MzA1M2FhNTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2bd84840-87b2-403c-8003-c911a4259032","artifactVersion":"1"},{"artifactName":"service-DemoPnf4ydtcuqxy07mly011mbs-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/artifacts/service-DemoPnf4ydtcuqxy07mly011mbs-csar.csar","artifactChecksum":"ZDI3YzRhNzBmMTI3YWQyMWQ0OGRlZThmOTY3MDE1Njg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5c2e5914-6542-425a-b018-cfdf4095d43b","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-17T00:26:38.729Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-17T00:26:38.730Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:26:38.733Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:26:38.733Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644798077, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/resourceInstances/pnf6696eb7c38740/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:26:38.833Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:26:38.834Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:26:38.834Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:26:38.850Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:26:38.850Z||pool-40-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:26:39.733Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-17T00:26:39.734Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:26:39.736Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:26:39.736Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644798077, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/resourceInstances/pnf6696eb7c38740/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-17T00:26:39.836Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:26:39.837Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:26:39.837Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:26:39.872Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:26:39.872Z||pool-41-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:26:40.736Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-17T00:26:40.737Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:26:40.738Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:26:40.739Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644798077, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/resourceInstances/pnf6696eb7c38740/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-17T00:26:40.839Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:26:40.840Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:26:40.840Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:26:40.854Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:26:40.855Z||pool-42-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:26:41.739Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-17T00:26:41.740Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:26:41.742Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:26:41.743Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644798077, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/resourceInstances/pnf6696eb7c38740/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:26:41.843Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:26:41.844Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:26:41.844Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:26:41.860Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:26:41.861Z||pool-43-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:26:42.744Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-17T00:26:42.745Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:26:42.747Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:26:42.747Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644798077, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/resourceInstances/pnf6696eb7c38740/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-17T00:26:42.847Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:26:42.849Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:26:42.849Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:26:42.862Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:26:42.862Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:26:43.748Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-17T00:26:43.748Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:26:43.750Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:26:43.750Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644798077, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/resourceInstances/pnf6696eb7c38740/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-17T00:26:43.850Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:26:43.851Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:26:43.851Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:26:43.864Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:26:43.864Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:26:44.750Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-17T00:26:44.751Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:26:44.753Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:26:44.753Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644798077, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/artifacts/service-DemoPnf4ydtcuqxy07mly011mbs-template.yml", "status": "NOT_NOTIFIED" } 2022-11-17T00:26:44.853Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:26:44.854Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:26:44.854Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:26:44.871Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:26:44.872Z||pool-46-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:26:45.754Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-17T00:26:45.754Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:26:45.756Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:26:45.757Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644798077, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/artifacts/service-DemoPnf4ydtcuqxy07mly011mbs-csar.csar", "status": "NOTIFIED" } 2022-11-17T00:26:45.857Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-17T00:26:45.858Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:26:45.858Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:26:45.874Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:26:45.874Z||pool-47-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:26:46.757Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "serviceName": "Demo_pNF_4YdtcUQxY07MlY011Mbs", "serviceVersion": "1.0", "serviceUUID": "14cc0304-4b6e-404f-a8b4-f3dd35d997ef", "serviceDescription": "catalog service description", "serviceInvariantUUID": "2df26cf3-315f-4231-841e-31244b59f213", "resources": [ { "resourceInstanceName": "pNF 6696eb7c-3874 0", "resourceCustomizationUUID": "7e2c8d54-90fa-44f4-8f59-75d8bb4070ee", "resourceName": "pNF 6696eb7c-3874", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "43057d3b-b5c1-4c04-b762-a34bace3289f", "resourceInvariantUUID": "80d14fd9-a2e6-4efe-90b4-d80867c761ac", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf4ydtcuqxy07mly011mbs-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/artifacts/service-DemoPnf4ydtcuqxy07mly011mbs-csar.csar", "artifactChecksum": "ZDI3YzRhNzBmMTI3YWQyMWQ0OGRlZThmOTY3MDE1Njg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5c2e5914-6542-425a-b018-cfdf4095d43b" } ], "workloadContext": "Production" } 2022-11-17T00:26:46.758Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-17T00:26:46.758Z|e8d1b7af-f53e-4981-b433-44db4dfb4fdf|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 14cc0304-4b6e-404f-a8b4-f3dd35d997ef ASDC 2022-11-17T00:26:46.758Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:f2f61f17-2634-4263-a0eb-db8f42e15222 ServiceName:Demo_pNF_4YdtcUQxY07MlY011Mbs ServiceVersion:1.0 ServiceUUID:14cc0304-4b6e-404f-a8b4-f3dd35d997ef ServiceInvariantUUID:2df26cf3-315f-4231-841e-31244b59f213 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf4ydtcuqxy07mly011mbs-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/artifacts/service-DemoPnf4ydtcuqxy07mly011mbs-csar.csar ArtifactUUID:5c2e5914-6542-425a-b018-cfdf4095d43b ArtifactChecksum:ZDI3YzRhNzBmMTI3YWQyMWQ0OGRlZThmOTY3MDE1Njg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 6696eb7c-3874 0 ResourceCustomizationUUID:7e2c8d54-90fa-44f4-8f59-75d8bb4070ee ResourceInvariantUUID:80d14fd9-a2e6-4efe-90b4-d80867c761ac ResourceName:pNF 6696eb7c-3874 ResourceType:PNF ResourceUUID:43057d3b-b5c1-4c04-b762-a34bace3289f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-11-17T00:26:46.758Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 14cc0304-4b6e-404f-a8b4-f3dd35d997ef ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-17T00:26:46.798Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-17T00:26:46.799Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-11-17T00:26:46.800Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-11-17T00:26:46.800Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5c2e5914-6542-425a-b018-cfdf4095d43b from URL: /sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/artifacts/service-DemoPnf4ydtcuqxy07mly011mbs-csar.csar 2022-11-17T00:26:46.800Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-11-17T00:26:46.801Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/artifacts/service-DemoPnf4ydtcuqxy07mly011mbs-csar.csar 2022-11-17T00:26:46.926Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-11-17T00:26:46.927Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/artifacts/service-DemoPnf4ydtcuqxy07mly011mbs-csar.csar 5c2e5914-6542-425a-b018-cfdf4095d43b 87777 2022-11-17T00:26:46.928Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/artifacts/service-DemoPnf4ydtcuqxy07mly011mbs-csar.csar ASDC sendASDCNotification 2022-11-17T00:26:46.928Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/artifacts/service-DemoPnf4ydtcuqxy07mly011mbs-csar.csar 2022-11-17T00:26:46.928Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-17T00:26:46.929Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:26:46.931Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:26:46.931Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644806928, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/artifacts/service-DemoPnf4ydtcuqxy07mly011mbs-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-17T00:26:47.031Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:26:47.032Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:26:47.032Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:26:47.046Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:26:47.046Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:26:47.932Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-17T00:26:47.933Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-11-17T00:26:47.933Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 5c2e5914-6542-425a-b018-cfdf4095d43b, URL: /sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/artifacts/service-DemoPnf4ydtcuqxy07mly011mbs-csar.csar to file: /app/ASDC/1/service-DemoPnf4ydtcuqxy07mly011mbs-csar.csar 2022-11-17T00:26:47.933Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf4ydtcuqxy07mly011mbs-csar.csar 2022-11-17T00:26:47.934Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf4ydtcuqxy07mly011mbs-csar.csar 2022-11-17T00:26:47.934Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf4ydtcuqxy07mly011mbs-csar.csar 2022-11-17T00:26:48.044Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9365028351947514208/Definitions/service-DemoPnf4ydtcuqxy07mly011mbs-template.yml 2022-11-17T00:26:48.816Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-17T00:26:48.816Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-11-17T00:26:48.817Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf4ydtcuqxy07mly011mbs-csar.csar 2022-11-17T00:26:48.817Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-17T00:26:48.817Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||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-DemoPnf4ydtcuqxy07mly011mbs-csar.csar 2022-11-17T00:26:48.817Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf4ydtcuqxy07mly011mbs-csar.csar 2022-11-17T00:26:48.817Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||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-DemoPnf4ydtcuqxy07mly011mbs-csar.csar 2022-11-17T00:26:48.818Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||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-DemoPnf4ydtcuqxy07mly011mbs-csar.csar 2022-11-17T00:26:48.818Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||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-DemoPnf4ydtcuqxy07mly011mbs-csar.csar 2022-11-17T00:26:48.818Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6696eb7c-3874 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-DemoPnf4ydtcuqxy07mly011mbs-csar.csar 2022-11-17T00:26:48.818Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||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-DemoPnf4ydtcuqxy07mly011mbs-csar.csar 2022-11-17T00:26:48.819Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-11-17T00:26:48.819Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:26:48.819Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_4YdtcUQxY07MlY011Mbs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:26:48.820Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||Node template pNF 6696eb7c-3874 0 is matching search criteria 2022-11-17T00:26:48.820Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-11-17T00:26:48.820Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 6696eb7c-3874 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-17T00:26:48.821Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:26:48.821Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_4YdtcUQxY07MlY011Mbs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:26:48.821Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||Node template pNF 6696eb7c-3874 0 is matching search criteria 2022-11-17T00:26:48.822Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-11-17T00:26:48.822Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 6696eb7c-3874 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-17T00:26:48.822Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:26:48.822Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_4YdtcUQxY07MlY011Mbs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:26:48.823Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:26:48.823Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_4YdtcUQxY07MlY011Mbs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:26:48.823Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:26:48.824Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_4YdtcUQxY07MlY011Mbs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:26:48.824Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:26:48.824Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_4YdtcUQxY07MlY011Mbs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:26:48.824Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:26:48.825Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_4YdtcUQxY07MlY011Mbs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:26:48.825Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_4YdtcUQxY07MlY011Mbs Description:catalog service description Model UUID:14cc0304-4b6e-404f-a8b4-f3dd35d997ef Model Version:NULL Model InvariantUuid:2df26cf3-315f-4231-841e-31244b59f213 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-17T00:26:48.835Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 43057d3b-b5c1-4c04-b762-a34bace3289f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-17T00:26:48.839Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||INFO|500||pNF 6696eb7c-3874 0 2022-11-17T00:26:48.839Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 43057d3b-b5c1-4c04-b762-a34bace3289f 2022-11-17T00:26:48.840Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 14cc0304-4b6e-404f-a8b4-f3dd35d997ef 2022-11-17T00:26:48.840Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 14cc0304-4b6e-404f-a8b4-f3dd35d997ef 2022-11-17T00:26:48.840Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 6696eb7c-3874 0 43057d3b-b5c1-4c04-b762-a34bace3289f ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-17T00:26:48.846Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@302236b5, org.onap.sdc.toscaparser.api.parameters.Input@7b0213db, org.onap.sdc.toscaparser.api.parameters.Input@2481534e, org.onap.sdc.toscaparser.api.parameters.Input@228fd733, org.onap.sdc.toscaparser.api.parameters.Input@3b9da49] 2022-11-17T00:26:48.846Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:26:48.846Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_4YdtcUQxY07MlY011Mbs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:26:48.847Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 14cc0304-4b6e-404f-a8b4-f3dd35d997ef: pNF 6696eb7c-3874 2022-11-17T00:26:48.847Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||INFO|500||Processing PNF resource: 43057d3b-b5c1-4c04-b762-a34bace3289f 2022-11-17T00:26:48.847Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:26:48.848Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_4YdtcUQxY07MlY011Mbs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:26:48.848Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||INFO|500||Resource customization UUID: 7e2c8d54-90fa-44f4-8f59-75d8bb4070ee is the same as notified resource customizationUUID: 7e2c8d54-90fa-44f4-8f59-75d8bb4070ee Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-11-17T00:26:48.899Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 6696eb7c-3874 43057d3b-b5c1-4c04-b762-a34bace3289f 0 ASDC deployResourceStructure 2022-11-17T00:26:48.900Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/artifacts/service-DemoPnf4ydtcuqxy07mly011mbs-csar.csar ASDC sendASDCNotification 2022-11-17T00:26:48.900Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/artifacts/service-DemoPnf4ydtcuqxy07mly011mbs-csar.csar 2022-11-17T00:26:48.900Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-17T00:26:48.900Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:26:48.902Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:26:48.902Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644808899, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/artifacts/service-DemoPnf4ydtcuqxy07mly011mbs-csar.csar", "status": "DEPLOY_OK" } 2022-11-17T00:26:49.003Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-17T00:26:49.003Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:26:49.003Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:26:49.045Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:26:49.045Z||pool-49-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1} 2022-11-17T00:26:49.903Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f2f61f17-2634-4263-a0eb-db8f42e15222 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-17T00:26:49.920Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f2f61f17-2634-4263-a0eb-db8f42e15222 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-17T00:26:49.923Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-17T00:26:49.923Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-17T00:26:49.923Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-17T00:27:19.924Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f2f61f17-2634-4263-a0eb-db8f42e15222 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-17T00:27:19.940Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f2f61f17-2634-4263-a0eb-db8f42e15222 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-17T00:27:19.944Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-17T00:27:19.945Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-17T00:27:19.945Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-17T00:27:38.094Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:27:38.095Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:27:38.095Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:27:38.132Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:27:38.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.134Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d1b7af-f53e-4981-b433-44db4dfb4fdf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644738077, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-17T00:27:38.135Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.136Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d1b7af-f53e-4981-b433-44db4dfb4fdf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644740937, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-17T00:27:38.136Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:27:38.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.136Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d1b7af-f53e-4981-b433-44db4dfb4fdf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644742634, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-17T00:27:38.136Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:27:38.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.136Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "cds", "timestamp": 1668644759127, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/resourceInstances/pnf6696eb7c38740/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:27:38.137Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.137Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "multicloud-k8s-id", "timestamp": 1668644764914, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/resourceInstances/pnf6696eb7c38740/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:27:38.137Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.137Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "cds", "timestamp": 1668644759127, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/resourceInstances/pnf6696eb7c38740/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-17T00:27:38.137Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.137Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "multicloud-k8s-id", "timestamp": 1668644764914, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/resourceInstances/pnf6696eb7c38740/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-17T00:27:38.138Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.138Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "policy-id", "timestamp": 1668644767089, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/resourceInstances/pnf6696eb7c38740/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:27:38.138Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.138Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "cds", "timestamp": 1668644759127, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/resourceInstances/pnf6696eb7c38740/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-17T00:27:38.138Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.138Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "multicloud-k8s-id", "timestamp": 1668644764914, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/resourceInstances/pnf6696eb7c38740/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-17T00:27:38.138Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.139Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.139Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "policy-id", "timestamp": 1668644767089, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/resourceInstances/pnf6696eb7c38740/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-17T00:27:38.139Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.139Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.139Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "multicloud-k8s-id", "timestamp": 1668644764914, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/resourceInstances/pnf6696eb7c38740/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:27:38.139Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.139Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.139Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "cds", "timestamp": 1668644759127, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/resourceInstances/pnf6696eb7c38740/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:27:38.140Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.140Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.140Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "policy-id", "timestamp": 1668644767089, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/resourceInstances/pnf6696eb7c38740/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-17T00:27:38.140Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.140Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.140Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "cds", "timestamp": 1668644759127, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/resourceInstances/pnf6696eb7c38740/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-17T00:27:38.141Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.141Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.141Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "multicloud-k8s-id", "timestamp": 1668644764914, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/resourceInstances/pnf6696eb7c38740/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-17T00:27:38.141Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.141Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.141Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "policy-id", "timestamp": 1668644767089, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/resourceInstances/pnf6696eb7c38740/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:27:38.141Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.141Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.142Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "cds", "timestamp": 1668644759127, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/resourceInstances/pnf6696eb7c38740/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-17T00:27:38.142Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.142Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.142Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "multicloud-k8s-id", "timestamp": 1668644764914, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/resourceInstances/pnf6696eb7c38740/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-17T00:27:38.142Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.142Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.142Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "policy-id", "timestamp": 1668644767089, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/resourceInstances/pnf6696eb7c38740/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-17T00:27:38.142Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.142Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.143Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "multicloud-k8s-id", "timestamp": 1668644764914, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/artifacts/service-DemoPnf4ydtcuqxy07mly011mbs-template.yml", "status": "NOT_NOTIFIED" } 2022-11-17T00:27:38.143Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.143Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.143Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "cds", "timestamp": 1668644759127, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/artifacts/service-DemoPnf4ydtcuqxy07mly011mbs-template.yml", "status": "NOT_NOTIFIED" } 2022-11-17T00:27:38.143Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.143Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.143Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "policy-id", "timestamp": 1668644767089, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/resourceInstances/pnf6696eb7c38740/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-17T00:27:38.143Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.144Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.144Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "multicloud-k8s-id", "timestamp": 1668644764914, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/artifacts/service-DemoPnf4ydtcuqxy07mly011mbs-csar.csar", "status": "NOTIFIED" } 2022-11-17T00:27:38.144Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.144Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.144Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "cds", "timestamp": 1668644759127, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/artifacts/service-DemoPnf4ydtcuqxy07mly011mbs-csar.csar", "status": "NOTIFIED" } 2022-11-17T00:27:38.144Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.144Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.144Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d1b7af-f53e-4981-b433-44db4dfb4fdf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644773906, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-17T00:27:38.145Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:27:38.145Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.145Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "policy-id", "timestamp": 1668644767089, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/artifacts/service-DemoPnf4ydtcuqxy07mly011mbs-template.yml", "status": "NOT_NOTIFIED" } 2022-11-17T00:27:38.145Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.145Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.145Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "cds", "timestamp": 1668644774380, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/artifacts/service-DemoPnf4ydtcuqxy07mly011mbs-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-17T00:27:38.145Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:27:38.145Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.145Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "policy-id", "timestamp": 1668644767089, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/artifacts/service-DemoPnf4ydtcuqxy07mly011mbs-csar.csar", "status": "NOTIFIED" } 2022-11-17T00:27:38.146Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.146Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.146Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "policy-id", "timestamp": 1668644775868, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/artifacts/service-DemoPnf4ydtcuqxy07mly011mbs-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-17T00:27:38.146Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:27:38.146Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.146Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "policy-id", "timestamp": 1668644776874, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/artifacts/service-DemoPnf4ydtcuqxy07mly011mbs-csar.csar", "status": "DEPLOY_OK" } 2022-11-17T00:27:38.146Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:27:38.146Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.146Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668644776504, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/resourceInstances/pnf6696eb7c38740/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:27:38.147Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.147Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.147Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "aai-ml", "timestamp": 1668644777110, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/resourceInstances/pnf6696eb7c38740/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:27:38.147Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.147Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.147Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "policy-id", "timestamp": 1668644777876, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-17T00:27:38.158Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f2f61f17-2634-4263-a0eb-db8f42e15222 2022-11-17T00:27:38.158Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2f61f17-2634-4263-a0eb-db8f42e15222 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-17T00:27:38.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.177Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668644776504, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/resourceInstances/pnf6696eb7c38740/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-17T00:27:38.177Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.178Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.178Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "aai-ml", "timestamp": 1668644777110, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/resourceInstances/pnf6696eb7c38740/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-17T00:27:38.178Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.178Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.178Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668644776504, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/resourceInstances/pnf6696eb7c38740/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-17T00:27:38.178Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.178Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.178Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "aai-ml", "timestamp": 1668644777110, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/resourceInstances/pnf6696eb7c38740/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-17T00:27:38.179Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.179Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.179Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668644776504, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/resourceInstances/pnf6696eb7c38740/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:27:38.179Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.179Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.179Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "aai-ml", "timestamp": 1668644777110, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/resourceInstances/pnf6696eb7c38740/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:27:38.179Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.179Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.180Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668644776504, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/resourceInstances/pnf6696eb7c38740/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-17T00:27:38.180Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.180Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.180Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "aai-ml", "timestamp": 1668644777110, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/resourceInstances/pnf6696eb7c38740/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-17T00:27:38.180Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.180Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.180Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668644776504, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/resourceInstances/pnf6696eb7c38740/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-17T00:27:38.180Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.180Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.181Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "aai-ml", "timestamp": 1668644777110, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/resourceInstances/pnf6696eb7c38740/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-17T00:27:38.181Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.181Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.181Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668644776504, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/artifacts/service-DemoPnf4ydtcuqxy07mly011mbs-template.yml", "status": "NOT_NOTIFIED" } 2022-11-17T00:27:38.181Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.181Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.181Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "aai-ml", "timestamp": 1668644777110, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/artifacts/service-DemoPnf4ydtcuqxy07mly011mbs-template.yml", "status": "NOT_NOTIFIED" } 2022-11-17T00:27:38.181Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.181Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.182Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668644776504, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/artifacts/service-DemoPnf4ydtcuqxy07mly011mbs-csar.csar", "status": "NOTIFIED" } 2022-11-17T00:27:38.182Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.182Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.182Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "aai-ml", "timestamp": 1668644777110, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/artifacts/service-DemoPnf4ydtcuqxy07mly011mbs-csar.csar", "status": "NOTIFIED" } 2022-11-17T00:27:38.182Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.182Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.182Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668644785480, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/artifacts/service-DemoPnf4ydtcuqxy07mly011mbs-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-17T00:27:38.182Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:27:38.183Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.183Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "multicloud-k8s-id", "timestamp": 1668644784913, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:27:38.183Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.183Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.183Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "aai-ml", "timestamp": 1668644785975, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/artifacts/service-DemoPnf4ydtcuqxy07mly011mbs-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-17T00:27:38.183Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:27:38.183Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.183Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "multicloud-k8s-id", "timestamp": 1668644784913, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-17T00:27:38.183Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.184Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.184Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668644787504, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/artifacts/service-DemoPnf4ydtcuqxy07mly011mbs-csar.csar", "status": "DEPLOY_OK" } 2022-11-17T00:27:38.184Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:27:38.184Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.184Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "multicloud-k8s-id", "timestamp": 1668644784913, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-17T00:27:38.184Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.184Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.184Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "policy-id", "timestamp": 1668644787089, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:27:38.185Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.185Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.185Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668644788508, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-17T00:27:38.192Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f2f61f17-2634-4263-a0eb-db8f42e15222 2022-11-17T00:27:38.192Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2f61f17-2634-4263-a0eb-db8f42e15222 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-17T00:27:38.209Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.209Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "multicloud-k8s-id", "timestamp": 1668644784913, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-17T00:27:38.210Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.210Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.210Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "policy-id", "timestamp": 1668644787089, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-17T00:27:38.211Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.211Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.211Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "multicloud-k8s-id", "timestamp": 1668644784913, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-17T00:27:38.212Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.212Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.212Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "policy-id", "timestamp": 1668644787089, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-17T00:27:38.213Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.213Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.213Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "cds", "timestamp": 1668644789127, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:27:38.213Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.214Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.214Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "aai-ml", "timestamp": 1668644790574, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/artifacts/service-DemoPnf4ydtcuqxy07mly011mbs-csar.csar", "status": "DEPLOY_OK" } 2022-11-17T00:27:38.214Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:27:38.214Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.215Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "multicloud-k8s-id", "timestamp": 1668644784913, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:27:38.215Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.215Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.215Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "policy-id", "timestamp": 1668644787089, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-17T00:27:38.216Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.216Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.216Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "cds", "timestamp": 1668644789127, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-17T00:27:38.217Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.217Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.217Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "aai-ml", "timestamp": 1668644791579, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-17T00:27:38.224Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f2f61f17-2634-4263-a0eb-db8f42e15222 2022-11-17T00:27:38.225Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2f61f17-2634-4263-a0eb-db8f42e15222 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-17T00:27:38.238Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.239Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "multicloud-k8s-id", "timestamp": 1668644784913, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-17T00:27:38.239Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.239Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.239Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "policy-id", "timestamp": 1668644787089, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-17T00:27:38.240Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.240Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.240Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "cds", "timestamp": 1668644789127, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-17T00:27:38.240Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.240Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.240Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "multicloud-k8s-id", "timestamp": 1668644784913, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-17T00:27:38.241Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.241Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.241Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "policy-id", "timestamp": 1668644787089, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:27:38.241Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.241Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.241Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "cds", "timestamp": 1668644789127, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-17T00:27:38.241Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.242Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.242Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "multicloud-k8s-id", "timestamp": 1668644784913, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-17T00:27:38.242Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.242Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.242Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "policy-id", "timestamp": 1668644787089, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-17T00:27:38.242Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.242Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.242Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "cds", "timestamp": 1668644789127, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-17T00:27:38.242Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.243Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.243Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "policy-id", "timestamp": 1668644787089, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-17T00:27:38.243Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.243Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.243Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "cds", "timestamp": 1668644789127, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:27:38.243Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.243Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.243Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "multicloud-k8s-id", "timestamp": 1668644794805, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-17T00:27:38.244Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:27:38.244Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.244Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "policy-id", "timestamp": 1668644787089, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-17T00:27:38.244Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.244Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.244Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "cds", "timestamp": 1668644789127, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-17T00:27:38.245Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.245Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.245Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "multicloud-k8s-id", "timestamp": 1668644795913, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-17T00:27:38.245Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:27:38.245Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.245Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "cds", "timestamp": 1668644789127, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-17T00:27:38.245Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:27:38.245Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.245Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "policy-id", "timestamp": 1668644796844, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-17T00:27:38.246Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:27:38.246Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:27:38.246Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "multicloud-k8s-id", "timestamp": 1668644796982, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-17T00:27:38.246Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:27:49.946Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f2f61f17-2634-4263-a0eb-db8f42e15222 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-17T00:27:49.960Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f2f61f17-2634-4263-a0eb-db8f42e15222 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-17T00:27:49.963Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-17T00:27:49.963Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-17T00:27:49.963Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-17T00:27:49.964Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-17T00:27:49.964Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-17T00:27:49.964Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-17T00:27:49.964Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-17T00:27:49.964Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-17T00:27:49.964Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-17T00:27:49.971Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-17T00:28:19.972Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f2f61f17-2634-4263-a0eb-db8f42e15222 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-17T00:28:19.978Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f2f61f17-2634-4263-a0eb-db8f42e15222 and serviceModelVersionId: 14cc0304-4b6e-404f-a8b4-f3dd35d997ef 2022-11-17T00:28:19.978Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2df26cf3-315f-4231-841e-31244b59f213 2022-11-17T00:28:19.980Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2df26cf3-315f-4231-841e-31244b59f213/model-vers/model-ver/14cc0304-4b6e-404f-a8b4-f3dd35d997ef?depth=0 2022-11-17T00:28:19.987Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-11-17T00:28:20.023Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2df26cf3-315f-4231-841e-31244b59f213/model-vers/model-ver/14cc0304-4b6e-404f-a8b4-f3dd35d997ef?depth=0|INFO|500||Invoke 2022-11-17T00:28:20.023Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2df26cf3-315f-4231-841e-31244b59f213/model-vers/model-ver/14cc0304-4b6e-404f-a8b4-f3dd35d997ef?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2df26cf3-315f-4231-841e-31244b59f213/model-vers/model-ver/14cc0304-4b6e-404f-a8b4-f3dd35d997ef?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f2f61f17-2634-4263-a0eb-db8f42e15222], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[21d49535-5e2e-4017-9b0f-8f0f0176b0e9], X-ECOMP-RequestID=[f2f61f17-2634-4263-a0eb-db8f42e15222], X-TransactionId=[], X-ONAP-RequestID=[f2f61f17-2634-4263-a0eb-db8f42e15222], Content-Type=[application/merge-patch+json]} 2022-11-17T00:28:20.029Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2df26cf3-315f-4231-841e-31244b59f213/model-vers/model-ver/14cc0304-4b6e-404f-a8b4-f3dd35d997ef?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-17T00:28:20.263Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2df26cf3-315f-4231-841e-31244b59f213/model-vers/model-ver/14cc0304-4b6e-404f-a8b4-f3dd35d997ef?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/2df26cf3-315f-4231-841e-31244b59f213/model-vers/model-ver/14cc0304-4b6e-404f-a8b4-f3dd35d997ef?depth=0 has http status code:200 and response headers:{date=[Thu, 17 Nov 2022 00:28:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[229], vertex-id=[176152], x-aai-txid=[0-aai-resources-221117-00:28:19:578-99232], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-11-17T00:28:20.264Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2df26cf3-315f-4231-841e-31244b59f213/model-vers/model-ver/14cc0304-4b6e-404f-a8b4-f3dd35d997ef?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-17T00:28:20.264Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2df26cf3-315f-4231-841e-31244b59f213/model-vers/model-ver/14cc0304-4b6e-404f-a8b4-f3dd35d997ef?depth=0|INFO|500||InvokeReturn 2022-11-17T00:28:20.265Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-17T00:28:20.265Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-17T00:28:20.270Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-17T00:28:20.270Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f2f61f17-2634-4263-a0eb-db8f42e15222 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-17T00:28:20.270Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-17T00:28:20.271Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:28:20.274Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:28:20.274Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644900270, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-17T00:28:20.373Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-17T00:28:20.374Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:28:20.375Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:28:20.403Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:28:20.404Z||pool-50-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-17T00:28:21.292Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-17T00:28:21.292Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"9f0db3bd-5254-473e-8998-c640e1a83a24","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"3220de40-db88-4bae-8bbc-421b618f6246","serviceDescription":"service","serviceInvariantUUID":"5bc834db-7c36-46d1-8e15-5bb06188c4a2","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"12ab0b06-d28c-4ccc-9938-67fed1840bb7","resourceInvariantUUID":"27b9ea58-cb25-4e91-8c6c-b047e89f602e","resourceCustomizationUUID":"008740dd-77ed-413c-8fc7-4ae41f09f954","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"N2YyYjU3MTJhY2EzNzU0Y2QwN2E1ZTEyNWVlYjJlYWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3144d345-6a5a-4c98-9cf1-66fabf4ed037","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d411b85a-0480-469b-b13c-3eda909555e8","artifactVersion":"2","generatedFromUUID":"13adfb43-11a5-4c92-ac64-2711dec4f710"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"13adfb43-11a5-4c92-ac64-2711dec4f710","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"MzcxYmZjN2RjYjQwYjY2NmE2NTg3MThjYzE1NzJlMmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"aff418ac-a2a2-461d-a414-61ca38bedf50","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c9c4fc6d-e46d-4ed9-b6db-3c15e67eb091","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"259ea2a5-dd55-4086-8d18-e3f567ce25e2","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a75369cf-02b5-4eab-8bfe-e0c188165e92","artifactVersion":"2","generatedFromUUID":"c9c4fc6d-e46d-4ed9-b6db-3c15e67eb091"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"OTY4ODk0ZTczOTkxYTlmNmYzYTBiOGE1MDcyNTg2NWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4a565e5d-de84-4f5e-b179-442a176f0aa4","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MzJhMDdkOTFkNTZmNGIwMzY4NGYwYTlmYzNjODM3MGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d251cb3e-6dd5-4504-a2c4-84c1b41ba205","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-17T00:28:21.293Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-17T00:28:21.293Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:28:21.296Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:28:21.297Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644798077, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:28:21.397Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-17T00:28:21.397Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:28:21.398Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:28:21.429Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:28:21.430Z||pool-51-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:28:22.297Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-17T00:28:22.298Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:28:22.300Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:28:22.300Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644798077, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-17T00:28:22.400Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-17T00:28:22.401Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:28:22.401Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:28:22.416Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:28:22.417Z||pool-52-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:28:23.301Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-17T00:28:23.302Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:28:23.304Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:28:23.304Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644798077, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-17T00:28:23.405Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-17T00:28:23.405Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:28:23.406Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:28:23.420Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:28:23.421Z||pool-53-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:28:24.305Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-17T00:28:24.306Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:28:24.308Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:28:24.308Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644798077, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-17T00:28:24.408Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:28:24.409Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:28:24.409Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:28:24.423Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:28:24.424Z||pool-54-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:28:25.309Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-17T00:28:25.309Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:28:25.312Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:28:25.312Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644798077, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-17T00:28:25.412Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:28:25.413Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:28:25.413Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:28:25.460Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:28:25.461Z||pool-55-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:28:26.312Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-17T00:28:26.313Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:28:26.315Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:28:26.316Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644798077, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:28:26.416Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-17T00:28:26.416Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:28:26.417Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:28:26.437Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:28:26.437Z||pool-56-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:28:27.316Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-17T00:28:27.317Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:28:27.319Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:28:27.319Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644798077, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-17T00:28:27.419Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-17T00:28:27.420Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:28:27.420Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:28:27.437Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:28:27.437Z||pool-57-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:28:28.320Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-17T00:28:28.321Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:28:28.324Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:28:28.324Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644798077, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-17T00:28:28.424Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:28:28.425Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:28:28.425Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:28:28.448Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:28:28.449Z||pool-58-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:28:29.325Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-17T00:28:29.326Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:28:29.328Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:28:29.328Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644798077, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-17T00:28:29.428Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-17T00:28:29.429Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:28:29.429Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:28:29.452Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:28:29.453Z||pool-59-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:28:30.330Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "3220de40-db88-4bae-8bbc-421b618f6246", "serviceDescription": "service", "serviceInvariantUUID": "5bc834db-7c36-46d1-8e15-5bb06188c4a2", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "008740dd-77ed-413c-8fc7-4ae41f09f954", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "12ab0b06-d28c-4ccc-9938-67fed1840bb7", "resourceInvariantUUID": "27b9ea58-cb25-4e91-8c6c-b047e89f602e", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "nginx_cloudtech_k8s_charts.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d411b85a-0480-469b-b13c-3eda909555e8", "relatedArtifactsInfo": [] }, { "artifactName": "nginx_cloudtech_k8s_charts.tgz", "artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "13adfb43-11a5-4c92-ac64-2711dec4f710", "relatedArtifactsInfo": [] }, { "artifactName": "basic_cnf0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "artifactChecksum": "MzcxYmZjN2RjYjQwYjY2NmE2NTg3MThjYzE1NzJlMmI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "aff418ac-a2a2-461d-a414-61ca38bedf50", "relatedArtifactsInfo": [] }, { "artifactName": "base_dummy.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "c9c4fc6d-e46d-4ed9-b6db-3c15e67eb091", "generatedArtifact": { "artifactName": "base_dummy.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a75369cf-02b5-4eab-8bfe-e0c188165e92", "generatedFromUUID": "c9c4fc6d-e46d-4ed9-b6db-3c15e67eb091" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_dummy.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a75369cf-02b5-4eab-8bfe-e0c188165e92", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "MzJhMDdkOTFkNTZmNGIwMzY4NGYwYTlmYzNjODM3MGU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d251cb3e-6dd5-4504-a2c4-84c1b41ba205" } ], "workloadContext": "Production" } 2022-11-17T00:28:30.331Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-17T00:28:30.332Z|f2f61f17-2634-4263-a0eb-db8f42e15222|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 3220de40-db88-4bae-8bbc-421b618f6246 ASDC 2022-11-17T00:28:30.333Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:9f0db3bd-5254-473e-8998-c640e1a83a24 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:3220de40-db88-4bae-8bbc-421b618f6246 ServiceInvariantUUID:5bc834db-7c36-46d1-8e15-5bb06188c4a2 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicCnf-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ArtifactUUID:d251cb3e-6dd5-4504-a2c4-84c1b41ba205 ArtifactChecksum:MzJhMDdkOTFkNTZmNGIwMzY4NGYwYTlmYzNjODM3MGU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:008740dd-77ed-413c-8fc7-4ae41f09f954 ResourceInvariantUUID:27b9ea58-cb25-4e91-8c6c-b047e89f602e ResourceName:basic_cnf ResourceType:VF ResourceUUID:12ab0b06-d28c-4ccc-9938-67fed1840bb7 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:nginx_cloudtech_k8s_charts.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ArtifactUUID:d411b85a-0480-469b-b13c-3eda909555e8 ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:nginx_cloudtech_k8s_charts.tgz ArtifactVersion:1 ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ArtifactUUID:13adfb43-11a5-4c92-ac64-2711dec4f710 ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:basic_cnf0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ArtifactUUID:aff418ac-a2a2-461d-a414-61ca38bedf50 ArtifactChecksum:MzcxYmZjN2RjYjQwYjY2NmE2NTg3MThjYzE1NzJlMmI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_dummy.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ArtifactUUID:c9c4fc6d-e46d-4ed9-b6db-3c15e67eb091 ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_dummy.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ArtifactUUID:a75369cf-02b5-4eab-8bfe-e0c188165e92 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_dummy.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ArtifactUUID:a75369cf-02b5-4eab-8bfe-e0c188165e92 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-17T00:28:30.333Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3220de40-db88-4bae-8bbc-421b618f6246 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-17T00:28:30.408Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-17T00:28:30.408Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-11-17T00:28:30.409Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-11-17T00:28:30.409Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d251cb3e-6dd5-4504-a2c4-84c1b41ba205 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-17T00:28:30.409Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-11-17T00:28:30.409Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-17T00:28:30.495Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-11-17T00:28:30.496Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar d251cb3e-6dd5-4504-a2c4-84c1b41ba205 73682 2022-11-17T00:28:30.496Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-11-17T00:28:30.496Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-17T00:28:30.496Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-17T00:28:30.497Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:28:30.501Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:28:30.501Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644910496, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-17T00:28:30.601Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:28:30.602Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:28:30.602Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:28:30.616Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:28:30.616Z||pool-60-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:28:31.502Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-17T00:28:31.502Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-11-17T00:28:31.503Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: d251cb3e-6dd5-4504-a2c4-84c1b41ba205, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-17T00:28:31.503Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-11-17T00:28:31.503Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-17T00:28:31.503Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-17T00:28:31.744Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5516893503487339954/Definitions/service-BasicCnf-template.yml Log warning: The required parameter "compute_dummy_metadata" is not provided Log warning: The required parameter "compute_dummy_name" is not provided 2022-11-17T00:28:32.985Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-17T00:28:32.985Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-11-17T00:28:32.985Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-17T00:28:32.985Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-11-17T00:28:32.985Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-17T00:28:32.986Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 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-BasicCnf-csar.csar 2022-11-17T00:28:32.986Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-17T00:28:32.986Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||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-BasicCnf-csar.csar 2022-11-17T00:28:32.986Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-11-17T00:28:32.986Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:28:32.986Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:28:32.986Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-17T00:28:32.986Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-11-17T00:28:32.987Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-17T00:28:32.987Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:28:32.987Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:28:32.987Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-17T00:28:32.987Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-11-17T00:28:32.987Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-17T00:28:32.987Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:28:32.988Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:28:32.988Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:28:32.988Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-17T00:28:32.988Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-11-17T00:28:32.988Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria 2022-11-17T00:28:32.988Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-17T00:28:32.988Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:28:32.988Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-17T00:28:32.989Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:28:32.989Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-17T00:28:32.989Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-17T00:28:32.989Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:28:32.989Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-17T00:28:32.989Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-17T00:28:32.990Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:28:32.990Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-17T00:28:32.990Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-17T00:28:32.990Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:28:32.990Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-17T00:28:32.990Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-11-17T00:28:32.990Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=8b9fb726-04fc-412a-ad2f-2f47d99e8bef 2022-11-17T00:28:32.991Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:28:32.991Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:28:32.991Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:28:32.991Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:28:32.991Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:28:32.991Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:28:32.991Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:28:32.992Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:28:32.992Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:3220de40-db88-4bae-8bbc-421b618f6246 Model Version:NULL Model InvariantUuid:5bc834db-7c36-46d1-8e15-5bb06188c4a2 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:667dc0c6-a335-4eb5-9fea-e8693d28b0cd Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:27b9ea58-cb25-4e91-8c6c-b047e89f602e Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:008740dd-77ed-413c-8fc7-4ae41f09f954 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:975a6575-5c3f-4596-a132-f44673a13fc6 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:dd178904-e475-4970-922f-07054854519a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:8b9fb726-04fc-412a-ad2f-2f47d99e8bef ModelInvariantUuid:5de5fc0a-e331-4006-b0b9-e6bf3b747fe1 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:2f9884e1-3c9d-462e-8735-2a36f7a0f858 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:7dce100a-0b1c-45bc-8063-8b004217d0a3 ModelInvariantUuid:d5f4e75b-dc27-4a73-b403-ade5a120734d ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:c268eeb2-df61-4857-886c-39be3900de17 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-17T00:28:33.003Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 12ab0b06-d28c-4ccc-9938-67fed1840bb7 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-17T00:28:33.006Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||basic_cnf 0 2022-11-17T00:28:33.007Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 12ab0b06-d28c-4ccc-9938-67fed1840bb7 2022-11-17T00:28:33.007Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d411b85a-0480-469b-b13c-3eda909555e8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-11-17T00:28:33.007Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-11-17T00:28:33.007Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-11-17T00:28:33.079Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-11-17T00:28:33.079Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env d411b85a-0480-469b-b13c-3eda909555e8 12 2022-11-17T00:28:33.080Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-11-17T00:28:33.080Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-11-17T00:28:33.080Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-17T00:28:33.080Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:28:33.082Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:28:33.083Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644913080, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-11-17T00:28:33.183Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:28:33.183Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:28:33.184Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:28:33.196Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:28:33.196Z||pool-61-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:28:34.083Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 13adfb43-11a5-4c92-ac64-2711dec4f710 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-11-17T00:28:34.083Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-11-17T00:28:34.084Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-11-17T00:28:34.174Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-11-17T00:28:34.175Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 13adfb43-11a5-4c92-ac64-2711dec4f710 2688 2022-11-17T00:28:34.175Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-11-17T00:28:34.175Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-11-17T00:28:34.175Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-17T00:28:34.176Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:28:34.178Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:28:34.178Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644914175, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-17T00:28:34.278Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:28:34.279Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:28:34.279Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:28:34.302Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:28:34.302Z||pool-62-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:28:35.179Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: aff418ac-a2a2-461d-a414-61ca38bedf50 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-11-17T00:28:35.179Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-11-17T00:28:35.179Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-11-17T00:28:35.244Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-11-17T00:28:35.245Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json aff418ac-a2a2-461d-a414-61ca38bedf50 828 2022-11-17T00:28:35.245Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-11-17T00:28:35.245Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-11-17T00:28:35.245Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-17T00:28:35.246Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:28:35.248Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:28:35.248Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644915245, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-17T00:28:35.348Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:28:35.349Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:28:35.349Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:28:35.364Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:28:35.364Z||pool-63-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:28:36.248Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "975a6575-5c3f-4596-a132-f44673a13fc6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "dd178904-e475-4970-922f-07054854519a", "vfModuleModelCustomizationUUID": "61b002f9-9239-42b3-a689-b2edb53ca781", "isBase": true, "artifacts": [ "13adfb43-11a5-4c92-ac64-2711dec4f710", "c9c4fc6d-e46d-4ed9-b6db-3c15e67eb091", "a75369cf-02b5-4eab-8bfe-e0c188165e92" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-17T00:28:36.252Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:dd178904-e475-4970-922f-07054854519a VfModuleModelInvariantUUID:975a6575-5c3f-4596-a132-f44673a13fc6 VfModuleModelDescription:NULL Artifacts UUID List:{ 13adfb43-11a5-4c92-ac64-2711dec4f710 , c9c4fc6d-e46d-4ed9-b6db-3c15e67eb091 , a75369cf-02b5-4eab-8bfe-e0c188165e92 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-17T00:28:36.254Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "975a6575-5c3f-4596-a132-f44673a13fc6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "dd178904-e475-4970-922f-07054854519a", "vfModuleModelCustomizationUUID": "61b002f9-9239-42b3-a689-b2edb53ca781", "isBase": true, "artifacts": [ "13adfb43-11a5-4c92-ac64-2711dec4f710", "c9c4fc6d-e46d-4ed9-b6db-3c15e67eb091", "a75369cf-02b5-4eab-8bfe-e0c188165e92" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-17T00:28:36.254Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:dd178904-e475-4970-922f-07054854519a VfModuleModelInvariantUUID:975a6575-5c3f-4596-a132-f44673a13fc6 VfModuleModelDescription:NULL Artifacts UUID List:{ 13adfb43-11a5-4c92-ac64-2711dec4f710 , c9c4fc6d-e46d-4ed9-b6db-3c15e67eb091 , a75369cf-02b5-4eab-8bfe-e0c188165e92 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-17T00:28:36.254Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c9c4fc6d-e46d-4ed9-b6db-3c15e67eb091 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-11-17T00:28:36.255Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-11-17T00:28:36.255Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-11-17T00:28:36.351Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-11-17T00:28:36.351Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml c9c4fc6d-e46d-4ed9-b6db-3c15e67eb091 1164 2022-11-17T00:28:36.351Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-11-17T00:28:36.352Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-11-17T00:28:36.352Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-17T00:28:36.352Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:28:36.354Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:28:36.354Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644916351, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-17T00:28:36.454Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:28:36.455Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:28:36.455Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:28:36.472Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:28:36.473Z||pool-64-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:28:37.354Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a75369cf-02b5-4eab-8bfe-e0c188165e92 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-11-17T00:28:37.355Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-11-17T00:28:37.355Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-11-17T00:28:37.410Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-11-17T00:28:37.410Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env a75369cf-02b5-4eab-8bfe-e0c188165e92 200 2022-11-17T00:28:37.410Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-11-17T00:28:37.410Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-11-17T00:28:37.410Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-17T00:28:37.411Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:28:37.413Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:28:37.413Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644917410, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-17T00:28:37.513Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:28:37.514Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:28:37.514Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:28:37.528Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:28:37.529Z||pool-65-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:28:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:28:38.094Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:28:38.095Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:28:38.119Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:28:38.120Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:28:38.120Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "cds", "timestamp": 1668644789127, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-17T00:28:38.121Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:28:38.414Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 3220de40-db88-4bae-8bbc-421b618f6246 2022-11-17T00:28:38.414Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 12ab0b06-d28c-4ccc-9938-67fed1840bb7 ASDC 2022-11-17T00:28:38.425Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported 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 heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-17T00:28:38.451Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2404250a, org.onap.sdc.toscaparser.api.parameters.Input@667f554d, org.onap.sdc.toscaparser.api.parameters.Input@17d6757b, org.onap.sdc.toscaparser.api.parameters.Input@d983a9b, org.onap.sdc.toscaparser.api.parameters.Input@8b17257] 2022-11-17T00:28:38.453Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:28:38.454Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:28:38.454Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-11-17T00:28:38.455Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 008740dd-77ed-413c-8fc7-4ae41f09f954 2022-11-17T00:28:38.455Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 008740dd-77ed-413c-8fc7-4ae41f09f954 matches Tosca VF Customization UUID: 008740dd-77ed-413c-8fc7-4ae41f09f954 2022-11-17T00:28:38.455Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 008740dd-77ed-413c-8fc7-4ae41f09f954 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-11-17T00:28:38.459Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:28:38.459Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:28:38.460Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 008740dd-77ed-413c-8fc7-4ae41f09f954: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-17T00:28:38.460Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7c21e105 2022-11-17T00:28:38.460Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:28:38.460Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-17T00:28:38.460Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 61b002f9-9239-42b3-a689-b2edb53ca781 2022-11-17T00:28:38.461Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 61b002f9-9239-42b3-a689-b2edb53ca781 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-11-17T00:28:38.465Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:28:38.466Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-17T00:28:38.466Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-17T00:28:38.466Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:28:38.466Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-17T00:28:38.466Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-17T00:28:38.467Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:28:38.467Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-17T00:28:38.467Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-11-17T00:28:38.467Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=8b9fb726-04fc-412a-ad2f-2f47d99e8bef Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-17T00:28:38.470Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:28:38.470Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-17T00:28:38.470Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-17T00:28:38.470Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:28:38.471Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-17T00:28:38.471Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=008740dd-77ed-413c-8fc7-4ae41f09f954 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-17T00:28:38.474Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:28:38.474Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:28:38.475Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 3220de40-db88-4bae-8bbc-421b618f6246: basic_cnf 2022-11-17T00:28:38.475Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:28:38.475Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:28:38.475Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:28:38.475Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:28:38.476Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:28:38.476Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:28:38.476Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:28:38.476Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:28:38.476Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:28:38.477Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:28:38.477Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||Saving Service: basic_cnf 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: 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 vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-17T00:28:38.583Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 12ab0b06-d28c-4ccc-9938-67fed1840bb7 1 ASDC deployResourceStructure 2022-11-17T00:28:38.585Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-11-17T00:28:38.585Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-11-17T00:28:38.585Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-17T00:28:38.586Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:28:38.591Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:28:38.591Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644918585, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-17T00:28:38.691Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:28:38.692Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:28:38.693Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:28:38.708Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:28:38.709Z||pool-66-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-11-17T00:28:39.593Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-11-17T00:28:39.593Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-11-17T00:28:39.593Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-17T00:28:39.594Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:28:39.596Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:28:39.596Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644919593, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-17T00:28:39.696Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:28:39.697Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:28:39.697Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:28:39.717Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:28:39.718Z||pool-67-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-11-17T00:28:40.599Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-11-17T00:28:40.599Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-11-17T00:28:40.599Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-17T00:28:40.599Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:28:40.601Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:28:40.601Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644920599, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-17T00:28:40.701Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:28:40.702Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:28:40.702Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:28:40.715Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:28:40.715Z||pool-68-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:28:41.602Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-11-17T00:28:41.603Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-11-17T00:28:41.603Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-17T00:28:41.603Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:28:41.605Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:28:41.605Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644921602, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-11-17T00:28:41.706Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms 2022-11-17T00:28:41.707Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:28:41.707Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:28:41.722Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:28:41.723Z||pool-69-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:28:42.619Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-11-17T00:28:42.619Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-11-17T00:28:42.619Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-17T00:28:42.620Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:28:42.621Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:28:42.622Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644922619, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-11-17T00:28:42.722Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:28:42.722Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:28:42.723Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:28:42.737Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:28:42.737Z||pool-70-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:28:43.622Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-11-17T00:28:43.623Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-17T00:28:43.623Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-17T00:28:43.624Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:28:43.626Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:28:43.626Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644923622, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-17T00:28:43.726Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:28:43.727Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:28:43.727Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:28:43.763Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:28:43.763Z||pool-71-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:28:44.627Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f0db3bd-5254-473e-8998-c640e1a83a24 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-17T00:28:44.639Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f0db3bd-5254-473e-8998-c640e1a83a24 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-17T00:28:44.644Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-17T00:28:44.644Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-17T00:28:44.644Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-17T00:29:14.644Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f0db3bd-5254-473e-8998-c640e1a83a24 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-17T00:29:14.669Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f0db3bd-5254-473e-8998-c640e1a83a24 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-17T00:29:14.672Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-17T00:29:14.672Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-17T00:29:14.672Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-17T00:29:38.094Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:29:38.094Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:29:38.094Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:29:38.120Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:29:38.122Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.123Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "policy-id", "timestamp": 1668644797851, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-17T00:29:38.123Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:29:38.124Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.124Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "multicloud-k8s-id", "timestamp": 1668644798110, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-17T00:29:38.124Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:29:38.124Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.124Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644798077, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/resourceInstances/pnf6696eb7c38740/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:29:38.124Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:29:38.124Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.124Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "policy-id", "timestamp": 1668644798855, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-17T00:29:38.136Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9f0db3bd-5254-473e-8998-c640e1a83a24 2022-11-17T00:29:38.136Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9f0db3bd-5254-473e-8998-c640e1a83a24 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-17T00:29:38.147Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.147Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "cds", "timestamp": 1668644798893, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-17T00:29:38.147Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:29:38.147Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.147Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "multicloud-k8s-id", "timestamp": 1668644799199, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-17T00:29:38.153Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9f0db3bd-5254-473e-8998-c640e1a83a24 2022-11-17T00:29:38.153Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9f0db3bd-5254-473e-8998-c640e1a83a24 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-11-17T00:29:38.161Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.161Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644798077, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/resourceInstances/pnf6696eb7c38740/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-17T00:29:38.161Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:29:38.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.162Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "multicloud-k8s-id", "timestamp": 1668644800203, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-17T00:29:38.162Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:29:38.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.162Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644798077, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/resourceInstances/pnf6696eb7c38740/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-17T00:29:38.162Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:29:38.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.162Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644798077, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/resourceInstances/pnf6696eb7c38740/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:29:38.162Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:29:38.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.163Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644798077, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/resourceInstances/pnf6696eb7c38740/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-17T00:29:38.163Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:29:38.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.164Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644798077, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/resourceInstances/pnf6696eb7c38740/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-17T00:29:38.164Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:29:38.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.164Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644798077, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/artifacts/service-DemoPnf4ydtcuqxy07mly011mbs-template.yml", "status": "NOT_NOTIFIED" } 2022-11-17T00:29:38.165Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:29:38.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.165Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "cds", "timestamp": 1668644804127, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:29:38.165Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:29:38.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.165Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644798077, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/artifacts/service-DemoPnf4ydtcuqxy07mly011mbs-csar.csar", "status": "NOTIFIED" } 2022-11-17T00:29:38.165Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:29:38.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.165Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "multicloud-k8s-id", "timestamp": 1668644804912, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:29:38.166Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:29:38.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.166Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "cds", "timestamp": 1668644804127, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-17T00:29:38.166Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:29:38.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.166Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644806928, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/artifacts/service-DemoPnf4ydtcuqxy07mly011mbs-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-17T00:29:38.166Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:29:38.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.166Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "multicloud-k8s-id", "timestamp": 1668644804912, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-17T00:29:38.166Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:29:38.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.167Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "cds", "timestamp": 1668644804127, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-17T00:29:38.167Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:29:38.167Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.167Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668644806504, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:29:38.167Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:29:38.167Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.167Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "multicloud-k8s-id", "timestamp": 1668644804912, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-17T00:29:38.167Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:29:38.167Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.167Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "policy-id", "timestamp": 1668644807089, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:29:38.168Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:29:38.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.168Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "cds", "timestamp": 1668644804127, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:29:38.168Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:29:38.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.168Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "aai-ml", "timestamp": 1668644807111, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:29:38.168Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:29:38.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.168Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668644806504, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-17T00:29:38.168Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:29:38.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.169Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644808899, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4ydtcuqxy07mly011mbs/1.0/artifacts/service-DemoPnf4ydtcuqxy07mly011mbs-csar.csar", "status": "DEPLOY_OK" } 2022-11-17T00:29:38.169Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:29:38.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.169Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "multicloud-k8s-id", "timestamp": 1668644804912, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:29:38.169Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:29:38.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.169Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "policy-id", "timestamp": 1668644807089, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-17T00:29:38.169Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:29:38.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.170Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "cds", "timestamp": 1668644804127, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-17T00:29:38.170Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:29:38.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.170Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "aai-ml", "timestamp": 1668644807111, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-17T00:29:38.170Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:29:38.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.170Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668644806504, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-17T00:29:38.171Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:29:38.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.171Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "multicloud-k8s-id", "timestamp": 1668644804912, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-17T00:29:38.171Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:29:38.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.171Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "policy-id", "timestamp": 1668644807089, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-17T00:29:38.171Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:29:38.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.171Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "cds", "timestamp": 1668644804127, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-17T00:29:38.172Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:29:38.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.172Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "aai-ml", "timestamp": 1668644807111, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-17T00:29:38.172Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:29:38.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.172Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668644806504, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-17T00:29:38.172Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:29:38.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.172Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "multicloud-k8s-id", "timestamp": 1668644804912, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-17T00:29:38.172Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:29:38.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.172Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "policy-id", "timestamp": 1668644807089, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:29:38.173Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:29:38.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.173Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "cds", "timestamp": 1668644804127, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-17T00:29:38.173Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:29:38.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.173Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "aai-ml", "timestamp": 1668644807111, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-17T00:29:38.173Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:29:38.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.173Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668644806504, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-17T00:29:38.173Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:29:38.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.174Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "multicloud-k8s-id", "timestamp": 1668644804912, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-17T00:29:38.174Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:29:38.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.174Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "policy-id", "timestamp": 1668644807089, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-17T00:29:38.174Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:29:38.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.174Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "aai-ml", "timestamp": 1668644807111, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-17T00:29:38.174Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:29:38.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.174Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "cds", "timestamp": 1668644811909, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-17T00:29:38.175Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:29:38.175Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.175Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668644806504, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:29:38.175Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:29:38.175Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.175Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "multicloud-k8s-id", "timestamp": 1668644812655, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-17T00:29:38.175Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:29:38.175Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.176Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "policy-id", "timestamp": 1668644807089, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-17T00:29:38.176Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:29:38.176Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.176Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "aai-ml", "timestamp": 1668644807111, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:29:38.176Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:29:38.176Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.176Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668644806504, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-17T00:29:38.176Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:29:38.176Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.176Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "policy-id", "timestamp": 1668644807089, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-17T00:29:38.176Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:29:38.176Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.177Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "multicloud-k8s-id", "timestamp": 1668644813748, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-17T00:29:38.177Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:29:38.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.177Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "aai-ml", "timestamp": 1668644807111, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-17T00:29:38.177Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:29:38.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.177Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668644806504, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-17T00:29:38.177Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:29:38.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.177Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "aai-ml", "timestamp": 1668644807111, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-17T00:29:38.177Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:29:38.178Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.178Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "multicloud-k8s-id", "timestamp": 1668644814820, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-17T00:29:38.178Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:29:38.178Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.178Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "policy-id", "timestamp": 1668644814829, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-17T00:29:38.178Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:29:38.178Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.178Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668644806504, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-17T00:29:38.178Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:29:38.178Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.179Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "aai-ml", "timestamp": 1668644807111, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-17T00:29:38.179Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:29:38.179Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.179Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "policy-id", "timestamp": 1668644815833, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-17T00:29:38.179Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:29:38.179Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.179Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "multicloud-k8s-id", "timestamp": 1668644815923, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-17T00:29:38.194Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 598ff345-0370-476b-9d91-64ced46496d0 2022-11-17T00:29:38.195Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 598ff345-0370-476b-9d91-64ced46496d0 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-17T00:29:38.204Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.204Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668644816300, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-17T00:29:38.204Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:29:38.204Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.204Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "policy-id", "timestamp": 1668644816836, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-17T00:29:38.213Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 598ff345-0370-476b-9d91-64ced46496d0 2022-11-17T00:29:38.213Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 598ff345-0370-476b-9d91-64ced46496d0 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-11-17T00:29:38.220Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.220Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "aai-ml", "timestamp": 1668644816891, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-17T00:29:38.220Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:29:38.220Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "multicloud-k8s-id", "timestamp": 1668644816930, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-17T00:29:38.221Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:29:38.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668644818635, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-17T00:29:38.221Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:29:38.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668644819639, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-17T00:29:38.227Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9f0db3bd-5254-473e-8998-c640e1a83a24 2022-11-17T00:29:38.227Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9f0db3bd-5254-473e-8998-c640e1a83a24 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-17T00:29:38.245Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.245Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668644806504, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:29:38.245Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:29:38.246Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.246Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668644806504, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-17T00:29:38.246Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:29:38.246Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.246Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668644806504, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-17T00:29:38.246Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:29:38.246Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.246Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668644806504, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:29:38.246Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:29:38.247Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.247Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "aai-ml", "timestamp": 1668644823954, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-17T00:29:38.247Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:29:38.247Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.247Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668644806504, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-17T00:29:38.247Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:29:38.247Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.247Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "aai-ml", "timestamp": 1668644824962, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-17T00:29:38.255Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9f0db3bd-5254-473e-8998-c640e1a83a24 2022-11-17T00:29:38.255Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9f0db3bd-5254-473e-8998-c640e1a83a24 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-17T00:29:38.265Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.265Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668644806504, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-17T00:29:38.266Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:29:38.266Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.266Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "aai-ml", "timestamp": 1668644807111, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:29:38.266Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:29:38.266Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.266Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668644806504, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-17T00:29:38.266Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:29:38.266Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.266Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "aai-ml", "timestamp": 1668644807111, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-17T00:29:38.267Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:29:38.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.267Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668644827770, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-17T00:29:38.267Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:29:38.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.267Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "aai-ml", "timestamp": 1668644807111, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-17T00:29:38.267Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:29:38.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.267Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "aai-ml", "timestamp": 1668644807111, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:29:38.267Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:29:38.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.268Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "aai-ml", "timestamp": 1668644807111, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-17T00:29:38.268Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:29:38.268Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.268Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668644830185, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-17T00:29:38.268Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:29:38.268Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.268Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "aai-ml", "timestamp": 1668644807111, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-17T00:29:38.268Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:29:38.268Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.268Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668644831189, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-17T00:29:38.275Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 598ff345-0370-476b-9d91-64ced46496d0 2022-11-17T00:29:38.275Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 598ff345-0370-476b-9d91-64ced46496d0 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-17T00:29:38.284Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.284Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "aai-ml", "timestamp": 1668644807111, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-17T00:29:38.285Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:29:38.285Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.285Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "aai-ml", "timestamp": 1668644833159, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-17T00:29:38.285Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:29:38.285Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.285Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "aai-ml", "timestamp": 1668644840497, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-17T00:29:38.285Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:29:38.285Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:29:38.285Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "aai-ml", "timestamp": 1668644841501, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-17T00:29:38.292Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 598ff345-0370-476b-9d91-64ced46496d0 2022-11-17T00:29:38.292Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 598ff345-0370-476b-9d91-64ced46496d0 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-17T00:29:44.672Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f0db3bd-5254-473e-8998-c640e1a83a24 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-17T00:29:44.686Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f0db3bd-5254-473e-8998-c640e1a83a24 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-17T00:29:44.689Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-17T00:29:44.689Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-17T00:29:44.689Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-17T00:29:44.689Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-17T00:29:44.689Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-17T00:29:44.690Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-17T00:29:44.690Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-17T00:29:44.690Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-17T00:29:44.690Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-17T00:29:44.699Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-17T00:30:14.700Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9f0db3bd-5254-473e-8998-c640e1a83a24 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-17T00:30:14.709Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9f0db3bd-5254-473e-8998-c640e1a83a24 and serviceModelVersionId: 3220de40-db88-4bae-8bbc-421b618f6246 2022-11-17T00:30:14.709Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5bc834db-7c36-46d1-8e15-5bb06188c4a2 2022-11-17T00:30:14.710Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5bc834db-7c36-46d1-8e15-5bb06188c4a2/model-vers/model-ver/3220de40-db88-4bae-8bbc-421b618f6246?depth=0 2022-11-17T00:30:14.714Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-11-17T00:30:14.737Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5bc834db-7c36-46d1-8e15-5bb06188c4a2/model-vers/model-ver/3220de40-db88-4bae-8bbc-421b618f6246?depth=0|INFO|500||Invoke 2022-11-17T00:30:14.738Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5bc834db-7c36-46d1-8e15-5bb06188c4a2/model-vers/model-ver/3220de40-db88-4bae-8bbc-421b618f6246?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5bc834db-7c36-46d1-8e15-5bb06188c4a2/model-vers/model-ver/3220de40-db88-4bae-8bbc-421b618f6246?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9f0db3bd-5254-473e-8998-c640e1a83a24], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3b1ebd88-1c7a-4c70-86da-a4a0d74bfceb], X-ECOMP-RequestID=[9f0db3bd-5254-473e-8998-c640e1a83a24], X-TransactionId=[], X-ONAP-RequestID=[9f0db3bd-5254-473e-8998-c640e1a83a24], Content-Type=[application/merge-patch+json]} 2022-11-17T00:30:14.740Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5bc834db-7c36-46d1-8e15-5bb06188c4a2/model-vers/model-ver/3220de40-db88-4bae-8bbc-421b618f6246?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-17T00:30:14.857Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5bc834db-7c36-46d1-8e15-5bb06188c4a2/model-vers/model-ver/3220de40-db88-4bae-8bbc-421b618f6246?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/5bc834db-7c36-46d1-8e15-5bb06188c4a2/model-vers/model-ver/3220de40-db88-4bae-8bbc-421b618f6246?depth=0 has http status code:200 and response headers:{date=[Thu, 17 Nov 2022 00:30:14 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[113], vertex-id=[233544], x-aai-txid=[1-aai-resources-221117-00:30:14:286-89938], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-11-17T00:30:14.858Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5bc834db-7c36-46d1-8e15-5bb06188c4a2/model-vers/model-ver/3220de40-db88-4bae-8bbc-421b618f6246?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-17T00:30:14.858Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5bc834db-7c36-46d1-8e15-5bb06188c4a2/model-vers/model-ver/3220de40-db88-4bae-8bbc-421b618f6246?depth=0|INFO|500||InvokeReturn 2022-11-17T00:30:14.859Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-17T00:30:14.859Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-17T00:30:14.868Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-17T00:30:14.869Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9f0db3bd-5254-473e-8998-c640e1a83a24 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-17T00:30:14.869Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-17T00:30:14.869Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:30:14.872Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:30:14.872Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645014869, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-17T00:30:14.972Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:30:14.974Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:30:14.974Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:30:14.995Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:30:14.996Z||pool-72-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-17T00:30:15.887Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:30:15.888Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:30:15.889Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:30:20.433Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:30:20.434Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-17T00:30:20.434Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"598ff345-0370-476b-9d91-64ced46496d0","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"8fcbb784-f3da-4a9b-a998-97a06042ff6b","serviceDescription":"service","serviceInvariantUUID":"990405d2-53a4-4857-ba53-5d35792c160a","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9cc3cb26-f6cb-4b0b-94f2-52dd7e3dee2c","resourceInvariantUUID":"8b7b9779-4ac8-411d-8dec-2e691e042862","resourceCustomizationUUID":"8a74434b-5299-4783-93fc-186ef90156aa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"NzZkOWEyNmFiMDhkOTllNzRiMGEwMjFiNTQ0NzIxMzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a5e6ea77-cd3b-4df5-8925-56eb02a7b1e6","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"YjIxMTE0NjUyMTQxNzhkNzFhYWFmNzUwYzMzMzdjZWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"18c1be9b-77a5-4d71-82c0-7ee9aa6820b5","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"86a8c5fc-233d-4161-ba93-8d862e1ac0f8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fd27c63a-3b55-4e57-b92f-fe5f94c795ab","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3f7bdd44-a7a1-4a65-9366-c1899d03272b","artifactVersion":"2","generatedFromUUID":"86a8c5fc-233d-4161-ba93-8d862e1ac0f8"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YzA5Zjk5NTFlOTc2YjBkYmUwYjk3MTI0NjNjMDZhZDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7a06e332-829c-47cf-9b5b-75edb99ec049","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NDZjNGFiYjM4NWE0NzRhNjVmMmFjZTA1ZDUwNDFjYjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e39be052-e2bf-4788-a1f8-e05d55802634","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-17T00:30:20.436Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-17T00:30:20.437Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:30:20.440Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:30:20.440Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645015887, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:30:20.540Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-17T00:30:20.541Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:30:20.541Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:30:20.557Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:30:20.558Z||pool-73-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:30:21.447Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-17T00:30:21.448Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:30:21.451Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:30:21.451Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645015887, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-17T00:30:21.550Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-17T00:30:21.551Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:30:21.551Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:30:21.570Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:30:21.570Z||pool-74-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:30:22.452Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-17T00:30:22.452Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:30:22.454Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:30:22.454Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645015887, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-17T00:30:22.554Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:30:22.555Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:30:22.555Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:30:22.571Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:30:22.572Z||pool-75-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:30:23.455Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-17T00:30:23.455Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:30:23.457Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:30:23.457Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645015887, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:30:23.558Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-17T00:30:23.559Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:30:23.559Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:30:23.576Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:30:23.576Z||pool-76-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:30:24.458Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-17T00:30:24.459Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:30:24.461Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:30:24.461Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645015887, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-17T00:30:24.561Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:30:24.562Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:30:24.562Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:30:24.582Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:30:24.582Z||pool-77-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:30:25.461Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-17T00:30:25.462Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:30:25.464Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:30:25.464Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645015887, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-17T00:30:25.564Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:30:25.565Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:30:25.566Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:30:25.589Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:30:25.590Z||pool-78-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-11-17T00:30:26.471Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-17T00:30:26.473Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:30:26.475Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:30:26.475Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645015887, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-17T00:30:26.584Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms 2022-11-17T00:30:26.598Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:30:26.598Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:30:26.649Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:30:26.649Z||pool-79-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:30:27.476Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "8fcbb784-f3da-4a9b-a998-97a06042ff6b", "serviceDescription": "service", "serviceInvariantUUID": "990405d2-53a4-4857-ba53-5d35792c160a", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "8a74434b-5299-4783-93fc-186ef90156aa", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "9cc3cb26-f6cb-4b0b-94f2-52dd7e3dee2c", "resourceInvariantUUID": "8b7b9779-4ac8-411d-8dec-2e691e042862", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_vm0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "artifactChecksum": "YjIxMTE0NjUyMTQxNzhkNzFhYWFmNzUwYzMzMzdjZWE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "18c1be9b-77a5-4d71-82c0-7ee9aa6820b5", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "86a8c5fc-233d-4161-ba93-8d862e1ac0f8", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "3f7bdd44-a7a1-4a65-9366-c1899d03272b", "generatedFromUUID": "86a8c5fc-233d-4161-ba93-8d862e1ac0f8" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "3f7bdd44-a7a1-4a65-9366-c1899d03272b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "NDZjNGFiYjM4NWE0NzRhNjVmMmFjZTA1ZDUwNDFjYjA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e39be052-e2bf-4788-a1f8-e05d55802634" } ], "workloadContext": "Production" } 2022-11-17T00:30:27.476Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-17T00:30:27.477Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8fcbb784-f3da-4a9b-a998-97a06042ff6b ASDC 2022-11-17T00:30:27.477Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:598ff345-0370-476b-9d91-64ced46496d0 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:8fcbb784-f3da-4a9b-a998-97a06042ff6b ServiceInvariantUUID:990405d2-53a4-4857-ba53-5d35792c160a ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicVm-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ArtifactUUID:e39be052-e2bf-4788-a1f8-e05d55802634 ArtifactChecksum:NDZjNGFiYjM4NWE0NzRhNjVmMmFjZTA1ZDUwNDFjYjA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:8a74434b-5299-4783-93fc-186ef90156aa ResourceInvariantUUID:8b7b9779-4ac8-411d-8dec-2e691e042862 ResourceName:basic_vm ResourceType:VF ResourceUUID:9cc3cb26-f6cb-4b0b-94f2-52dd7e3dee2c ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ArtifactUUID:18c1be9b-77a5-4d71-82c0-7ee9aa6820b5 ArtifactChecksum:YjIxMTE0NjUyMTQxNzhkNzFhYWFmNzUwYzMzMzdjZWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ArtifactUUID:86a8c5fc-233d-4161-ba93-8d862e1ac0f8 ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ArtifactUUID:3f7bdd44-a7a1-4a65-9366-c1899d03272b ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ArtifactUUID:3f7bdd44-a7a1-4a65-9366-c1899d03272b ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-17T00:30:27.477Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8fcbb784-f3da-4a9b-a998-97a06042ff6b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-17T00:30:27.536Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-17T00:30:27.537Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-17T00:30:27.537Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-17T00:30:27.537Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e39be052-e2bf-4788-a1f8-e05d55802634 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-17T00:30:27.537Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-17T00:30:27.538Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-17T00:30:28.273Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-17T00:30:28.275Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar e39be052-e2bf-4788-a1f8-e05d55802634 74813 2022-11-17T00:30:28.276Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-11-17T00:30:28.276Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-17T00:30:28.276Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-17T00:30:28.276Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:30:28.280Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:30:28.280Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645028275, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-17T00:30:28.380Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:30:28.381Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:30:28.381Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:30:28.406Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:30:28.406Z||pool-80-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2022-11-17T00:30:29.281Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-17T00:30:29.282Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-17T00:30:29.282Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: e39be052-e2bf-4788-a1f8-e05d55802634, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-11-17T00:30:29.283Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-11-17T00:30:29.283Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-11-17T00:30:29.284Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-11-17T00:30:29.401Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9688912063796266069/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-11-17T00:30:30.566Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-17T00:30:30.566Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-17T00:30:30.566Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-17T00:30:30.566Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-17T00:30:30.567Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-17T00:30:30.567Z|598ff345-0370-476b-9d91-64ced46496d0|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-BasicVm-csar.csar 2022-11-17T00:30:30.567Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-17T00:30:30.567Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-17T00:30:30.567Z|598ff345-0370-476b-9d91-64ced46496d0|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-BasicVm-csar.csar 2022-11-17T00:30:30.567Z|598ff345-0370-476b-9d91-64ced46496d0|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-BasicVm-csar.csar 2022-11-17T00:30:30.567Z|598ff345-0370-476b-9d91-64ced46496d0|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-BasicVm-csar.csar 2022-11-17T00:30:30.567Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-17T00:30:30.567Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:30:30.567Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:30:30.568Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-17T00:30:30.568Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-17T00:30:30.568Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-17T00:30:30.568Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:30:30.568Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:30:30.568Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-17T00:30:30.568Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-17T00:30:30.569Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-17T00:30:30.569Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:30:30.569Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:30:30.569Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:30:30.569Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-17T00:30:30.569Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-11-17T00:30:30.569Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-11-17T00:30:30.569Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-11-17T00:30:30.570Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-17T00:30:30.570Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-17T00:30:30.570Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:30:30.570Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-17T00:30:30.570Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:30:30.570Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-17T00:30:30.570Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-17T00:30:30.571Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:30:30.571Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-17T00:30:30.571Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-17T00:30:30.571Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:30:30.571Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-17T00:30:30.571Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-17T00:30:30.571Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:30:30.572Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-17T00:30:30.572Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-17T00:30:30.572Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-17T00:30:30.572Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=20582a72-6596-43ff-9e38-9320279859f1 2022-11-17T00:30:30.572Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:30:30.572Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:30:30.572Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:30:30.573Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:30:30.573Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:30:30.573Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:30:30.573Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:30:30.573Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:30:30.573Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:8fcbb784-f3da-4a9b-a998-97a06042ff6b Model Version:NULL Model InvariantUuid:990405d2-53a4-4857-ba53-5d35792c160a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:27c05199-6dd7-4c69-90ca-53b0539f37e3 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:8b7b9779-4ac8-411d-8dec-2e691e042862 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:8a74434b-5299-4783-93fc-186ef90156aa NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:86bb834e-8684-4c9a-a954-97ebc53f5104 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:3c3e52c8-b1e9-46a4-987d-52ed34072588 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:20582a72-6596-43ff-9e38-9320279859f1 ModelInvariantUuid:a37f7f19-09e8-4ab9-9114-29bc5e4ffa55 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:a19ca277-fcab-4ad4-bcdd-5903be77b30b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:90641c93-e9a9-4388-9973-8fb841a2ec8d ModelInvariantUuid:2dad153d-9f26-4076-b5aa-7d0347e07d44 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:0d96fcdb-a661-4274-85e1-14eff618dd5a ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-17T00:30:30.583Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 9cc3cb26-f6cb-4b0b-94f2-52dd7e3dee2c Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-17T00:30:30.591Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||basic_vm 0 2022-11-17T00:30:30.591Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9cc3cb26-f6cb-4b0b-94f2-52dd7e3dee2c 2022-11-17T00:30:30.591Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 18c1be9b-77a5-4d71-82c0-7ee9aa6820b5 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-11-17T00:30:30.591Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-17T00:30:30.591Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-11-17T00:30:30.691Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-17T00:30:30.691Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 18c1be9b-77a5-4d71-82c0-7ee9aa6820b5 787 2022-11-17T00:30:30.692Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-11-17T00:30:30.692Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-11-17T00:30:30.692Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-17T00:30:30.692Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:30:30.694Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:30:30.694Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645030692, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-17T00:30:30.794Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:30:30.795Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:30:30.796Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:30:30.810Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:30:30.811Z||pool-81-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:30:31.695Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "86bb834e-8684-4c9a-a954-97ebc53f5104", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3c3e52c8-b1e9-46a4-987d-52ed34072588", "vfModuleModelCustomizationUUID": "ec9eacac-a220-4662-81e9-6d94a4dffb09", "isBase": true, "artifacts": [ "86a8c5fc-233d-4161-ba93-8d862e1ac0f8", "3f7bdd44-a7a1-4a65-9366-c1899d03272b" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-17T00:30:31.698Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3c3e52c8-b1e9-46a4-987d-52ed34072588 VfModuleModelInvariantUUID:86bb834e-8684-4c9a-a954-97ebc53f5104 VfModuleModelDescription:NULL Artifacts UUID List:{ 86a8c5fc-233d-4161-ba93-8d862e1ac0f8 , 3f7bdd44-a7a1-4a65-9366-c1899d03272b } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-17T00:30:31.699Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "86bb834e-8684-4c9a-a954-97ebc53f5104", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3c3e52c8-b1e9-46a4-987d-52ed34072588", "vfModuleModelCustomizationUUID": "ec9eacac-a220-4662-81e9-6d94a4dffb09", "isBase": true, "artifacts": [ "86a8c5fc-233d-4161-ba93-8d862e1ac0f8", "3f7bdd44-a7a1-4a65-9366-c1899d03272b" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-17T00:30:31.700Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3c3e52c8-b1e9-46a4-987d-52ed34072588 VfModuleModelInvariantUUID:86bb834e-8684-4c9a-a954-97ebc53f5104 VfModuleModelDescription:NULL Artifacts UUID List:{ 86a8c5fc-233d-4161-ba93-8d862e1ac0f8 , 3f7bdd44-a7a1-4a65-9366-c1899d03272b } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-17T00:30:31.700Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 86a8c5fc-233d-4161-ba93-8d862e1ac0f8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-11-17T00:30:31.700Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-17T00:30:31.700Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-11-17T00:30:31.770Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-17T00:30:31.771Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 86a8c5fc-233d-4161-ba93-8d862e1ac0f8 5033 2022-11-17T00:30:31.771Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-11-17T00:30:31.771Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-11-17T00:30:31.771Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-17T00:30:31.772Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:30:31.774Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:30:31.774Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645031771, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-17T00:30:31.874Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:30:31.875Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:30:31.876Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:30:31.908Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:30:31.909Z||pool-82-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:30:32.775Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3f7bdd44-a7a1-4a65-9366-c1899d03272b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-11-17T00:30:32.775Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-17T00:30:32.776Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-11-17T00:30:32.859Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-17T00:30:32.859Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 3f7bdd44-a7a1-4a65-9366-c1899d03272b 903 2022-11-17T00:30:32.860Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-11-17T00:30:32.860Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-11-17T00:30:32.860Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-17T00:30:32.860Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:30:32.862Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:30:32.862Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645032860, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-17T00:30:32.963Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-17T00:30:32.964Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:30:32.964Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:30:32.993Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:30:32.995Z||pool-83-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1} 2022-11-17T00:30:33.863Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 8fcbb784-f3da-4a9b-a998-97a06042ff6b 2022-11-17T00:30:33.863Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 9cc3cb26-f6cb-4b0b-94f2-52dd7e3dee2c ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-17T00:30:33.881Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@50ecac84, org.onap.sdc.toscaparser.api.parameters.Input@2d511868, org.onap.sdc.toscaparser.api.parameters.Input@751c2fb, org.onap.sdc.toscaparser.api.parameters.Input@4592b50b, org.onap.sdc.toscaparser.api.parameters.Input@70afb9b1] 2022-11-17T00:30:33.882Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:30:33.883Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:30:33.883Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-11-17T00:30:33.883Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 8a74434b-5299-4783-93fc-186ef90156aa 2022-11-17T00:30:33.884Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8a74434b-5299-4783-93fc-186ef90156aa matches Tosca VF Customization UUID: 8a74434b-5299-4783-93fc-186ef90156aa 2022-11-17T00:30:33.884Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 8a74434b-5299-4783-93fc-186ef90156aa matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-11-17T00:30:33.886Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:30:33.887Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:30:33.888Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 8a74434b-5299-4783-93fc-186ef90156aa: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-17T00:30:33.888Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@cbde7ba 2022-11-17T00:30:33.888Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:30:33.889Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-17T00:30:33.889Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ec9eacac-a220-4662-81e9-6d94a4dffb09 2022-11-17T00:30:33.889Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ec9eacac-a220-4662-81e9-6d94a4dffb09 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-11-17T00:30:33.892Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:30:33.892Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-17T00:30:33.892Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-17T00:30:33.893Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:30:33.893Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-17T00:30:33.893Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-17T00:30:33.894Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:30:33.894Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-17T00:30:33.894Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-17T00:30:33.895Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-17T00:30:33.895Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=20582a72-6596-43ff-9e38-9320279859f1 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-17T00:30:33.898Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:30:33.898Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-17T00:30:33.898Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-17T00:30:33.898Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:30:33.899Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-17T00:30:33.899Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=8a74434b-5299-4783-93fc-186ef90156aa Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-17T00:30:33.902Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:30:33.902Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:30:33.902Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 8fcbb784-f3da-4a9b-a998-97a06042ff6b: basic_vm 2022-11-17T00:30:33.902Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:30:33.903Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:30:33.903Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:30:33.903Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:30:33.904Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:30:33.904Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:30:33.904Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:30:33.904Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:30:33.905Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:30:33.905Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:30:33.905Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-17T00:30:34.002Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 9cc3cb26-f6cb-4b0b-94f2-52dd7e3dee2c 1 ASDC deployResourceStructure 2022-11-17T00:30:34.003Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-11-17T00:30:34.003Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-11-17T00:30:34.003Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-17T00:30:34.003Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:30:34.005Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:30:34.005Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645034003, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-17T00:30:34.105Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:30:34.106Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:30:34.107Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:30:34.123Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:30:34.124Z||pool-84-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-11-17T00:30:35.006Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-11-17T00:30:35.006Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-11-17T00:30:35.006Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-17T00:30:35.006Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:30:35.008Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:30:35.008Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645035006, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-17T00:30:35.108Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:30:35.109Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:30:35.109Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:30:35.135Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:30:35.136Z||pool-85-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2022-11-17T00:30:36.009Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-11-17T00:30:36.009Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-11-17T00:30:36.009Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-17T00:30:36.009Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:30:36.011Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:30:36.011Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645036009, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-17T00:30:36.111Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:30:36.112Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:30:36.112Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:30:36.133Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:30:36.134Z||pool-86-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-11-17T00:30:37.012Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-11-17T00:30:37.012Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-17T00:30:37.012Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-17T00:30:37.013Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:30:37.015Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:30:37.015Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645037012, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-17T00:30:37.115Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:30:37.116Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:30:37.116Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:30:37.144Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:30:37.145Z||pool-87-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:30:38.016Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 598ff345-0370-476b-9d91-64ced46496d0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-17T00:30:38.029Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 598ff345-0370-476b-9d91-64ced46496d0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-17T00:30:38.031Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-17T00:30:38.032Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-17T00:30:38.032Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-17T00:30:38.032Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-17T00:30:38.032Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-17T00:30:38.032Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-17T00:30:38.032Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-17T00:30:38.032Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-17T00:30:38.033Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-17T00:30:38.039Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-17T00:30:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:30:38.094Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:30:38.094Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:30:38.133Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:30:38.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:30:38.133Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f2f61f17-2634-4263-a0eb-db8f42e15222", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644900270, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-17T00:30:38.134Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:30:38.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:30:38.134Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644798077, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:30:38.134Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:30:38.135Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:30:38.135Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644798077, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-17T00:30:38.135Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:30:38.135Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:30:38.135Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644798077, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-17T00:30:38.135Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:30:38.135Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:30:38.135Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644798077, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-17T00:30:38.135Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:30:38.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:30:38.136Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644798077, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-17T00:30:38.136Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:30:38.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:30:38.136Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644798077, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:30:38.136Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:30:38.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:30:38.136Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644798077, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-17T00:30:38.136Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:30:38.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:30:38.137Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644798077, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-17T00:30:38.137Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:30:38.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:30:38.137Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644798077, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-17T00:30:38.137Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-17T00:30:38.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:30:38.137Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644910496, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-17T00:30:38.137Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:30:38.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:30:38.137Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644913080, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-11-17T00:30:38.137Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:30:38.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:30:38.138Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644914175, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-17T00:30:38.138Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:30:38.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:30:38.138Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644915245, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-17T00:30:38.138Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:30:38.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:30:38.138Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644916351, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-17T00:30:38.138Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:30:38.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:30:38.138Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644917410, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-17T00:30:38.139Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:31:08.039Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 598ff345-0370-476b-9d91-64ced46496d0 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-17T00:31:08.047Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 598ff345-0370-476b-9d91-64ced46496d0 and serviceModelVersionId: 8fcbb784-f3da-4a9b-a998-97a06042ff6b 2022-11-17T00:31:08.047Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 990405d2-53a4-4857-ba53-5d35792c160a 2022-11-17T00:31:08.048Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/990405d2-53a4-4857-ba53-5d35792c160a/model-vers/model-ver/8fcbb784-f3da-4a9b-a998-97a06042ff6b?depth=0 2022-11-17T00:31:08.052Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-11-17T00:31:08.075Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/990405d2-53a4-4857-ba53-5d35792c160a/model-vers/model-ver/8fcbb784-f3da-4a9b-a998-97a06042ff6b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-11-17T00:31:08.075Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/990405d2-53a4-4857-ba53-5d35792c160a/model-vers/model-ver/8fcbb784-f3da-4a9b-a998-97a06042ff6b?depth=0|INFO|500||Invoke 2022-11-17T00:31:08.080Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/990405d2-53a4-4857-ba53-5d35792c160a/model-vers/model-ver/8fcbb784-f3da-4a9b-a998-97a06042ff6b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-17T00:31:08.218Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/990405d2-53a4-4857-ba53-5d35792c160a/model-vers/model-ver/8fcbb784-f3da-4a9b-a998-97a06042ff6b?depth=0|INFO|500||InvokeReturn 2022-11-17T00:31:08.219Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/990405d2-53a4-4857-ba53-5d35792c160a/model-vers/model-ver/8fcbb784-f3da-4a9b-a998-97a06042ff6b?depth=0 has http status code:200 and response headers:{date=[Thu, 17 Nov 2022 00:31:07 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[135], vertex-id=[229496], x-aai-txid=[0-aai-resources-221117-00:31:07:625-59399], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-11-17T00:31:08.219Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-11-17T00:31:08.219Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-17T00:31:08.219Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-17T00:31:08.226Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-17T00:31:08.227Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 598ff345-0370-476b-9d91-64ced46496d0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-17T00:31:08.227Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-17T00:31:08.227Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:31:08.229Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:31:08.229Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645068227, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-17T00:31:08.329Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:31:08.330Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:31:08.330Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:31:08.360Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:31:08.360Z||pool-88-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-17T00:31:09.250Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:31:09.250Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:31:09.250Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:31:18.852Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:31:18.853Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:31:18.853Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:31:18.853Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:31:28.403Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:31:28.404Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:31:28.404Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:31:28.404Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:31:37.970Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:31:38.077Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:31:38.078Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:31:38.078Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:31:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:31:38.094Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:31:38.094Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:31:38.117Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:31:38.117Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:31:38.118Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644918585, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-17T00:31:38.119Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:31:38.119Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:31:38.119Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644919593, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-17T00:31:38.119Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:31:38.120Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:31:38.120Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644920599, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-17T00:31:38.120Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:31:38.120Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:31:38.121Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644921602, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-11-17T00:31:38.121Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:31:38.121Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:31:38.121Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644922619, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-11-17T00:31:38.122Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:31:38.122Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-17T00:31:38.122Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668644923622, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-17T00:31:38.122Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:31:47.657Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:32:38.077Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:32:38.078Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:32:38.078Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:32:38.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:32:38.094Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:32:38.094Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:32:38.122Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:32:38.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-17T00:32:38.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f0db3bd-5254-473e-8998-c640e1a83a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645014869, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-17T00:32:38.123Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:32:38.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-17T00:32:38.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645015887, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:32:38.124Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-17T00:32:38.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-17T00:32:38.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645015887, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-17T00:32:38.124Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-17T00:32:38.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-17T00:32:38.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645015887, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-17T00:32:38.124Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-17T00:32:38.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-17T00:32:38.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645015887, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:32:38.125Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-17T00:32:38.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-17T00:32:38.125Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645015887, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-17T00:32:38.125Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-17T00:32:38.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-17T00:32:38.125Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645015887, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-17T00:32:38.125Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-17T00:32:38.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-17T00:32:38.125Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645015887, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-17T00:32:38.125Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-17T00:32:38.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-17T00:32:38.125Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645028275, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-17T00:32:38.126Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:32:38.126Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-17T00:32:38.126Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645030692, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-17T00:32:38.126Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:32:38.126Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-17T00:32:38.126Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645031771, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-17T00:32:38.126Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:32:38.126Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-17T00:32:38.126Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645032860, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-17T00:32:38.126Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:32:38.126Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-17T00:32:38.127Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645034003, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-17T00:32:38.127Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:32:38.127Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-17T00:32:38.127Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645035006, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-17T00:32:38.127Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:32:38.127Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-17T00:32:38.127Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645036009, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-17T00:32:38.127Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:32:38.127Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-17T00:32:38.127Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645037012, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-17T00:32:38.128Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:32:47.663Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:33:38.077Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:33:38.078Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:33:38.078Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:33:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:33:38.094Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:33:38.094Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:33:38.618Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:33:38.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-17T00:33:38.619Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "598ff345-0370-476b-9d91-64ced46496d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645068227, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-17T00:33:38.619Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:33:47.677Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:34:38.077Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:34:38.078Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:34:38.078Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:34:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:34:38.094Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:34:38.094Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:34:47.639Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:34:47.664Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:35:38.077Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:35:38.078Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:35:38.078Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:35:38.093Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:35:38.094Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:35:38.094Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:35:47.644Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:35:47.658Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:36:38.077Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:36:38.078Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:36:38.078Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:36:38.093Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:36:38.094Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:36:38.094Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:36:47.637Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:36:47.652Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:37:38.078Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:37:38.080Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:37:38.081Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:37:38.094Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:37:38.095Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:37:38.095Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:37:47.653Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:37:47.653Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:38:38.078Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:38:38.080Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:38:38.081Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:38:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:38:38.094Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:38:38.094Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:38:47.655Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:38:47.655Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:39:38.078Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:39:38.079Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:39:38.079Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:39:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:39:38.094Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:39:38.094Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:39:47.664Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:39:47.682Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:40:38.077Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:40:38.078Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:40:38.078Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:40:38.093Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:40:38.094Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:40:38.094Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:40:39.768Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:40:39.769Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-17T00:40:39.769Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"3392e003-97cf-4f73-b65b-65872b26ca1c","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"faad994d-b18a-4626-a6ca-ff4a906dd66d","serviceDescription":"service","serviceInvariantUUID":"99049134-dd83-45e6-a54f-d2229c5facec","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ddf7e4fd-26da-4a84-a4bd-cb1e1528e2e4","resourceInvariantUUID":"47aaa2cb-d5f6-497b-9d3f-34b9169f1de9","resourceCustomizationUUID":"d2d51149-b838-40cc-9554-7d57b555b0a9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"MmQ4MDkyZTc2MGQ5MDVkMDAxMjcwZDVmOWZiM2VlYzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b97fb772-c9d5-42cf-a4ad-8bf2bef4cbce","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"YTE2NjE1OTExYTBjYmU2ZDI1MzJlY2RkMTZmZmExNTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f32bc548-adc2-4cee-87d4-2949a7bf6df1","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0b346840-1df3-498a-a2d5-3be8d4cbff6d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"be654657-037e-436e-b3d8-5735d0011cfb","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2b9783f5-3645-45b2-8340-822b1ab1e737","artifactVersion":"2","generatedFromUUID":"70b2cfff-3ff0-42b2-9332-9f8cd0bc5100"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"769b1123-6bcb-4f03-94fb-1f138f42fa2d","artifactVersion":"2","generatedFromUUID":"0b346840-1df3-498a-a2d5-3be8d4cbff6d"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"70b2cfff-3ff0-42b2-9332-9f8cd0bc5100","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"3986c7fd-05b7-428a-bd57-a49863d26a60","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"NTdmYjgwMjFjYmFkMzg5Nzk5ZjgwZjhmNDAxNTM5OTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"39e837fe-e489-4209-befa-40c4db3f8dbc","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"N2ZlYWJiNWFkZTZkZGJmYmM4ODIzZjFmOWY2N2M4OWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a0d12c0b-e29b-4e58-982b-31c11c618b96","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-17T00:40:39.772Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-17T00:40:39.772Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:40:39.776Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:40:39.776Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645638077, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:40:39.877Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-17T00:40:39.878Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:40:39.878Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:40:39.905Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:40:39.905Z||pool-89-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":6,"count":1} 2022-11-17T00:40:40.531Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:40:40.532Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:40:40.532Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645638077, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:40:40.533Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:40:40.777Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-17T00:40:40.777Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:40:40.779Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:40:40.779Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645638077, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-17T00:40:40.879Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:40:40.880Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:40:40.880Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:40:40.895Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:40:40.895Z||pool-90-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:40:41.780Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-17T00:40:41.780Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:40:41.782Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:40:41.782Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645638077, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-17T00:40:41.885Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-11-17T00:40:41.885Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:40:41.885Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:40:41.904Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:40:41.904Z||pool-91-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:40:42.785Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-17T00:40:42.786Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:40:42.789Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:40:42.789Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645638077, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:40:42.888Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-11-17T00:40:42.889Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:40:42.889Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:40:42.905Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:40:42.905Z||pool-92-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:40:43.790Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-17T00:40:43.791Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:40:43.795Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:40:43.796Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645638077, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-11-17T00:40:43.894Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-11-17T00:40:43.895Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:40:43.895Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:40:43.913Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:40:43.913Z||pool-93-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:40:44.799Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-17T00:40:44.800Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:40:44.802Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:40:44.803Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645638077, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-11-17T00:40:44.903Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:40:44.904Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:40:44.904Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:40:44.919Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:40:44.920Z||pool-94-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:40:45.803Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-17T00:40:45.804Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:40:45.806Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:40:45.806Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645638077, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-11-17T00:40:45.906Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:40:45.907Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:40:45.907Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:40:45.922Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:40:45.923Z||pool-95-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-11-17T00:40:46.806Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-17T00:40:46.807Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:40:46.809Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:40:46.809Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645638077, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-17T00:40:46.909Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:40:46.910Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:40:46.910Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:40:46.926Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:40:46.927Z||pool-96-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:40:47.810Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-17T00:40:47.810Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:40:47.813Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:40:47.813Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645638077, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-17T00:40:47.913Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:40:47.914Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:40:47.914Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:40:47.931Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:40:47.931Z||pool-97-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:40:48.813Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-17T00:40:48.814Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:40:48.816Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:40:48.816Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645638077, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-17T00:40:48.917Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-17T00:40:48.918Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:40:48.918Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:40:48.936Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:40:48.937Z||pool-98-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-11-17T00:40:49.817Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "faad994d-b18a-4626-a6ca-ff4a906dd66d", "serviceDescription": "service", "serviceInvariantUUID": "99049134-dd83-45e6-a54f-d2229c5facec", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "d2d51149-b838-40cc-9554-7d57b555b0a9", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "ddf7e4fd-26da-4a84-a4bd-cb1e1528e2e4", "resourceInvariantUUID": "47aaa2cb-d5f6-497b-9d3f-34b9169f1de9", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_cnf_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "artifactChecksum": "YTE2NjE1OTExYTBjYmU2ZDI1MzJlY2RkMTZmZmExNTU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f32bc548-adc2-4cee-87d4-2949a7bf6df1", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "0b346840-1df3-498a-a2d5-3be8d4cbff6d", "generatedArtifact": { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "769b1123-6bcb-4f03-94fb-1f138f42fa2d", "generatedFromUUID": "0b346840-1df3-498a-a2d5-3be8d4cbff6d" }, "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "2b9783f5-3645-45b2-8340-822b1ab1e737", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "769b1123-6bcb-4f03-94fb-1f138f42fa2d", "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.tgz", "artifactType": "HELM", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "70b2cfff-3ff0-42b2-9332-9f8cd0bc5100", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "N2ZlYWJiNWFkZTZkZGJmYmM4ODIzZjFmOWY2N2M4OWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a0d12c0b-e29b-4e58-982b-31c11c618b96" } ], "workloadContext": "Production" } 2022-11-17T00:40:49.818Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-17T00:40:49.819Z|598ff345-0370-476b-9d91-64ced46496d0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 faad994d-b18a-4626-a6ca-ff4a906dd66d ASDC 2022-11-17T00:40:49.820Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:3392e003-97cf-4f73-b65b-65872b26ca1c ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:faad994d-b18a-4626-a6ca-ff4a906dd66d ServiceInvariantUUID:99049134-dd83-45e6-a54f-d2229c5facec ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicCnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ArtifactUUID:a0d12c0b-e29b-4e58-982b-31c11c618b96 ArtifactChecksum:N2ZlYWJiNWFkZTZkZGJmYmM4ODIzZjFmOWY2N2M4OWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:d2d51149-b838-40cc-9554-7d57b555b0a9 ResourceInvariantUUID:47aaa2cb-d5f6-497b-9d3f-34b9169f1de9 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:ddf7e4fd-26da-4a84-a4bd-cb1e1528e2e4 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_cnf_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ArtifactUUID:f32bc548-adc2-4cee-87d4-2949a7bf6df1 ArtifactChecksum:YTE2NjE1OTExYTBjYmU2ZDI1MzJlY2RkMTZmZmExNTU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ArtifactUUID:0b346840-1df3-498a-a2d5-3be8d4cbff6d ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:769b1123-6bcb-4f03-94fb-1f138f42fa2d ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ArtifactUUID:2b9783f5-3645-45b2-8340-822b1ab1e737 ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:769b1123-6bcb-4f03-94fb-1f138f42fa2d ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.tgz ArtifactVersion:1 ArtifactType:HELM ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ArtifactUUID:70b2cfff-3ff0-42b2-9332-9f8cd0bc5100 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-17T00:40:49.820Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF faad994d-b18a-4626-a6ca-ff4a906dd66d ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-17T00:40:49.892Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-17T00:40:49.894Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-17T00:40:49.894Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-17T00:40:49.894Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a0d12c0b-e29b-4e58-982b-31c11c618b96 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-17T00:40:49.894Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-17T00:40:49.895Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-17T00:40:50.081Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-17T00:40:50.084Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar a0d12c0b-e29b-4e58-982b-31c11c618b96 162970 2022-11-17T00:40:50.085Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-11-17T00:40:50.085Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-17T00:40:50.085Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-17T00:40:50.086Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:40:50.088Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:40:50.088Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645650085, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-17T00:40:50.188Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:40:50.189Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:40:50.189Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:40:50.205Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:40:50.206Z||pool-99-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:40:51.089Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-17T00:40:51.090Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-17T00:40:51.090Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: a0d12c0b-e29b-4e58-982b-31c11c618b96, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-17T00:40:51.090Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-11-17T00:40:51.091Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-17T00:40:51.091Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-17T00:40:51.265Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4234332539458114814/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2022-11-17T00:40:52.602Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-17T00:40:52.603Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-17T00:40:52.603Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-17T00:40:52.603Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-11-17T00:40:52.603Z|3392e003-97cf-4f73-b65b-65872b26ca1c|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-BasicCnfMacro-csar.csar 2022-11-17T00:40:52.603Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-17T00:40:52.603Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-17T00:40:52.603Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-17T00:40:52.603Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-17T00:40:52.604Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:40:52.604Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:40:52.604Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-17T00:40:52.604Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-17T00:40:52.604Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-17T00:40:52.605Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:40:52.605Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:40:52.605Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-17T00:40:52.605Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-17T00:40:52.605Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-17T00:40:52.605Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:40:52.605Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:40:52.606Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:40:52.606Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-11-17T00:40:52.606Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-11-17T00:40:52.606Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-11-17T00:40:52.606Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-17T00:40:52.606Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:40:52.606Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-17T00:40:52.607Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:40:52.607Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-17T00:40:52.607Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-17T00:40:52.607Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:40:52.607Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-17T00:40:52.607Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-17T00:40:52.608Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:40:52.608Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-17T00:40:52.608Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-17T00:40:52.608Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:40:52.608Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-17T00:40:52.608Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-17T00:40:52.608Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:40:52.609Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-11-17T00:40:52.609Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-11-17T00:40:52.609Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=9d2ded5a-8d7f-4160-b3f6-9ceac6037a72 2022-11-17T00:40:52.609Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:40:52.609Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:40:52.609Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:40:52.609Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:40:52.610Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:40:52.610Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:40:52.610Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:40:52.610Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:40:52.610Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:faad994d-b18a-4626-a6ca-ff4a906dd66d Model Version:NULL Model InvariantUuid:99049134-dd83-45e6-a54f-d2229c5facec Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:f520dce2-0b19-4c02-8b11-5decbbd5f918 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:47aaa2cb-d5f6-497b-9d3f-34b9169f1de9 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:d2d51149-b838-40cc-9554-7d57b555b0a9 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:2900247c-c159-4c32-aa2e-7275e8667f39 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:493201b8-a67f-449d-a6f6-4a764a651d64 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:35577a80-5bd4-4b33-8d62-86141123a1d7 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:3fb521d8-4046-4849-8e43-2409d7409576 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:9d2ded5a-8d7f-4160-b3f6-9ceac6037a72 ModelInvariantUuid:5a26713f-38d2-4bb0-906e-876e888155fd ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:7418bd38-f011-45e7-9104-5fe823869a65 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:f962f307-e0c7-4ce5-aace-0ad2809705c5 ModelInvariantUuid:1e60c500-8e93-46e3-869f-7a6fe32a07a2 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:5e6c6ca4-f4ba-4e68-96e3-d3e48172bfa2 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-17T00:40:52.620Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: ddf7e4fd-26da-4a84-a4bd-cb1e1528e2e4 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-17T00:40:52.624Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||basic_cnf_macro 0 2022-11-17T00:40:52.624Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ddf7e4fd-26da-4a84-a4bd-cb1e1528e2e4 2022-11-17T00:40:52.625Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f32bc548-adc2-4cee-87d4-2949a7bf6df1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-11-17T00:40:52.625Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-17T00:40:52.625Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-11-17T00:40:52.685Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-17T00:40:52.686Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json f32bc548-adc2-4cee-87d4-2949a7bf6df1 1565 2022-11-17T00:40:52.686Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-11-17T00:40:52.686Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-11-17T00:40:52.686Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-17T00:40:52.687Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:40:52.689Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:40:52.689Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645652686, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-17T00:40:52.789Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-17T00:40:52.790Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:40:52.791Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:40:52.806Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:40:52.806Z||pool-100-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-11-17T00:40:53.690Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "35577a80-5bd4-4b33-8d62-86141123a1d7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3fb521d8-4046-4849-8e43-2409d7409576", "vfModuleModelCustomizationUUID": "2bdf96c3-a3c9-4b43-9c1d-d71eee486bff", "isBase": true, "artifacts": [ "0b346840-1df3-498a-a2d5-3be8d4cbff6d", "769b1123-6bcb-4f03-94fb-1f138f42fa2d" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "2900247c-c159-4c32-aa2e-7275e8667f39", "vfModuleModelVersion": "1", "vfModuleModelUUID": "493201b8-a67f-449d-a6f6-4a764a651d64", "vfModuleModelCustomizationUUID": "fb30f2d3-5ced-4912-a622-e510f3dcb369", "isBase": false, "artifacts": [ "70b2cfff-3ff0-42b2-9332-9f8cd0bc5100" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-17T00:40:53.694Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3fb521d8-4046-4849-8e43-2409d7409576 VfModuleModelInvariantUUID:35577a80-5bd4-4b33-8d62-86141123a1d7 VfModuleModelDescription:NULL Artifacts UUID List:{ 0b346840-1df3-498a-a2d5-3be8d4cbff6d , 769b1123-6bcb-4f03-94fb-1f138f42fa2d } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore 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 , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:493201b8-a67f-449d-a6f6-4a764a651d64 VfModuleModelInvariantUUID:2900247c-c159-4c32-aa2e-7275e8667f39 VfModuleModelDescription:NULL Artifacts UUID List:{ 70b2cfff-3ff0-42b2-9332-9f8cd0bc5100 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-11-17T00:40:53.696Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "35577a80-5bd4-4b33-8d62-86141123a1d7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3fb521d8-4046-4849-8e43-2409d7409576", "vfModuleModelCustomizationUUID": "2bdf96c3-a3c9-4b43-9c1d-d71eee486bff", "isBase": true, "artifacts": [ "0b346840-1df3-498a-a2d5-3be8d4cbff6d", "769b1123-6bcb-4f03-94fb-1f138f42fa2d" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "2900247c-c159-4c32-aa2e-7275e8667f39", "vfModuleModelVersion": "1", "vfModuleModelUUID": "493201b8-a67f-449d-a6f6-4a764a651d64", "vfModuleModelCustomizationUUID": "fb30f2d3-5ced-4912-a622-e510f3dcb369", "isBase": false, "artifacts": [ "70b2cfff-3ff0-42b2-9332-9f8cd0bc5100" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-17T00:40:53.697Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3fb521d8-4046-4849-8e43-2409d7409576 VfModuleModelInvariantUUID:35577a80-5bd4-4b33-8d62-86141123a1d7 VfModuleModelDescription:NULL Artifacts UUID List:{ 0b346840-1df3-498a-a2d5-3be8d4cbff6d , 769b1123-6bcb-4f03-94fb-1f138f42fa2d } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore 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 , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:493201b8-a67f-449d-a6f6-4a764a651d64 VfModuleModelInvariantUUID:2900247c-c159-4c32-aa2e-7275e8667f39 VfModuleModelDescription:NULL Artifacts UUID List:{ 70b2cfff-3ff0-42b2-9332-9f8cd0bc5100 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-11-17T00:40:53.697Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0b346840-1df3-498a-a2d5-3be8d4cbff6d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-11-17T00:40:53.697Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-17T00:40:53.697Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-11-17T00:40:53.759Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-17T00:40:53.759Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 0b346840-1df3-498a-a2d5-3be8d4cbff6d 914 2022-11-17T00:40:53.760Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-11-17T00:40:53.760Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-11-17T00:40:53.760Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-17T00:40:53.760Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:40:53.762Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:40:53.762Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645653760, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-11-17T00:40:53.863Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-17T00:40:53.863Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:40:53.863Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:40:53.877Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:40:53.877Z||pool-101-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:40:54.763Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2b9783f5-3645-45b2-8340-822b1ab1e737 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-11-17T00:40:54.763Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-17T00:40:54.763Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-11-17T00:40:54.848Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-17T00:40:54.848Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2b9783f5-3645-45b2-8340-822b1ab1e737 12 2022-11-17T00:40:54.849Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-11-17T00:40:54.849Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-11-17T00:40:54.849Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-17T00:40:54.849Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:40:54.851Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:40:54.851Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645654849, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-11-17T00:40:54.951Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:40:54.953Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:40:54.953Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:40:54.968Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:40:54.969Z||pool-102-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:40:55.851Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 769b1123-6bcb-4f03-94fb-1f138f42fa2d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-11-17T00:40:55.852Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-17T00:40:55.852Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-11-17T00:40:55.928Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-17T00:40:55.929Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 769b1123-6bcb-4f03-94fb-1f138f42fa2d 96 2022-11-17T00:40:55.929Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-11-17T00:40:55.930Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-11-17T00:40:55.930Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-17T00:40:55.930Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:40:55.932Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:40:55.932Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645655929, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-11-17T00:40:56.032Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:40:56.033Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:40:56.033Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:40:56.052Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:40:56.053Z||pool-103-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-11-17T00:40:56.932Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 70b2cfff-3ff0-42b2-9332-9f8cd0bc5100 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-11-17T00:40:56.933Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-17T00:40:56.933Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-11-17T00:40:56.994Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-17T00:40:56.995Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 70b2cfff-3ff0-42b2-9332-9f8cd0bc5100 20206 2022-11-17T00:40:56.995Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-11-17T00:40:56.995Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-11-17T00:40:56.996Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-17T00:40:56.996Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:40:56.998Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:40:56.998Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645656995, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-11-17T00:40:57.098Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:40:57.099Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:40:57.099Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:40:57.122Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:40:57.123Z||pool-104-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:40:58.001Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: faad994d-b18a-4626-a6ca-ff4a906dd66d 2022-11-17T00:40:58.002Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 ddf7e4fd-26da-4a84-a4bd-cb1e1528e2e4 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 toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-17T00:40:58.014Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@72010f24, org.onap.sdc.toscaparser.api.parameters.Input@a408e86, org.onap.sdc.toscaparser.api.parameters.Input@2ac81c56, org.onap.sdc.toscaparser.api.parameters.Input@647d99ce, org.onap.sdc.toscaparser.api.parameters.Input@1e7fd24a] 2022-11-17T00:40:58.015Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:40:58.016Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:40:58.016Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-11-17T00:40:58.016Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= d2d51149-b838-40cc-9554-7d57b555b0a9 2022-11-17T00:40:58.017Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d2d51149-b838-40cc-9554-7d57b555b0a9 matches Tosca VF Customization UUID: d2d51149-b838-40cc-9554-7d57b555b0a9 2022-11-17T00:40:58.017Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: d2d51149-b838-40cc-9554-7d57b555b0a9 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-11-17T00:40:58.019Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:40:58.020Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:40:58.020Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id d2d51149-b838-40cc-9554-7d57b555b0a9: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"} 2022-11-17T00:40:58.020Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@72be8a38 2022-11-17T00:40:58.021Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:40:58.021Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-17T00:40:58.021Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fb30f2d3-5ced-4912-a622-e510f3dcb369 2022-11-17T00:40:58.021Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fb30f2d3-5ced-4912-a622-e510f3dcb369 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-11-17T00:40:58.025Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:40:58.025Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-17T00:40:58.025Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-17T00:40:58.026Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:40:58.026Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-17T00:40:58.026Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-17T00:40:58.026Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:40:58.026Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-17T00:40:58.027Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=d2d51149-b838-40cc-9554-7d57b555b0a9 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-17T00:40:58.028Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:40:58.029Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:40:58.029Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid faad994d-b18a-4626-a6ca-ff4a906dd66d: basic_cnf_macro 2022-11-17T00:40:58.029Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:40:58.029Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:40:58.030Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:40:58.030Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:40:58.030Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:40:58.030Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:40:58.030Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:40:58.031Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:40:58.031Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:40:58.031Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:40:58.031Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||Saving Service: basic_cnf_macro 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 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: 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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-17T00:40:58.094Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro ddf7e4fd-26da-4a84-a4bd-cb1e1528e2e4 2 ASDC deployResourceStructure 2022-11-17T00:40:58.095Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-11-17T00:40:58.095Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-11-17T00:40:58.095Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-17T00:40:58.095Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:40:58.097Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:40:58.097Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645658095, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-17T00:40:58.198Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-17T00:40:58.199Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:40:58.199Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:40:58.216Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:40:58.217Z||pool-105-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-11-17T00:40:59.098Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-11-17T00:40:59.099Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-11-17T00:40:59.099Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-17T00:40:59.099Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:40:59.101Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:40:59.101Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645659098, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-11-17T00:40:59.201Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:40:59.202Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:40:59.202Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:40:59.220Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:40:59.221Z||pool-106-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:41:00.102Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-11-17T00:41:00.102Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2022-11-17T00:41:00.103Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-17T00:41:00.103Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:41:00.105Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:41:00.105Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645660102, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-17T00:41:00.205Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-17T00:41:00.206Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:41:00.207Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:41:00.233Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:41:00.234Z||pool-107-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:41:01.106Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-11-17T00:41:01.107Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-11-17T00:41:01.107Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-17T00:41:01.107Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:41:01.110Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:41:01.110Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645661106, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-11-17T00:41:01.210Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:41:01.211Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:41:01.211Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:41:01.231Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:41:01.231Z||pool-108-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:41:02.111Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-11-17T00:41:02.111Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2022-11-17T00:41:02.112Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-17T00:41:02.112Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:41:02.115Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:41:02.115Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645662111, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-17T00:41:02.215Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:41:02.216Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:41:02.216Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:41:02.233Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:41:02.233Z||pool-109-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:41:03.116Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-11-17T00:41:03.116Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-17T00:41:03.117Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-17T00:41:03.117Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:41:03.120Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:41:03.120Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645663116, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-17T00:41:03.221Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:41:03.222Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:41:03.222Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:41:03.253Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:41:03.253Z||pool-110-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:41:04.121Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3392e003-97cf-4f73-b65b-65872b26ca1c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-17T00:41:04.135Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3392e003-97cf-4f73-b65b-65872b26ca1c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-17T00:41:04.138Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-17T00:41:04.138Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-17T00:41:04.138Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-17T00:41:34.139Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3392e003-97cf-4f73-b65b-65872b26ca1c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-17T00:41:34.153Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3392e003-97cf-4f73-b65b-65872b26ca1c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-17T00:41:34.156Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-17T00:41:34.156Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-17T00:41:34.156Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-17T00:41:38.093Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:41:38.094Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:41:38.094Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:41:38.283Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:41:38.283Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:41:38.284Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645638077, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-17T00:41:38.284Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:04.157Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3392e003-97cf-4f73-b65b-65872b26ca1c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-17T00:42:04.196Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3392e003-97cf-4f73-b65b-65872b26ca1c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-17T00:42:04.199Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-17T00:42:04.200Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-17T00:42:04.200Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-17T00:42:34.201Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3392e003-97cf-4f73-b65b-65872b26ca1c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-17T00:42:34.226Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3392e003-97cf-4f73-b65b-65872b26ca1c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-17T00:42:34.239Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-17T00:42:34.239Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-17T00:42:34.239Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-17T00:42:38.094Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:42:38.095Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:42:38.095Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:42:38.115Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:42:38.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645638077, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-17T00:42:38.126Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645638077, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.126Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645638077, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-11-17T00:42:38.127Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.127Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.127Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645638077, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-11-17T00:42:38.127Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.127Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.127Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "cds", "timestamp": 1668645644127, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.128Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.128Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.128Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645638077, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-11-17T00:42:38.128Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.128Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.129Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "multicloud-k8s-id", "timestamp": 1668645644912, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.129Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.129Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.129Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "cds", "timestamp": 1668645644127, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.130Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.130Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.130Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645638077, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.130Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.133Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.133Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "multicloud-k8s-id", "timestamp": 1668645644912, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-17T00:42:38.133Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.133Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.133Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "cds", "timestamp": 1668645644127, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.134Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.134Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.134Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668645646504, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.134Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.134Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.134Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645638077, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.135Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "multicloud-k8s-id", "timestamp": 1668645644912, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-17T00:42:38.135Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "policy-id", "timestamp": 1668645647089, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.136Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.137Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "cds", "timestamp": 1668645644127, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.137Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.137Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "aai-ml", "timestamp": 1668645647110, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.138Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668645646504, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.141Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645638077, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-17T00:42:38.142Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "multicloud-k8s-id", "timestamp": 1668645644912, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.142Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "policy-id", "timestamp": 1668645647089, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.142Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "cds", "timestamp": 1668645644127, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.143Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "aai-ml", "timestamp": 1668645647110, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.143Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668645646504, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.143Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "multicloud-k8s-id", "timestamp": 1668645644912, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-11-17T00:42:38.143Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.144Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645650085, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-17T00:42:38.144Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:42:38.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.144Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "policy-id", "timestamp": 1668645647089, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-17T00:42:38.144Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.144Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "cds", "timestamp": 1668645644127, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.144Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.144Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "aai-ml", "timestamp": 1668645647110, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.144Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.145Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668645646504, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.145Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.145Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.145Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "multicloud-k8s-id", "timestamp": 1668645644912, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-11-17T00:42:38.145Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.145Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.145Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "policy-id", "timestamp": 1668645647089, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.145Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.145Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.145Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "cds", "timestamp": 1668645644127, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.145Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.145Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.146Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "aai-ml", "timestamp": 1668645647110, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.146Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.146Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.146Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668645646504, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.146Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.146Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.146Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "multicloud-k8s-id", "timestamp": 1668645644912, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-11-17T00:42:38.146Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.146Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.146Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "policy-id", "timestamp": 1668645647089, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.146Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.147Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.147Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "cds", "timestamp": 1668645644127, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.147Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.147Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.147Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "aai-ml", "timestamp": 1668645647110, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.147Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.147Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.147Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668645646504, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.147Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.147Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.147Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645652686, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-17T00:42:38.147Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:42:38.147Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.147Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "multicloud-k8s-id", "timestamp": 1668645644912, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.147Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.148Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.148Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "policy-id", "timestamp": 1668645647089, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.148Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.148Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.148Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "cds", "timestamp": 1668645644127, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.148Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.148Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.148Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "aai-ml", "timestamp": 1668645647110, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.148Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.148Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.148Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668645646504, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.148Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.149Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.149Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645653760, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-11-17T00:42:38.149Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:42:38.149Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.149Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "multicloud-k8s-id", "timestamp": 1668645644912, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.149Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.149Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.149Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "cds", "timestamp": 1668645644127, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-17T00:42:38.149Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.149Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.149Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "policy-id", "timestamp": 1668645647089, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.150Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.150Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.150Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "aai-ml", "timestamp": 1668645647110, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.150Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.150Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.150Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668645646504, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.150Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.150Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.150Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645654849, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-11-17T00:42:38.150Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:42:38.150Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.151Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "multicloud-k8s-id", "timestamp": 1668645644912, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-17T00:42:38.151Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.151Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.151Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "policy-id", "timestamp": 1668645647089, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.151Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.151Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.151Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "aai-ml", "timestamp": 1668645647110, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.151Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.151Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.151Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "cds", "timestamp": 1668645654891, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-17T00:42:38.151Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:42:38.151Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.151Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668645646504, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.152Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.152Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.152Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645655929, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-11-17T00:42:38.152Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:42:38.152Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.152Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "multicloud-k8s-id", "timestamp": 1668645655698, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-17T00:42:38.152Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:42:38.152Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.152Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "policy-id", "timestamp": 1668645647089, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.152Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.152Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.152Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "aai-ml", "timestamp": 1668645647110, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.152Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.152Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.152Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668645646504, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-17T00:42:38.153Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.153Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.153Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645656995, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-11-17T00:42:38.153Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:42:38.153Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.153Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "multicloud-k8s-id", "timestamp": 1668645656771, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-11-17T00:42:38.153Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:42:38.153Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.153Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "policy-id", "timestamp": 1668645647089, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-17T00:42:38.154Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.154Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.154Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "aai-ml", "timestamp": 1668645647110, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-17T00:42:38.154Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.154Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.154Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668645657289, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-17T00:42:38.154Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:42:38.154Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.154Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645658095, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-17T00:42:38.154Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:42:38.154Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.154Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "multicloud-k8s-id", "timestamp": 1668645657905, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-11-17T00:42:38.155Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:42:38.155Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.155Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "policy-id", "timestamp": 1668645657930, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-17T00:42:38.155Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:42:38.155Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.155Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "aai-ml", "timestamp": 1668645657953, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-17T00:42:38.155Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:42:38.155Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.155Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645659098, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-11-17T00:42:38.155Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:42:38.155Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.155Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "policy-id", "timestamp": 1668645658942, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-17T00:42:38.156Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:42:38.156Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.156Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "multicloud-k8s-id", "timestamp": 1668645659146, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-11-17T00:42:38.156Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:42:38.156Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.156Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668645659715, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-17T00:42:38.156Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:42:38.156Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.156Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645660102, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-17T00:42:38.156Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:42:38.156Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.157Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "policy-id", "timestamp": 1668645659950, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-17T00:42:38.170Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3392e003-97cf-4f73-b65b-65872b26ca1c 2022-11-17T00:42:38.170Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3392e003-97cf-4f73-b65b-65872b26ca1c and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-17T00:42:38.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.184Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "multicloud-k8s-id", "timestamp": 1668645660295, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-17T00:42:38.190Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3392e003-97cf-4f73-b65b-65872b26ca1c 2022-11-17T00:42:38.190Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3392e003-97cf-4f73-b65b-65872b26ca1c and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-11-17T00:42:38.198Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.198Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668645660719, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-17T00:42:38.205Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3392e003-97cf-4f73-b65b-65872b26ca1c 2022-11-17T00:42:38.205Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3392e003-97cf-4f73-b65b-65872b26ca1c and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-17T00:42:38.215Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.215Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645661106, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-11-17T00:42:38.215Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:42:38.215Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.215Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "multicloud-k8s-id", "timestamp": 1668645661299, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-17T00:42:38.215Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:42:38.215Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.216Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645662111, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-17T00:42:38.216Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:42:38.216Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.216Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645663116, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-17T00:42:38.216Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:42:38.216Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.216Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "aai-ml", "timestamp": 1668645666173, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-17T00:42:38.216Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:42:38.216Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.216Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "aai-ml", "timestamp": 1668645667177, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-17T00:42:38.223Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3392e003-97cf-4f73-b65b-65872b26ca1c 2022-11-17T00:42:38.223Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3392e003-97cf-4f73-b65b-65872b26ca1c and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-17T00:42:38.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.236Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "cds", "timestamp": 1668645674129, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.236Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.237Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "policy-id", "timestamp": 1668645667089, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.237Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.237Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.237Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "cds", "timestamp": 1668645674129, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.237Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.237Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.237Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "policy-id", "timestamp": 1668645667089, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.237Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.237Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.237Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668645676504, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.237Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.238Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "aai-ml", "timestamp": 1668645677110, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.238Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.238Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "cds", "timestamp": 1668645674129, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.238Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.238Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "policy-id", "timestamp": 1668645667089, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-17T00:42:38.238Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.238Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668645676504, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.238Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.239Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "aai-ml", "timestamp": 1668645677110, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.239Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.239Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.239Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "cds", "timestamp": 1668645674129, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.239Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.239Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.239Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "policy-id", "timestamp": 1668645667089, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.239Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.239Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.239Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668645676504, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.239Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.240Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.240Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "aai-ml", "timestamp": 1668645677110, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.240Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.240Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.240Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "cds", "timestamp": 1668645674129, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.240Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.240Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.240Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "policy-id", "timestamp": 1668645667089, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.240Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.240Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.240Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668645676504, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.241Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.242Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.242Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "aai-ml", "timestamp": 1668645677110, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.242Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.242Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.242Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "cds", "timestamp": 1668645674129, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.242Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.242Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.242Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "policy-id", "timestamp": 1668645667089, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.242Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.242Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.243Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668645676504, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.243Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.243Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "aai-ml", "timestamp": 1668645677110, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.243Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.243Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "cds", "timestamp": 1668645674129, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.243Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.243Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "policy-id", "timestamp": 1668645667089, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.243Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.244Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.244Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668645676504, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.244Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.244Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.244Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "aai-ml", "timestamp": 1668645677110, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.244Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.244Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.244Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "cds", "timestamp": 1668645674129, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-17T00:42:38.244Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.244Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.244Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "policy-id", "timestamp": 1668645667089, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-17T00:42:38.244Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.244Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.245Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668645676504, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.245Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.245Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.245Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "aai-ml", "timestamp": 1668645677110, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.245Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.245Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.245Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668645676504, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-17T00:42:38.245Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.245Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.245Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "policy-id", "timestamp": 1668645684332, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-17T00:42:38.245Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:42:38.245Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.245Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "cds", "timestamp": 1668645684365, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-17T00:42:38.246Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:42:38.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.246Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "aai-ml", "timestamp": 1668645677110, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-17T00:42:38.246Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.246Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668645685306, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-17T00:42:38.246Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:42:38.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.246Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "policy-id", "timestamp": 1668645685344, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-17T00:42:38.246Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:42:38.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "multicloud-k8s-id", "timestamp": 1668645684912, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.247Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "aai-ml", "timestamp": 1668645685978, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-17T00:42:38.247Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:42:38.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "policy-id", "timestamp": 1668645686350, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-17T00:42:38.264Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a1ad8381-1480-430b-9824-644ab4c7b3c5 2022-11-17T00:42:38.264Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1ad8381-1480-430b-9824-644ab4c7b3c5 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-17T00:42:38.278Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "multicloud-k8s-id", "timestamp": 1668645684912, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-17T00:42:38.279Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "multicloud-k8s-id", "timestamp": 1668645684912, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-17T00:42:38.279Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668645687704, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-17T00:42:38.279Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:42:38.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "multicloud-k8s-id", "timestamp": 1668645684912, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.280Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.280Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.280Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668645688708, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-17T00:42:38.330Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a1ad8381-1480-430b-9824-644ab4c7b3c5 2022-11-17T00:42:38.330Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1ad8381-1480-430b-9824-644ab4c7b3c5 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-17T00:42:38.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "multicloud-k8s-id", "timestamp": 1668645684912, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-17T00:42:38.348Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "multicloud-k8s-id", "timestamp": 1668645684912, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.348Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "multicloud-k8s-id", "timestamp": 1668645684912, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-17T00:42:38.349Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "multicloud-k8s-id", "timestamp": 1668645684912, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-17T00:42:38.349Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-17T00:42:38.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "aai-ml", "timestamp": 1668645692917, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-17T00:42:38.350Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:42:38.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "multicloud-k8s-id", "timestamp": 1668645693653, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-17T00:42:38.351Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:42:38.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "aai-ml", "timestamp": 1668645693920, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-17T00:42:38.363Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a1ad8381-1480-430b-9824-644ab4c7b3c5 2022-11-17T00:42:38.363Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1ad8381-1480-430b-9824-644ab4c7b3c5 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-17T00:42:38.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.380Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "multicloud-k8s-id", "timestamp": 1668645694731, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-17T00:42:38.381Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:42:38.381Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.381Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "multicloud-k8s-id", "timestamp": 1668645695792, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-17T00:42:38.381Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:42:38.381Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:42:38.381Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "multicloud-k8s-id", "timestamp": 1668645696838, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-17T00:42:38.388Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a1ad8381-1480-430b-9824-644ab4c7b3c5 2022-11-17T00:42:38.389Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1ad8381-1480-430b-9824-644ab4c7b3c5 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-11-17T00:43:04.240Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3392e003-97cf-4f73-b65b-65872b26ca1c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-17T00:43:04.260Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3392e003-97cf-4f73-b65b-65872b26ca1c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-17T00:43:04.263Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-17T00:43:04.263Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-17T00:43:04.263Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-17T00:43:04.263Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-17T00:43:04.263Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-17T00:43:04.263Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-17T00:43:04.264Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-17T00:43:04.264Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-17T00:43:04.264Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-17T00:43:04.271Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-17T00:43:34.272Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3392e003-97cf-4f73-b65b-65872b26ca1c and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-17T00:43:34.281Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3392e003-97cf-4f73-b65b-65872b26ca1c and serviceModelVersionId: faad994d-b18a-4626-a6ca-ff4a906dd66d 2022-11-17T00:43:34.282Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 99049134-dd83-45e6-a54f-d2229c5facec 2022-11-17T00:43:34.283Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/99049134-dd83-45e6-a54f-d2229c5facec/model-vers/model-ver/faad994d-b18a-4626-a6ca-ff4a906dd66d?depth=0 2022-11-17T00:43:34.289Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-11-17T00:43:34.322Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/99049134-dd83-45e6-a54f-d2229c5facec/model-vers/model-ver/faad994d-b18a-4626-a6ca-ff4a906dd66d?depth=0|INFO|500||Invoke 2022-11-17T00:43:34.323Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/99049134-dd83-45e6-a54f-d2229c5facec/model-vers/model-ver/faad994d-b18a-4626-a6ca-ff4a906dd66d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/99049134-dd83-45e6-a54f-d2229c5facec/model-vers/model-ver/faad994d-b18a-4626-a6ca-ff4a906dd66d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3392e003-97cf-4f73-b65b-65872b26ca1c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a165cc27-5b4d-42bb-9b30-a4bdf9127b3d], X-ECOMP-RequestID=[3392e003-97cf-4f73-b65b-65872b26ca1c], X-TransactionId=[], X-ONAP-RequestID=[3392e003-97cf-4f73-b65b-65872b26ca1c], Content-Type=[application/merge-patch+json]} 2022-11-17T00:43:34.334Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/99049134-dd83-45e6-a54f-d2229c5facec/model-vers/model-ver/faad994d-b18a-4626-a6ca-ff4a906dd66d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-17T00:43:34.470Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/99049134-dd83-45e6-a54f-d2229c5facec/model-vers/model-ver/faad994d-b18a-4626-a6ca-ff4a906dd66d?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/99049134-dd83-45e6-a54f-d2229c5facec/model-vers/model-ver/faad994d-b18a-4626-a6ca-ff4a906dd66d?depth=0 has http status code:200 and response headers:{date=[Thu, 17 Nov 2022 00:43:33 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[132], vertex-id=[217112], x-aai-txid=[2-aai-resources-221117-00:43:33:866-4444], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-11-17T00:43:34.470Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/99049134-dd83-45e6-a54f-d2229c5facec/model-vers/model-ver/faad994d-b18a-4626-a6ca-ff4a906dd66d?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-17T00:43:34.471Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/99049134-dd83-45e6-a54f-d2229c5facec/model-vers/model-ver/faad994d-b18a-4626-a6ca-ff4a906dd66d?depth=0|INFO|500||InvokeReturn 2022-11-17T00:43:34.471Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-17T00:43:34.472Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-17T00:43:34.482Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-17T00:43:34.482Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3392e003-97cf-4f73-b65b-65872b26ca1c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-17T00:43:34.483Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-17T00:43:34.483Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:43:34.486Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:43:34.486Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645814483, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-17T00:43:34.585Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-17T00:43:34.586Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:43:34.586Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:43:34.611Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:43:34.611Z||pool-111-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-17T00:43:35.503Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:43:35.504Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:43:35.504Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:43:38.093Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:43:38.094Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:43:38.094Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:43:38.124Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:43:38.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-17T00:43:38.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "multicloud-k8s-id", "timestamp": 1668645697849, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-17T00:43:38.127Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:43:39.973Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:43:39.974Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-17T00:43:39.975Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"a1ad8381-1480-430b-9824-644ab4c7b3c5","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"a4cab919-df7d-4c9d-a766-1d8971740062","serviceDescription":"service","serviceInvariantUUID":"f17a1dd8-2ff1-43dd-b9af-b8670fd50be0","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"13b0ee02-2266-45f4-b6bf-11d4e868ab8b","resourceInvariantUUID":"7eb3981c-e475-4d07-9894-60a89e8b12a7","resourceCustomizationUUID":"4db66804-2176-4318-9f16-f663936fc9fc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"YzEzMGQxNjU0ZDllNmJiODg0NmRjZmY3ZjRkNmM1NDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"035c500c-313e-43c9-bbdc-2ce9affd177b","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"ZTcyYmViNGU3OTRmMDMxZmQ5Y2RmMDE2ZThhODBjNWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fa73daea-c00a-4050-b88a-ba0db9b6ed02","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"51bb6f08-774a-4090-a21c-cc25ef19fc8f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ed608245-3a25-4731-a530-69e5e1c63fca","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"fb53f132-4030-445b-a03d-e947a696caaf","artifactVersion":"2","generatedFromUUID":"51bb6f08-774a-4090-a21c-cc25ef19fc8f"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"MjNmMWE2MDAyMTNhZjRmZjhjN2MwZjIyZDJjY2UyMDI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"45e2d959-75b7-4534-bc6b-b990e7ecf1ba","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"NDQyYTExNjQ1YjgyNmZlNmQ1ZTZlNjNjYzFjNDgxMTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4b587f83-a80a-4264-855c-295bbc6155de","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YmI1MTU5NTVmYjM3NDUyNzAzMTA5MzIzYmFiZjU5MWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a28cbee2-d7b2-4f54-b585-74686e9ebed2","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-17T00:43:39.977Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-17T00:43:39.977Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:43:39.979Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:43:39.979Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645815503, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:43:40.079Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-17T00:43:40.080Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:43:40.080Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:43:40.097Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:43:40.098Z||pool-112-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:43:40.980Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-17T00:43:40.981Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:43:40.987Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:43:40.988Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645815503, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-17T00:43:41.083Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-11-17T00:43:41.084Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:43:41.084Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:43:41.101Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:43:41.102Z||pool-113-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-11-17T00:43:41.988Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-17T00:43:41.989Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:43:41.992Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:43:41.992Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645815503, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-17T00:43:42.092Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:43:42.092Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:43:42.093Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:43:42.112Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:43:42.113Z||pool-114-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-11-17T00:43:42.993Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-17T00:43:42.993Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:43:42.995Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:43:42.995Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645815503, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:43:43.095Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:43:43.096Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:43:43.096Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:43:43.113Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:43:43.113Z||pool-115-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:43:43.996Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-17T00:43:43.996Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:43:44.000Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:43:44.000Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645815503, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-17T00:43:44.100Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-17T00:43:44.101Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:43:44.101Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:43:44.117Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:43:44.117Z||pool-116-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:43:45.002Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-17T00:43:45.003Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:43:45.005Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:43:45.005Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645815503, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-17T00:43:45.105Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:43:45.106Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:43:45.106Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:43:45.121Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:43:45.122Z||pool-117-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:43:46.006Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-17T00:43:46.006Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:43:46.008Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:43:46.008Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645815503, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-17T00:43:46.108Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:43:46.109Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:43:46.109Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:43:46.124Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:43:46.124Z||pool-118-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:43:47.008Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-17T00:43:47.009Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:43:47.011Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:43:47.011Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645815503, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-17T00:43:47.111Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-17T00:43:47.111Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:43:47.111Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:43:47.126Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:43:47.126Z||pool-119-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:43:48.011Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "a4cab919-df7d-4c9d-a766-1d8971740062", "serviceDescription": "service", "serviceInvariantUUID": "f17a1dd8-2ff1-43dd-b9af-b8670fd50be0", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "4db66804-2176-4318-9f16-f663936fc9fc", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "13b0ee02-2266-45f4-b6bf-11d4e868ab8b", "resourceInvariantUUID": "7eb3981c-e475-4d07-9894-60a89e8b12a7", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_vm_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "artifactChecksum": "ZTcyYmViNGU3OTRmMDMxZmQ5Y2RmMDE2ZThhODBjNWY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fa73daea-c00a-4050-b88a-ba0db9b6ed02", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "51bb6f08-774a-4090-a21c-cc25ef19fc8f", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "fb53f132-4030-445b-a03d-e947a696caaf", "generatedFromUUID": "51bb6f08-774a-4090-a21c-cc25ef19fc8f" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "fb53f132-4030-445b-a03d-e947a696caaf", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "YmI1MTU5NTVmYjM3NDUyNzAzMTA5MzIzYmFiZjU5MWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a28cbee2-d7b2-4f54-b585-74686e9ebed2" } ], "workloadContext": "Production" } 2022-11-17T00:43:48.012Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-17T00:43:48.012Z|3392e003-97cf-4f73-b65b-65872b26ca1c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a4cab919-df7d-4c9d-a766-1d8971740062 ASDC 2022-11-17T00:43:48.012Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:a1ad8381-1480-430b-9824-644ab4c7b3c5 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:a4cab919-df7d-4c9d-a766-1d8971740062 ServiceInvariantUUID:f17a1dd8-2ff1-43dd-b9af-b8670fd50be0 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicVmMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ArtifactUUID:a28cbee2-d7b2-4f54-b585-74686e9ebed2 ArtifactChecksum:YmI1MTU5NTVmYjM3NDUyNzAzMTA5MzIzYmFiZjU5MWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:4db66804-2176-4318-9f16-f663936fc9fc ResourceInvariantUUID:7eb3981c-e475-4d07-9894-60a89e8b12a7 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:13b0ee02-2266-45f4-b6bf-11d4e868ab8b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ArtifactUUID:fa73daea-c00a-4050-b88a-ba0db9b6ed02 ArtifactChecksum:ZTcyYmViNGU3OTRmMDMxZmQ5Y2RmMDE2ZThhODBjNWY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ArtifactUUID:51bb6f08-774a-4090-a21c-cc25ef19fc8f ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:fb53f132-4030-445b-a03d-e947a696caaf ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:fb53f132-4030-445b-a03d-e947a696caaf ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-17T00:43:48.013Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a4cab919-df7d-4c9d-a766-1d8971740062 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-17T00:43:48.062Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-17T00:43:48.063Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-17T00:43:48.063Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-17T00:43:48.063Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a28cbee2-d7b2-4f54-b585-74686e9ebed2 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-17T00:43:48.063Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-17T00:43:48.063Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-17T00:43:48.138Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-17T00:43:48.139Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar a28cbee2-d7b2-4f54-b585-74686e9ebed2 82628 2022-11-17T00:43:48.139Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-11-17T00:43:48.139Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-17T00:43:48.139Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-17T00:43:48.139Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:43:48.141Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:43:48.141Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645828139, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-17T00:43:48.243Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-11-17T00:43:48.244Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:43:48.244Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:43:48.263Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:43:48.264Z||pool-120-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:43:49.142Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-17T00:43:49.143Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-17T00:43:49.143Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: a28cbee2-d7b2-4f54-b585-74686e9ebed2, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-17T00:43:49.143Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-11-17T00:43:49.144Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-17T00:43:49.144Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-17T00:43:49.251Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP544148727487842165/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-11-17T00:43:50.380Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-17T00:43:50.380Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-17T00:43:50.380Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-17T00:43:50.380Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-17T00:43:50.381Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-17T00:43:50.381Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|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-BasicVmMacro-csar.csar 2022-11-17T00:43:50.381Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-17T00:43:50.381Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|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-BasicVmMacro-csar.csar 2022-11-17T00:43:50.381Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|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-BasicVmMacro-csar.csar 2022-11-17T00:43:50.381Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|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-BasicVmMacro-csar.csar 2022-11-17T00:43:50.381Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-17T00:43:50.381Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-17T00:43:50.381Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:43:50.382Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:43:50.382Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-17T00:43:50.382Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-17T00:43:50.382Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-17T00:43:50.382Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:43:50.382Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:43:50.383Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-17T00:43:50.383Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-17T00:43:50.383Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-17T00:43:50.383Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:43:50.383Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:43:50.383Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:43:50.383Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-17T00:43:50.384Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-11-17T00:43:50.384Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-11-17T00:43:50.384Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-11-17T00:43:50.384Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-17T00:43:50.384Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-17T00:43:50.384Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:43:50.384Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-17T00:43:50.385Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:43:50.385Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-17T00:43:50.385Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-17T00:43:50.385Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:43:50.385Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-17T00:43:50.385Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-17T00:43:50.385Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:43:50.386Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-17T00:43:50.386Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-17T00:43:50.386Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:43:50.386Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-17T00:43:50.386Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-17T00:43:50.386Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-17T00:43:50.386Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0e8baac6-33c3-43ea-80cc-eea3741e7c43 2022-11-17T00:43:50.386Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:43:50.387Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:43:50.387Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:43:50.387Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:43:50.387Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:43:50.387Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:43:50.387Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:43:50.387Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:43:50.388Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:a4cab919-df7d-4c9d-a766-1d8971740062 Model Version:NULL Model InvariantUuid:f17a1dd8-2ff1-43dd-b9af-b8670fd50be0 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:636a74d7-ca31-48ef-865e-e7328b366d58 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:7eb3981c-e475-4d07-9894-60a89e8b12a7 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:4db66804-2176-4318-9f16-f663936fc9fc NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:b4a0b661-5f25-44f5-8e6c-725522336cda ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:56548187-2d77-4359-bbe1-470183932a9b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:0e8baac6-33c3-43ea-80cc-eea3741e7c43 ModelInvariantUuid:02dd8808-0b3d-4c9e-8879-a7db8527d012 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:c8af0043-b000-404a-88e4-16532de60796 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:f91787fb-9a99-4a38-8f4d-8fc85238acda ModelInvariantUuid:5ded2cf1-bd5e-4d55-801b-1b1fa0a78fda ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:58078038-5418-4331-a1c8-3f59ed369a31 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-17T00:43:50.397Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 13b0ee02-2266-45f4-b6bf-11d4e868ab8b Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-17T00:43:50.400Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||basic_vm_macro 0 2022-11-17T00:43:50.401Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 13b0ee02-2266-45f4-b6bf-11d4e868ab8b 2022-11-17T00:43:50.401Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: fa73daea-c00a-4050-b88a-ba0db9b6ed02 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-11-17T00:43:50.401Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-17T00:43:50.401Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-11-17T00:43:50.498Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-17T00:43:50.499Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json fa73daea-c00a-4050-b88a-ba0db9b6ed02 792 2022-11-17T00:43:50.499Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-11-17T00:43:50.499Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-11-17T00:43:50.500Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-17T00:43:50.500Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:43:50.502Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:43:50.502Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645830499, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-17T00:43:50.602Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:43:50.603Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:43:50.603Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:43:50.619Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:43:50.619Z||pool-121-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:43:51.503Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "b4a0b661-5f25-44f5-8e6c-725522336cda", "vfModuleModelVersion": "1", "vfModuleModelUUID": "56548187-2d77-4359-bbe1-470183932a9b", "vfModuleModelCustomizationUUID": "5dd6d451-71ae-43aa-865a-c18bdb0fb805", "isBase": true, "artifacts": [ "51bb6f08-774a-4090-a21c-cc25ef19fc8f", "fb53f132-4030-445b-a03d-e947a696caaf" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-17T00:43:51.507Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:56548187-2d77-4359-bbe1-470183932a9b VfModuleModelInvariantUUID:b4a0b661-5f25-44f5-8e6c-725522336cda VfModuleModelDescription:NULL Artifacts UUID List:{ 51bb6f08-774a-4090-a21c-cc25ef19fc8f , fb53f132-4030-445b-a03d-e947a696caaf } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-17T00:43:51.508Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "b4a0b661-5f25-44f5-8e6c-725522336cda", "vfModuleModelVersion": "1", "vfModuleModelUUID": "56548187-2d77-4359-bbe1-470183932a9b", "vfModuleModelCustomizationUUID": "5dd6d451-71ae-43aa-865a-c18bdb0fb805", "isBase": true, "artifacts": [ "51bb6f08-774a-4090-a21c-cc25ef19fc8f", "fb53f132-4030-445b-a03d-e947a696caaf" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-17T00:43:51.508Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:56548187-2d77-4359-bbe1-470183932a9b VfModuleModelInvariantUUID:b4a0b661-5f25-44f5-8e6c-725522336cda VfModuleModelDescription:NULL Artifacts UUID List:{ 51bb6f08-774a-4090-a21c-cc25ef19fc8f , fb53f132-4030-445b-a03d-e947a696caaf } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-17T00:43:51.508Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 51bb6f08-774a-4090-a21c-cc25ef19fc8f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-11-17T00:43:51.508Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-17T00:43:51.509Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-11-17T00:43:51.588Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-17T00:43:51.589Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 51bb6f08-774a-4090-a21c-cc25ef19fc8f 5033 2022-11-17T00:43:51.589Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-11-17T00:43:51.589Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-11-17T00:43:51.589Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-17T00:43:51.590Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:43:51.592Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:43:51.592Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645831589, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-17T00:43:51.692Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-17T00:43:51.693Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:43:51.693Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:43:51.709Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:43:51.710Z||pool-122-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-11-17T00:43:52.592Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: fb53f132-4030-445b-a03d-e947a696caaf from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-11-17T00:43:52.593Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-17T00:43:52.593Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-11-17T00:43:52.674Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-17T00:43:52.675Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env fb53f132-4030-445b-a03d-e947a696caaf 903 2022-11-17T00:43:52.675Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-11-17T00:43:52.675Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-11-17T00:43:52.675Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-17T00:43:52.676Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:43:52.678Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:43:52.678Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645832675, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-17T00:43:52.779Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-17T00:43:52.780Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:43:52.780Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:43:52.795Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:43:52.795Z||pool-123-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:43:53.680Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: a4cab919-df7d-4c9d-a766-1d8971740062 2022-11-17T00:43:53.681Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 13b0ee02-2266-45f4-b6bf-11d4e868ab8b ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-17T00:43:53.704Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@204029bb, org.onap.sdc.toscaparser.api.parameters.Input@bb4d330, org.onap.sdc.toscaparser.api.parameters.Input@1a27f391, org.onap.sdc.toscaparser.api.parameters.Input@6d0788f0, org.onap.sdc.toscaparser.api.parameters.Input@4cab791a] 2022-11-17T00:43:53.707Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:43:53.707Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:43:53.707Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-11-17T00:43:53.707Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 4db66804-2176-4318-9f16-f663936fc9fc 2022-11-17T00:43:53.708Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4db66804-2176-4318-9f16-f663936fc9fc matches Tosca VF Customization UUID: 4db66804-2176-4318-9f16-f663936fc9fc 2022-11-17T00:43:53.708Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 4db66804-2176-4318-9f16-f663936fc9fc matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-11-17T00:43:53.711Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:43:53.711Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:43:53.712Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 4db66804-2176-4318-9f16-f663936fc9fc: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"} 2022-11-17T00:43:53.712Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@15a4924d 2022-11-17T00:43:53.712Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:43:53.712Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-17T00:43:53.713Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5dd6d451-71ae-43aa-865a-c18bdb0fb805 2022-11-17T00:43:53.713Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5dd6d451-71ae-43aa-865a-c18bdb0fb805 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-11-17T00:43:53.717Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:43:53.719Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-17T00:43:53.719Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-17T00:43:53.719Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:43:53.720Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-17T00:43:53.723Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-17T00:43:53.723Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:43:53.724Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-17T00:43:53.725Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-17T00:43:53.725Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-17T00:43:53.725Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0e8baac6-33c3-43ea-80cc-eea3741e7c43 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-17T00:43:53.728Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:43:53.728Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-17T00:43:53.729Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-17T00:43:53.729Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:43:53.729Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-17T00:43:53.730Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=4db66804-2176-4318-9f16-f663936fc9fc Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-17T00:43:53.736Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:43:53.738Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:43:53.738Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid a4cab919-df7d-4c9d-a766-1d8971740062: basic_vm_macro 2022-11-17T00:43:53.739Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:43:53.739Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:43:53.739Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:43:53.740Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:43:53.740Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:43:53.740Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:43:53.744Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:43:53.746Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:43:53.746Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-17T00:43:53.747Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-17T00:43:53.747Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-17T00:43:53.934Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 13b0ee02-2266-45f4-b6bf-11d4e868ab8b 1 ASDC deployResourceStructure 2022-11-17T00:43:53.935Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-11-17T00:43:53.936Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-11-17T00:43:53.936Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-17T00:43:53.936Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:43:53.938Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:43:53.939Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645833935, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-17T00:43:54.038Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-17T00:43:54.039Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:43:54.040Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:43:54.062Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:43:54.062Z||pool-124-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:43:54.939Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-11-17T00:43:54.940Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-11-17T00:43:54.940Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-17T00:43:54.940Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:43:54.942Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:43:54.942Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645834939, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-17T00:43:55.042Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:43:55.043Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:43:55.043Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:43:55.071Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:43:55.071Z||pool-125-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1} 2022-11-17T00:43:55.943Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-11-17T00:43:55.944Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-11-17T00:43:55.944Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-17T00:43:55.944Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:43:55.946Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:43:55.946Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645835943, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-17T00:43:56.046Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-17T00:43:56.047Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:43:56.047Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:43:56.077Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:43:56.078Z||pool-126-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:43:56.947Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-11-17T00:43:56.948Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-17T00:43:56.948Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-17T00:43:56.948Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:43:56.951Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:43:56.951Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645836947, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-17T00:43:57.051Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-17T00:43:57.052Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:43:57.052Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:43:57.083Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:43:57.083Z||pool-127-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-11-17T00:43:57.952Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a1ad8381-1480-430b-9824-644ab4c7b3c5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-17T00:43:57.965Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a1ad8381-1480-430b-9824-644ab4c7b3c5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-17T00:43:57.967Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-17T00:43:57.967Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-17T00:43:57.967Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-17T00:43:57.967Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-17T00:43:57.967Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-17T00:43:57.967Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-17T00:43:57.968Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-17T00:43:57.968Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-17T00:43:57.968Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-17T00:43:57.974Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-17T00:44:27.974Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a1ad8381-1480-430b-9824-644ab4c7b3c5 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-17T00:44:27.982Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a1ad8381-1480-430b-9824-644ab4c7b3c5 and serviceModelVersionId: a4cab919-df7d-4c9d-a766-1d8971740062 2022-11-17T00:44:27.983Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f17a1dd8-2ff1-43dd-b9af-b8670fd50be0 2022-11-17T00:44:27.984Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f17a1dd8-2ff1-43dd-b9af-b8670fd50be0/model-vers/model-ver/a4cab919-df7d-4c9d-a766-1d8971740062?depth=0 2022-11-17T00:44:27.991Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-11-17T00:44:28.023Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f17a1dd8-2ff1-43dd-b9af-b8670fd50be0/model-vers/model-ver/a4cab919-df7d-4c9d-a766-1d8971740062?depth=0|INFO|500||Invoke 2022-11-17T00:44:28.023Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f17a1dd8-2ff1-43dd-b9af-b8670fd50be0/model-vers/model-ver/a4cab919-df7d-4c9d-a766-1d8971740062?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f17a1dd8-2ff1-43dd-b9af-b8670fd50be0/model-vers/model-ver/a4cab919-df7d-4c9d-a766-1d8971740062?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a1ad8381-1480-430b-9824-644ab4c7b3c5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c9d2afa7-fa44-4897-9c98-4a4f6d92afbe], X-ECOMP-RequestID=[a1ad8381-1480-430b-9824-644ab4c7b3c5], X-TransactionId=[], X-ONAP-RequestID=[a1ad8381-1480-430b-9824-644ab4c7b3c5], Content-Type=[application/merge-patch+json]} 2022-11-17T00:44:28.028Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f17a1dd8-2ff1-43dd-b9af-b8670fd50be0/model-vers/model-ver/a4cab919-df7d-4c9d-a766-1d8971740062?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-17T00:44:28.180Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f17a1dd8-2ff1-43dd-b9af-b8670fd50be0/model-vers/model-ver/a4cab919-df7d-4c9d-a766-1d8971740062?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/f17a1dd8-2ff1-43dd-b9af-b8670fd50be0/model-vers/model-ver/a4cab919-df7d-4c9d-a766-1d8971740062?depth=0 has http status code:200 and response headers:{date=[Thu, 17 Nov 2022 00:44:27 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[147], vertex-id=[274472], x-aai-txid=[2-aai-resources-221117-00:44:27:559-39663], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-11-17T00:44:28.180Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f17a1dd8-2ff1-43dd-b9af-b8670fd50be0/model-vers/model-ver/a4cab919-df7d-4c9d-a766-1d8971740062?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-17T00:44:28.181Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f17a1dd8-2ff1-43dd-b9af-b8670fd50be0/model-vers/model-ver/a4cab919-df7d-4c9d-a766-1d8971740062?depth=0|INFO|500||InvokeReturn 2022-11-17T00:44:28.182Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-17T00:44:28.182Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-17T00:44:28.188Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-17T00:44:28.188Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a1ad8381-1480-430b-9824-644ab4c7b3c5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-17T00:44:28.188Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-17T00:44:28.189Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-17T00:44:28.192Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-17T00:44:28.193Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645868188, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-17T00:44:28.292Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-17T00:44:28.294Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-17T00:44:28.294Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:44:28.316Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:44:28.316Z||pool-128-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-17T00:44:29.206Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:44:29.207Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:44:29.207Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:44:38.094Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:44:38.095Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:44:38.095Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:44:38.184Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:44:38.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-17T00:44:38.188Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3392e003-97cf-4f73-b65b-65872b26ca1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645814483, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-17T00:44:38.189Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:44:38.788Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:44:38.788Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:44:38.789Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:44:38.789Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:44:48.342Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:44:48.343Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:44:48.344Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:44:48.344Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:44:57.919Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:45:38.077Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:45:38.078Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:45:38.078Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:45:38.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:45:38.094Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:45:38.095Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:45:38.623Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:45:38.624Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-17T00:45:38.624Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645815503, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:45:38.625Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-17T00:45:38.625Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-17T00:45:38.625Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645815503, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-17T00:45:38.626Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-17T00:45:38.626Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-17T00:45:38.626Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645815503, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-17T00:45:38.626Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-17T00:45:38.627Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-17T00:45:38.627Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645815503, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-17T00:45:38.627Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-17T00:45:38.627Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-17T00:45:38.628Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645815503, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-17T00:45:38.628Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-17T00:45:38.628Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-17T00:45:38.628Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645815503, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-17T00:45:38.629Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-17T00:45:38.629Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-17T00:45:38.629Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645815503, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-17T00:45:38.630Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-17T00:45:38.630Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-17T00:45:38.630Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645815503, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-17T00:45:38.630Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-17T00:45:38.630Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-17T00:45:38.631Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645828139, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-17T00:45:38.631Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:45:38.631Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-17T00:45:38.631Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645830499, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-17T00:45:38.632Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:45:38.632Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-17T00:45:38.632Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645831589, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-17T00:45:38.632Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:45:38.632Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-17T00:45:38.633Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645832675, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-17T00:45:38.633Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:45:38.633Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-17T00:45:38.633Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645833935, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-17T00:45:38.634Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:45:38.634Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-17T00:45:38.634Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645834939, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-17T00:45:38.634Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:45:38.634Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-17T00:45:38.635Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645835943, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-17T00:45:38.635Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:45:38.635Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-17T00:45:38.635Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645836947, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-17T00:45:38.636Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:45:38.636Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-17T00:45:38.636Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1ad8381-1480-430b-9824-644ab4c7b3c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668645868188, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-17T00:45:38.636Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-17T00:45:47.651Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:46:38.077Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:46:38.078Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:46:38.078Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:46:38.093Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:46:38.094Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:46:38.094Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:46:47.641Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:46:47.683Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:47:38.077Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:47:38.079Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:47:38.079Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:47:38.094Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:47:38.094Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:47:38.094Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:47:47.677Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:47:47.684Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:48:38.077Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:48:38.079Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:48:38.079Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:48:38.094Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:48:38.094Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:48:38.095Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:48:47.661Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:48:47.674Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:49:38.078Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:49:38.081Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:49:38.082Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:49:38.094Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:49:38.094Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:49:38.094Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:49:47.659Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:49:47.662Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:50:38.078Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:50:38.080Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:50:38.080Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:50:38.094Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:50:38.094Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:50:38.094Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:50:47.643Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:50:47.652Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:51:38.077Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:51:38.079Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:51:38.079Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:51:38.094Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:51:38.094Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:51:38.094Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:51:47.660Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:51:47.666Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:52:38.078Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:52:38.080Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:52:38.081Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:52:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:52:38.094Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:52:38.094Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:52:47.655Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:52:47.655Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:53:38.078Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:53:38.078Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:53:38.079Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:53:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:53:38.094Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:53:38.094Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:53:47.646Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:53:47.648Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:54:38.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:54:38.078Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:54:38.078Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:54:38.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:54:38.094Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:54:38.095Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:54:47.648Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:54:47.661Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:55:38.078Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:55:38.079Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:55:38.079Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:55:38.094Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:55:38.094Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:55:38.094Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:55:47.656Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:55:47.680Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:56:38.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:56:38.079Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:56:38.079Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:56:38.093Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:56:38.094Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:56:38.094Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:56:47.630Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:56:47.645Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:57:38.077Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:57:38.078Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:57:38.078Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:57:38.093Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:57:38.094Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:57:38.094Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:57:47.652Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:57:47.664Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:58:38.077Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:58:38.078Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:58:38.079Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:58:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:58:38.094Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:58:38.094Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:58:47.636Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:58:47.642Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:59:38.078Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:59:38.079Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:59:38.079Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:59:38.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T00:59:38.094Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T00:59:38.094Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T00:59:47.647Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T00:59:47.647Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:00:38.077Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:00:38.078Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:00:38.079Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:00:38.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:00:38.094Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:00:38.094Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:00:47.628Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:00:47.648Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:01:38.078Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:01:38.080Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:01:38.081Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:01:38.094Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:01:38.094Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:01:38.094Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:01:47.637Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:01:47.650Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:02:38.078Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:02:38.080Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:02:38.080Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:02:38.093Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:02:38.095Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:02:38.095Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:02:47.629Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:02:47.666Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:03:38.077Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:03:38.078Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:03:38.078Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:03:38.093Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:03:38.094Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:03:38.094Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:03:47.656Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:03:47.667Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:04:38.077Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:04:38.078Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:04:38.079Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:04:38.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:04:38.094Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:04:38.094Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:04:47.624Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:04:47.650Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:05:38.078Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:05:38.078Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:05:38.079Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:05:38.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:05:38.094Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:05:38.094Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:05:47.642Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:05:47.646Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:06:38.077Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:06:38.078Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:06:38.079Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:06:38.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:06:38.094Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:06:38.095Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:06:47.632Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:06:47.646Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:07:38.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:07:38.078Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:07:38.078Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:07:38.096Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:07:38.097Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:07:38.097Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:07:47.656Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:07:47.667Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:08:38.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:08:38.078Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:08:38.078Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:08:38.093Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:08:38.094Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:08:38.094Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:08:47.637Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:08:47.665Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:09:38.078Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:09:38.079Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:09:38.079Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:09:38.094Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:09:38.094Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:09:38.094Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:09:47.658Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:09:47.660Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:10:38.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:10:38.079Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:10:38.079Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:10:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:10:38.094Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:10:38.094Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:10:47.647Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:10:47.648Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:11:38.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:11:38.079Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:11:38.079Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:11:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:11:38.094Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:11:38.094Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:11:47.636Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:11:47.680Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:12:38.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:12:38.078Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:12:38.078Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:12:38.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:12:38.095Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:12:38.095Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:12:47.640Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:12:47.675Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:13:38.078Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:13:38.080Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:13:38.080Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:13:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:13:38.094Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:13:38.094Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:13:47.635Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:13:47.668Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:14:38.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:14:38.079Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:14:38.079Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:14:38.093Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:14:38.094Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:14:38.094Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:14:47.641Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:14:47.644Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:15:38.083Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:15:38.084Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:15:38.084Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:15:38.093Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:15:38.094Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:15:38.094Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:15:47.644Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:15:47.651Z|fe41113c-7334-465c-8b6b-469bf55f0a06|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:16:38.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:16:38.079Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:16:38.079Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:16:38.094Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:16:38.094Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:16:38.094Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:16:47.631Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:16:47.635Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:17:38.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:17:38.078Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:17:38.078Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:17:38.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:17:38.094Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:17:38.094Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:17:47.646Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:17:47.646Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:18:38.078Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:18:38.078Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:18:38.079Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:18:38.093Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:18:38.094Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:18:38.094Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:18:47.634Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:18:47.642Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:19:38.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:19:38.078Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:19:38.078Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:19:38.094Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:19:38.094Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:19:38.094Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:19:47.641Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:19:47.657Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:20:38.078Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:20:38.079Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:20:38.079Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:20:38.094Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:20:38.095Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:20:38.095Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:20:47.644Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:20:47.646Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:21:38.078Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:21:38.079Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:21:38.079Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:21:38.093Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:21:38.094Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:21:38.094Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:21:47.643Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:21:47.647Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:22:38.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:22:38.078Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:22:38.079Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:22:38.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:22:38.094Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:22:38.094Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:22:47.631Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:22:47.653Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:23:38.078Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:23:38.078Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:23:38.079Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:23:38.093Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:23:38.094Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:23:38.094Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:23:47.654Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:23:47.654Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:24:38.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:24:38.078Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:24:38.079Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:24:38.093Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:24:38.094Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:24:38.094Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:24:47.635Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:24:47.654Z|e57fe1e4-a3db-47f9-bf86-620d570c78ba|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:25:38.078Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:25:38.079Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:25:38.079Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:25:38.093Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:25:38.094Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:25:38.094Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:25:47.664Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:25:47.678Z|a1ad8381-1480-430b-9824-644ab4c7b3c5|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:26:38.078Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:26:38.080Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:26:38.080Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:26:38.093Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:26:38.094Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:26:38.094Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:26:47.633Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:26:47.641Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:27:38.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:27:38.078Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:27:38.078Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:27:38.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:27:38.094Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:27:38.094Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:27:47.648Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:27:47.649Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:28:38.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:28:38.078Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:28:38.078Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:28:38.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:28:38.094Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:28:38.094Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:28:47.633Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:28:47.641Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:29:38.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:29:38.078Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:29:38.079Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:29:38.095Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:29:38.096Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:29:38.097Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:29:47.636Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:29:47.645Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:30:38.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:30:38.078Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:30:38.078Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:30:38.093Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:30:38.094Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:30:38.094Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:30:47.630Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:30:47.659Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:31:38.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:31:38.078Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:31:38.078Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:31:38.093Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:31:38.094Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:31:38.094Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:31:47.629Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:31:47.642Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:32:38.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:32:38.078Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:32:38.078Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:32:38.093Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:32:38.094Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:32:38.094Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:32:47.640Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:32:47.649Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:33:38.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:33:38.078Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:33:38.078Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:33:38.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:33:38.094Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:33:38.094Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:33:47.647Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:33:47.656Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:34:38.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:34:38.078Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:34:38.078Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:34:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:34:38.094Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:34:38.094Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:34:47.631Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:34:47.647Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:35:38.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:35:38.078Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:35:38.078Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:35:38.093Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:35:38.094Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:35:38.094Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:35:47.640Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:35:47.647Z|9f0db3bd-5254-473e-8998-c640e1a83a24|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:36:38.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:36:38.078Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:36:38.078Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:36:38.094Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:36:38.094Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:36:38.094Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:36:47.634Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:36:47.639Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:37:38.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:37:38.078Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:37:38.078Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:37:38.095Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:37:38.096Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:37:38.096Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:37:47.653Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:37:47.656Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:38:38.078Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:38:38.080Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:38:38.080Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:38:38.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:38:38.094Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:38:38.094Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:38:47.639Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:38:47.650Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:39:38.078Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:39:38.079Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:39:38.079Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:39:38.093Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-17T01:39:38.094Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-17T01:39:38.094Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yoRGJiVRJFe03OC8) ... 2022-11-17T01:39:47.630Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-17T01:39:47.642Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK