Results

By type

          JVM Arguments:  -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml  -Dspring.config.additional-location=/app/config/override.yaml  

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::        (v2.3.7.RELEASE)

2022-12-01T23:35:52.784Z||main|||||INFO|500||The following profiles are active: basic
2022-12-01T23:36:09.519Z||main|||||INFO|500||Starting service [Tomcat]
2022-12-01T23:36:09.520Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-12-01T23:36:09.736Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-12-01T23:36:17.227Z||main|||||INFO|500||catdb-pool - Starting...
2022-12-01T23:36:17.918Z||main|||||INFO|500||catdb-pool - Start completed.
2022-12-01T23:36:18.798Z||main|||||INFO|500||reqdb-pool - Starting...
2022-12-01T23:36:18.906Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-12-01T23:36:19.359Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-12-01T23:36:19.844Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-12-01T23:36:21.021Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-12-01T23:36:24.691Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-01T23:36:28.116Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-01T23:36:28.193Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-12-01T23:36:29.110Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-01T23:36:29.484Z||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-12-01T23:36:31.673Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-01T23:36:33.337Z||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-12-01T23:36:34.185Z||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-12-01T23:36:35.393Z||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-12-01T23:36:35.411Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-01T23:36:35.447Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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-12-01T23:36:37.161Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-01T23:36:37.163Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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=[Thu, 01 Dec 2022 23:36:34 GMT], server=[envoy], x-envoy-upstream-service-time=[1696], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-01T23:36:37.165Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||DEBUG|500||{"id":"bdc8a65f7e8c4bcd8b814f864cc59b48","versionId":"864c6a5efd2042649e62db983135ebe8"}

2022-12-01T23:36:37.208Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||INFO|500||Successfully created activitySpec VNFSetInMaintFlagActivity
2022-12-01T23:36:37.304Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bdc8a65f7e8c4bcd8b814f864cc59b48/versions/latest/actions|INFO|500||Invoke
2022-12-01T23:36:37.305Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bdc8a65f7e8c4bcd8b814f864cc59b48/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/bdc8a65f7e8c4bcd8b814f864cc59b48/versions/latest/actions with request headers:{X-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[d1559747-f5da-4f67-b90e-f683339d81c6], X-ECOMP-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-TransactionID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-ONAP-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], Content-Type=[application/json]}
2022-12-01T23:36:37.309Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bdc8a65f7e8c4bcd8b814f864cc59b48/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-12-01T23:36:37.780Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bdc8a65f7e8c4bcd8b814f864cc59b48/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/bdc8a65f7e8c4bcd8b814f864cc59b48/versions/latest/actions has http status code:200 and response headers:{date=[Thu, 01 Dec 2022 23:36:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[426]}
2022-12-01T23:36:37.782Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bdc8a65f7e8c4bcd8b814f864cc59b48/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-12-01T23:36:37.783Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bdc8a65f7e8c4bcd8b814f864cc59b48/versions/latest/actions|INFO|500||InvokeReturn
2022-12-01T23:36:37.785Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||INFO|500||Successfully certified activitySpec VNFSetInMaintFlagActivity
2022-12-01T23:36:37.786Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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-12-01T23:36:37.887Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-01T23:36:37.888Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[afe2630a-961b-46a4-897c-1e7ff464f0c2], X-ECOMP-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-TransactionID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-ONAP-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], Content-Type=[application/json]}
2022-12-01T23:36:37.892Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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-12-01T23:36:38.066Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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=[Thu, 01 Dec 2022 23:36:37 GMT], server=[envoy], x-envoy-upstream-service-time=[171], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-01T23:36:38.068Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"0f3e9ad6688740159a3fdd65f03292a2","versionId":"a98990c8c02a4411aa1a91a0be289352"}

2022-12-01T23:36:38.069Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-01T23:36:38.072Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||INFO|500||Successfully created activitySpec VNFCheckPserversLockedFlagActivity
2022-12-01T23:36:38.157Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0f3e9ad6688740159a3fdd65f03292a2/versions/latest/actions|INFO|500||Invoke
2022-12-01T23:36:38.158Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0f3e9ad6688740159a3fdd65f03292a2/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/0f3e9ad6688740159a3fdd65f03292a2/versions/latest/actions with request headers:{X-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[7ec5e5b0-fe1d-4f6f-9603-c3be94055a98], X-ECOMP-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-TransactionID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-ONAP-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], Content-Type=[application/json]}
2022-12-01T23:36:38.162Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0f3e9ad6688740159a3fdd65f03292a2/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-12-01T23:36:38.449Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0f3e9ad6688740159a3fdd65f03292a2/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/0f3e9ad6688740159a3fdd65f03292a2/versions/latest/actions has http status code:200 and response headers:{date=[Thu, 01 Dec 2022 23:36:37 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[283]}
2022-12-01T23:36:38.450Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0f3e9ad6688740159a3fdd65f03292a2/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-12-01T23:36:38.452Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0f3e9ad6688740159a3fdd65f03292a2/versions/latest/actions|INFO|500||InvokeReturn
2022-12-01T23:36:38.452Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||INFO|500||Successfully certified activitySpec VNFCheckPserversLockedFlagActivity
2022-12-01T23:36:38.454Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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-12-01T23:36:38.555Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-01T23:36:38.555Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[85c9933a-57bc-4f2e-b2f3-ceabd5e7d146], X-ECOMP-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-TransactionID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-ONAP-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], Content-Type=[application/json]}
2022-12-01T23:36:38.558Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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-12-01T23:36:38.748Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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=[Thu, 01 Dec 2022 23:36:38 GMT], server=[envoy], x-envoy-upstream-service-time=[185], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-01T23:36:38.750Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"f9d2a773bbbb40ccbf4a3c36b7df6ec8","versionId":"e4e303fd92684d1d82d8faeccb284b6f"}

2022-12-01T23:36:38.752Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-01T23:36:38.796Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||INFO|500||Successfully created activitySpec VNFCheckInMaintFlagActivity
2022-12-01T23:36:38.874Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/f9d2a773bbbb40ccbf4a3c36b7df6ec8/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-12-01T23:36:38.878Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f9d2a773bbbb40ccbf4a3c36b7df6ec8/versions/latest/actions|INFO|500||Invoke
2022-12-01T23:36:38.884Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f9d2a773bbbb40ccbf4a3c36b7df6ec8/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-12-01T23:36:39.153Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f9d2a773bbbb40ccbf4a3c36b7df6ec8/versions/latest/actions|INFO|500||InvokeReturn
2022-12-01T23:36:39.154Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/f9d2a773bbbb40ccbf4a3c36b7df6ec8/versions/latest/actions has http status code:200 and response headers:{date=[Thu, 01 Dec 2022 23:36:38 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[264]}
2022-12-01T23:36:39.166Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||DEBUG|500||Response was returned with an empty entity.
2022-12-01T23:36:39.167Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||INFO|500||Successfully certified activitySpec VNFCheckInMaintFlagActivity
2022-12-01T23:36:39.167Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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-12-01T23:36:39.286Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-01T23:36:39.287Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[0e4fd25f-ba7a-4778-ab3a-7f7c117c918e], X-ECOMP-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-TransactionID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-ONAP-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], Content-Type=[application/json]}
2022-12-01T23:36:39.291Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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-12-01T23:36:39.483Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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=[Thu, 01 Dec 2022 23:36:38 GMT], server=[envoy], x-envoy-upstream-service-time=[187], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-01T23:36:39.485Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"649737e6065c479d95976c746e77faaf","versionId":"3adf3c9286094a62803a20fb9129b7ac"}

2022-12-01T23:36:39.487Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-01T23:36:39.491Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||INFO|500||Successfully created activitySpec VNFCheckClosedLoopDisabledFlagActivity
2022-12-01T23:36:39.564Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/649737e6065c479d95976c746e77faaf/versions/latest/actions|INFO|500||Invoke
2022-12-01T23:36:39.565Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/649737e6065c479d95976c746e77faaf/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/649737e6065c479d95976c746e77faaf/versions/latest/actions with request headers:{X-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[b0e49593-36d4-4f78-8058-61d9f391c015], X-ECOMP-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-TransactionID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-ONAP-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], Content-Type=[application/json]}
2022-12-01T23:36:39.582Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/649737e6065c479d95976c746e77faaf/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-12-01T23:36:39.987Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/649737e6065c479d95976c746e77faaf/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/649737e6065c479d95976c746e77faaf/versions/latest/actions has http status code:200 and response headers:{date=[Thu, 01 Dec 2022 23:36:39 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[400]}
2022-12-01T23:36:39.988Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/649737e6065c479d95976c746e77faaf/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-12-01T23:36:39.989Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/649737e6065c479d95976c746e77faaf/versions/latest/actions|INFO|500||InvokeReturn
2022-12-01T23:36:39.990Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||INFO|500||Successfully certified activitySpec VNFCheckClosedLoopDisabledFlagActivity
2022-12-01T23:36:40.001Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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-12-01T23:36:40.103Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-01T23:36:40.105Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[91a0822b-d9a8-4ebc-b0be-60d0b1a17e94], X-ECOMP-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-TransactionID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-ONAP-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], Content-Type=[application/json]}
2022-12-01T23:36:40.111Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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-12-01T23:36:40.303Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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=[Thu, 01 Dec 2022 23:36:39 GMT], server=[envoy], x-envoy-upstream-service-time=[187], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-01T23:36:40.304Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"119358737ed548fbba1d64fe39ccb2e1","versionId":"3b88ba4297ca4029a3e5425e46ebe6d5"}

2022-12-01T23:36:40.306Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-01T23:36:40.311Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||INFO|500||Successfully created activitySpec VNFSetClosedLoopDisabledFlagActivity
2022-12-01T23:36:40.445Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/119358737ed548fbba1d64fe39ccb2e1/versions/latest/actions|INFO|500||Invoke
2022-12-01T23:36:40.446Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/119358737ed548fbba1d64fe39ccb2e1/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/119358737ed548fbba1d64fe39ccb2e1/versions/latest/actions with request headers:{X-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[6a067b9c-a054-4c88-98fc-6d31357b62c2], X-ECOMP-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-TransactionID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-ONAP-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], Content-Type=[application/json]}
2022-12-01T23:36:40.448Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/119358737ed548fbba1d64fe39ccb2e1/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-12-01T23:36:40.834Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/119358737ed548fbba1d64fe39ccb2e1/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/119358737ed548fbba1d64fe39ccb2e1/versions/latest/actions has http status code:200 and response headers:{date=[Thu, 01 Dec 2022 23:36:39 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[376]}
2022-12-01T23:36:40.835Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/119358737ed548fbba1d64fe39ccb2e1/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-12-01T23:36:40.837Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/119358737ed548fbba1d64fe39ccb2e1/versions/latest/actions|INFO|500||InvokeReturn
2022-12-01T23:36:40.838Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||INFO|500||Successfully certified activitySpec VNFSetClosedLoopDisabledFlagActivity
2022-12-01T23:36:40.839Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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-12-01T23:36:40.908Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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-12-01T23:36:40.912Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-01T23:36:40.914Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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-12-01T23:36:41.152Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-01T23:36:41.154Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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=[Thu, 01 Dec 2022 23:36:40 GMT], server=[envoy], x-envoy-upstream-service-time=[234], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-01T23:36:41.155Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||DEBUG|500||{"id":"b58ff2a3e1f9412c85ea1c8cd7a760f4","versionId":"65794d9a10cd42bbaf106994cfde72a7"}

2022-12-01T23:36:41.158Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||INFO|500||Successfully created activitySpec VNFUnsetClosedLoopDisabledFlagActivity
2022-12-01T23:36:41.312Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b58ff2a3e1f9412c85ea1c8cd7a760f4/versions/latest/actions|INFO|500||Invoke
2022-12-01T23:36:41.313Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b58ff2a3e1f9412c85ea1c8cd7a760f4/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/b58ff2a3e1f9412c85ea1c8cd7a760f4/versions/latest/actions with request headers:{X-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[a09a4d1e-cb88-486c-9268-abc4e3509b99], X-ECOMP-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-TransactionID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-ONAP-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], Content-Type=[application/json]}
2022-12-01T23:36:41.315Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b58ff2a3e1f9412c85ea1c8cd7a760f4/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-12-01T23:36:41.657Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b58ff2a3e1f9412c85ea1c8cd7a760f4/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/b58ff2a3e1f9412c85ea1c8cd7a760f4/versions/latest/actions has http status code:200 and response headers:{date=[Thu, 01 Dec 2022 23:36:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[338]}
2022-12-01T23:36:41.658Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b58ff2a3e1f9412c85ea1c8cd7a760f4/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-12-01T23:36:41.659Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b58ff2a3e1f9412c85ea1c8cd7a760f4/versions/latest/actions|INFO|500||InvokeReturn
2022-12-01T23:36:41.660Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||INFO|500||Successfully certified activitySpec VNFUnsetClosedLoopDisabledFlagActivity
2022-12-01T23:36:41.661Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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-12-01T23:36:41.749Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-01T23:36:41.750Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[a4d0b0d9-7b61-4a84-9441-be2bf315a1f8], X-ECOMP-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-TransactionID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-ONAP-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], Content-Type=[application/json]}
2022-12-01T23:36:41.752Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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-12-01T23:36:42.022Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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=[Thu, 01 Dec 2022 23:36:41 GMT], server=[envoy], x-envoy-upstream-service-time=[265], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-01T23:36:42.026Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"f881d4c9ed0047a0a5083bcc4287b026","versionId":"c2212a4643fe4b66a5bdcd419448e881"}

2022-12-01T23:36:42.028Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-01T23:36:42.031Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||INFO|500||Successfully created activitySpec VNFLockActivity
2022-12-01T23:36:42.088Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f881d4c9ed0047a0a5083bcc4287b026/versions/latest/actions|INFO|500||Invoke
2022-12-01T23:36:42.089Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f881d4c9ed0047a0a5083bcc4287b026/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/f881d4c9ed0047a0a5083bcc4287b026/versions/latest/actions with request headers:{X-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[2600030e-06ea-4494-975d-cf41d45f929f], X-ECOMP-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-TransactionID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-ONAP-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], Content-Type=[application/json]}
2022-12-01T23:36:42.092Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f881d4c9ed0047a0a5083bcc4287b026/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-12-01T23:36:42.467Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f881d4c9ed0047a0a5083bcc4287b026/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/f881d4c9ed0047a0a5083bcc4287b026/versions/latest/actions has http status code:200 and response headers:{date=[Thu, 01 Dec 2022 23:36:41 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[355]}
2022-12-01T23:36:42.469Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f881d4c9ed0047a0a5083bcc4287b026/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-12-01T23:36:42.470Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f881d4c9ed0047a0a5083bcc4287b026/versions/latest/actions|INFO|500||InvokeReturn
2022-12-01T23:36:42.471Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||INFO|500||Successfully certified activitySpec VNFLockActivity
2022-12-01T23:36:42.472Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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-12-01T23:36:42.600Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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-12-01T23:36:42.605Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-01T23:36:42.609Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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-12-01T23:36:42.854Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-01T23:36:42.863Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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=[Thu, 01 Dec 2022 23:36:42 GMT], server=[envoy], x-envoy-upstream-service-time=[238], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-01T23:36:42.876Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||DEBUG|500||{"id":"b98fe3edc0414e3ba336dfbe7eab3bb2","versionId":"b2bbeeebc9094d28a03892d68104ccf5"}

2022-12-01T23:36:42.882Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||INFO|500||Successfully created activitySpec VNFUnlockActivity
2022-12-01T23:36:43.026Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b98fe3edc0414e3ba336dfbe7eab3bb2/versions/latest/actions|INFO|500||Invoke
2022-12-01T23:36:43.028Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b98fe3edc0414e3ba336dfbe7eab3bb2/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/b98fe3edc0414e3ba336dfbe7eab3bb2/versions/latest/actions with request headers:{X-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[16fb40da-1467-406b-864d-73c9d79cdd72], X-ECOMP-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-TransactionID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-ONAP-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], Content-Type=[application/json]}
2022-12-01T23:36:43.030Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b98fe3edc0414e3ba336dfbe7eab3bb2/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-12-01T23:36:43.370Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b98fe3edc0414e3ba336dfbe7eab3bb2/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/b98fe3edc0414e3ba336dfbe7eab3bb2/versions/latest/actions has http status code:200 and response headers:{date=[Thu, 01 Dec 2022 23:36:42 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[324]}
2022-12-01T23:36:43.371Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b98fe3edc0414e3ba336dfbe7eab3bb2/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-12-01T23:36:43.381Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b98fe3edc0414e3ba336dfbe7eab3bb2/versions/latest/actions|INFO|500||InvokeReturn
2022-12-01T23:36:43.383Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||INFO|500||Successfully certified activitySpec VNFUnlockActivity
2022-12-01T23:36:43.383Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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-12-01T23:36:43.536Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-01T23:36:43.538Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[927d3142-588b-4c95-b228-a9d0342bd7f2], X-ECOMP-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-TransactionID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-ONAP-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], Content-Type=[application/json]}
2022-12-01T23:36:43.539Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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-12-01T23:36:43.763Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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=[Thu, 01 Dec 2022 23:36:43 GMT], server=[envoy], x-envoy-upstream-service-time=[219], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-01T23:36:43.767Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"7687d213ee14459dbb44f928ac738484","versionId":"3ebb8e73fc614be08214e30e2de3e36c"}

2022-12-01T23:36:43.770Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-01T23:36:43.776Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||INFO|500||Successfully created activitySpec VNFStopActivity
2022-12-01T23:36:43.884Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/7687d213ee14459dbb44f928ac738484/versions/latest/actions|INFO|500||Invoke
2022-12-01T23:36:43.885Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/7687d213ee14459dbb44f928ac738484/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/7687d213ee14459dbb44f928ac738484/versions/latest/actions with request headers:{X-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[542097b8-7eec-4682-bc1b-2e8cdac121fe], X-ECOMP-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-TransactionID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-ONAP-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], Content-Type=[application/json]}
2022-12-01T23:36:43.887Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/7687d213ee14459dbb44f928ac738484/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-12-01T23:36:44.194Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/7687d213ee14459dbb44f928ac738484/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/7687d213ee14459dbb44f928ac738484/versions/latest/actions has http status code:200 and response headers:{date=[Thu, 01 Dec 2022 23:36:43 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[302]}
2022-12-01T23:36:44.195Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/7687d213ee14459dbb44f928ac738484/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-12-01T23:36:44.196Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/7687d213ee14459dbb44f928ac738484/versions/latest/actions|INFO|500||InvokeReturn
2022-12-01T23:36:44.197Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||INFO|500||Successfully certified activitySpec VNFStopActivity
2022-12-01T23:36:44.198Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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-12-01T23:36:44.340Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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-12-01T23:36:44.343Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-01T23:36:44.345Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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-12-01T23:36:44.570Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-01T23:36:44.571Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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=[Thu, 01 Dec 2022 23:36:43 GMT], server=[envoy], x-envoy-upstream-service-time=[219], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-01T23:36:44.572Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||DEBUG|500||{"id":"ae2a117e5d4f4e04836f8913d0af7362","versionId":"0a2d739657114626b2b54397ce42ff1c"}

2022-12-01T23:36:44.580Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||INFO|500||Successfully created activitySpec VNFStartActivity
2022-12-01T23:36:44.686Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ae2a117e5d4f4e04836f8913d0af7362/versions/latest/actions|INFO|500||Invoke
2022-12-01T23:36:44.687Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ae2a117e5d4f4e04836f8913d0af7362/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/ae2a117e5d4f4e04836f8913d0af7362/versions/latest/actions with request headers:{X-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[062b1724-b65c-4b01-ae6c-d1e26058a6cf], X-ECOMP-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-TransactionID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-ONAP-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], Content-Type=[application/json]}
2022-12-01T23:36:44.689Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ae2a117e5d4f4e04836f8913d0af7362/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-12-01T23:36:45.030Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ae2a117e5d4f4e04836f8913d0af7362/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/ae2a117e5d4f4e04836f8913d0af7362/versions/latest/actions has http status code:200 and response headers:{date=[Thu, 01 Dec 2022 23:36:44 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[325]}
2022-12-01T23:36:45.030Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ae2a117e5d4f4e04836f8913d0af7362/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-12-01T23:36:45.031Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ae2a117e5d4f4e04836f8913d0af7362/versions/latest/actions|INFO|500||InvokeReturn
2022-12-01T23:36:45.032Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||INFO|500||Successfully certified activitySpec VNFStartActivity
2022-12-01T23:36:45.032Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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-12-01T23:36:45.272Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-01T23:36:45.274Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[47dd0f29-022c-42fb-a934-2390506c1c6d], X-ECOMP-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-TransactionID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-ONAP-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], Content-Type=[application/json]}
2022-12-01T23:36:45.288Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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-12-01T23:36:45.472Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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=[Thu, 01 Dec 2022 23:36:44 GMT], server=[envoy], x-envoy-upstream-service-time=[180], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-01T23:36:45.473Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"f43b594fbd6848be8b9ed2ce2cdd1827","versionId":"afe039906b414e78b15ab6afcdc84ea7"}

2022-12-01T23:36:45.474Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-01T23:36:45.478Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||INFO|500||Successfully created activitySpec VNFSnapShotActivity
2022-12-01T23:36:45.590Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f43b594fbd6848be8b9ed2ce2cdd1827/versions/latest/actions|INFO|500||Invoke
2022-12-01T23:36:45.591Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f43b594fbd6848be8b9ed2ce2cdd1827/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/f43b594fbd6848be8b9ed2ce2cdd1827/versions/latest/actions with request headers:{X-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[a5bab29d-b7b9-4a64-b14a-813b9c968a14], X-ECOMP-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-TransactionID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-ONAP-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], Content-Type=[application/json]}
2022-12-01T23:36:45.598Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f43b594fbd6848be8b9ed2ce2cdd1827/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-12-01T23:36:46.105Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f43b594fbd6848be8b9ed2ce2cdd1827/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/f43b594fbd6848be8b9ed2ce2cdd1827/versions/latest/actions has http status code:200 and response headers:{date=[Thu, 01 Dec 2022 23:36:45 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[503]}
2022-12-01T23:36:46.106Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f43b594fbd6848be8b9ed2ce2cdd1827/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-12-01T23:36:46.107Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f43b594fbd6848be8b9ed2ce2cdd1827/versions/latest/actions|INFO|500||InvokeReturn
2022-12-01T23:36:46.109Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||INFO|500||Successfully certified activitySpec VNFSnapShotActivity
2022-12-01T23:36:46.109Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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-12-01T23:36:46.190Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-01T23:36:46.191Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[4cba6c95-e216-40a0-b48e-4a2e4bf36431], X-ECOMP-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-TransactionID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-ONAP-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], Content-Type=[application/json]}
2022-12-01T23:36:46.193Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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-12-01T23:36:46.662Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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=[Thu, 01 Dec 2022 23:36:45 GMT], server=[envoy], x-envoy-upstream-service-time=[465], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-01T23:36:46.663Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"bd4a9a1321a14e83bc43643a012414cc","versionId":"8c99fe03a743401d991d6d184921c3ef"}

2022-12-01T23:36:46.665Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-01T23:36:46.668Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||INFO|500||Successfully created activitySpec FlowCompleteActivity
2022-12-01T23:36:46.736Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/bd4a9a1321a14e83bc43643a012414cc/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-12-01T23:36:46.738Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bd4a9a1321a14e83bc43643a012414cc/versions/latest/actions|INFO|500||Invoke
2022-12-01T23:36:46.739Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bd4a9a1321a14e83bc43643a012414cc/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-12-01T23:36:47.275Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bd4a9a1321a14e83bc43643a012414cc/versions/latest/actions|INFO|500||InvokeReturn
2022-12-01T23:36:47.277Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/bd4a9a1321a14e83bc43643a012414cc/versions/latest/actions has http status code:200 and response headers:{date=[Thu, 01 Dec 2022 23:36:46 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[529]}
2022-12-01T23:36:47.277Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||DEBUG|500||Response was returned with an empty entity.
2022-12-01T23:36:47.278Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||INFO|500||Successfully certified activitySpec FlowCompleteActivity
2022-12-01T23:36:47.278Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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-12-01T23:36:47.364Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-01T23:36:47.365Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[7eeb5389-b329-44b6-9964-9599f6afa141], X-ECOMP-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-TransactionID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-ONAP-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], Content-Type=[application/json]}
2022-12-01T23:36:47.367Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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-12-01T23:36:47.587Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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=[Thu, 01 Dec 2022 23:36:46 GMT], server=[envoy], x-envoy-upstream-service-time=[210], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-01T23:36:47.588Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"67222f0d6e26493abfd5030c0624ddf0","versionId":"203909a07ded4352b6272eee6245eae4"}

2022-12-01T23:36:47.588Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-01T23:36:47.591Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||INFO|500||Successfully created activitySpec PauseForManualTaskActivity
2022-12-01T23:36:47.674Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/67222f0d6e26493abfd5030c0624ddf0/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-12-01T23:36:47.676Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/67222f0d6e26493abfd5030c0624ddf0/versions/latest/actions|INFO|500||Invoke
2022-12-01T23:36:47.678Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/67222f0d6e26493abfd5030c0624ddf0/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-12-01T23:36:48.019Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/67222f0d6e26493abfd5030c0624ddf0/versions/latest/actions|INFO|500||InvokeReturn
2022-12-01T23:36:48.021Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/67222f0d6e26493abfd5030c0624ddf0/versions/latest/actions has http status code:200 and response headers:{date=[Thu, 01 Dec 2022 23:36:47 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[332]}
2022-12-01T23:36:48.025Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||DEBUG|500||Response was returned with an empty entity.
2022-12-01T23:36:48.026Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||INFO|500||Successfully certified activitySpec PauseForManualTaskActivity
2022-12-01T23:36:48.027Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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-12-01T23:36:48.137Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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-12-01T23:36:48.139Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-01T23:36:48.163Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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-12-01T23:36:48.711Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-01T23:36:48.713Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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=[Thu, 01 Dec 2022 23:36:47 GMT], server=[envoy], x-envoy-upstream-service-time=[482], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-01T23:36:48.715Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||DEBUG|500||{"id":"9bac09a9def14c088515e188aa2b3b7a","versionId":"db6347b9cfef4a6e987bfda13063270f"}

2022-12-01T23:36:48.718Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||INFO|500||Successfully created activitySpec DistributeTrafficActivity
2022-12-01T23:36:49.432Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9bac09a9def14c088515e188aa2b3b7a/versions/latest/actions|INFO|500||Invoke
2022-12-01T23:36:49.438Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9bac09a9def14c088515e188aa2b3b7a/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/9bac09a9def14c088515e188aa2b3b7a/versions/latest/actions with request headers:{X-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[c0173d0e-a409-4d05-8551-45ba8f17165a], X-ECOMP-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-TransactionID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-ONAP-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], Content-Type=[application/json]}
2022-12-01T23:36:49.470Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9bac09a9def14c088515e188aa2b3b7a/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-12-01T23:36:49.868Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9bac09a9def14c088515e188aa2b3b7a/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/9bac09a9def14c088515e188aa2b3b7a/versions/latest/actions has http status code:200 and response headers:{date=[Thu, 01 Dec 2022 23:36:48 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[387]}
2022-12-01T23:36:49.889Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9bac09a9def14c088515e188aa2b3b7a/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-12-01T23:36:49.890Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9bac09a9def14c088515e188aa2b3b7a/versions/latest/actions|INFO|500||InvokeReturn
2022-12-01T23:36:49.891Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||INFO|500||Successfully certified activitySpec DistributeTrafficActivity
2022-12-01T23:36:49.891Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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-12-01T23:36:50.001Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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-12-01T23:36:50.003Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-01T23:36:50.005Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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-12-01T23:36:50.379Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-01T23:36:50.380Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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=[Thu, 01 Dec 2022 23:36:49 GMT], server=[envoy], x-envoy-upstream-service-time=[369], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-01T23:36:50.402Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||DEBUG|500||{"id":"a7c913b1039642159f2496baaad58472","versionId":"cac19b8801c24c109e853df6450ed2cb"}

2022-12-01T23:36:50.426Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||INFO|500||Successfully created activitySpec DistributeTrafficCheckActivity
2022-12-01T23:36:50.600Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/a7c913b1039642159f2496baaad58472/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-12-01T23:36:50.606Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a7c913b1039642159f2496baaad58472/versions/latest/actions|INFO|500||Invoke
2022-12-01T23:36:50.614Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a7c913b1039642159f2496baaad58472/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-12-01T23:36:50.981Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a7c913b1039642159f2496baaad58472/versions/latest/actions|INFO|500||InvokeReturn
2022-12-01T23:36:50.983Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/a7c913b1039642159f2496baaad58472/versions/latest/actions has http status code:200 and response headers:{date=[Thu, 01 Dec 2022 23:36:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[360]}
2022-12-01T23:36:50.983Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||DEBUG|500||Response was returned with an empty entity.
2022-12-01T23:36:50.983Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||INFO|500||Successfully certified activitySpec DistributeTrafficCheckActivity
2022-12-01T23:36:50.984Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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-12-01T23:36:51.129Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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-12-01T23:36:51.135Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-01T23:36:51.141Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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-12-01T23:36:51.415Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-01T23:36:51.416Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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=[Thu, 01 Dec 2022 23:36:50 GMT], server=[envoy], x-envoy-upstream-service-time=[263], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-01T23:36:51.417Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||DEBUG|500||{"id":"0ec73b119e284bf1a55fc0228270f386","versionId":"68f0b7f45d9d4db5afabc08cc55d56ff"}

2022-12-01T23:36:51.423Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||INFO|500||Successfully created activitySpec VNFHealthCheckActivity
2022-12-01T23:36:51.468Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0ec73b119e284bf1a55fc0228270f386/versions/latest/actions|INFO|500||Invoke
2022-12-01T23:36:51.469Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0ec73b119e284bf1a55fc0228270f386/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/0ec73b119e284bf1a55fc0228270f386/versions/latest/actions with request headers:{X-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[85743e42-15d6-4144-81c3-ea8c289b4abe], X-ECOMP-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-TransactionID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-ONAP-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], Content-Type=[application/json]}
2022-12-01T23:36:51.471Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0ec73b119e284bf1a55fc0228270f386/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-12-01T23:36:51.758Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0ec73b119e284bf1a55fc0228270f386/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/0ec73b119e284bf1a55fc0228270f386/versions/latest/actions has http status code:200 and response headers:{date=[Thu, 01 Dec 2022 23:36:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[279]}
2022-12-01T23:36:51.758Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0ec73b119e284bf1a55fc0228270f386/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-12-01T23:36:51.761Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0ec73b119e284bf1a55fc0228270f386/versions/latest/actions|INFO|500||InvokeReturn
2022-12-01T23:36:51.761Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||INFO|500||Successfully certified activitySpec VNFHealthCheckActivity
2022-12-01T23:36:51.762Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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-12-01T23:36:51.874Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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-12-01T23:36:51.876Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-01T23:36:51.882Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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-12-01T23:36:52.094Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-01T23:36:52.098Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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=[Thu, 01 Dec 2022 23:36:51 GMT], server=[envoy], x-envoy-upstream-service-time=[196], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-01T23:36:52.099Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||DEBUG|500||{"id":"9ebdc441df364eaab96404ffcd278271","versionId":"e7a6aa6a273540c294eabac5b343da57"}

2022-12-01T23:36:52.105Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||INFO|500||Successfully created activitySpec VNFQuiesceTrafficActivity
2022-12-01T23:36:52.170Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/9ebdc441df364eaab96404ffcd278271/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-12-01T23:36:52.171Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9ebdc441df364eaab96404ffcd278271/versions/latest/actions|INFO|500||Invoke
2022-12-01T23:36:52.173Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9ebdc441df364eaab96404ffcd278271/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-12-01T23:36:52.521Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9ebdc441df364eaab96404ffcd278271/versions/latest/actions|INFO|500||InvokeReturn
2022-12-01T23:36:52.522Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/9ebdc441df364eaab96404ffcd278271/versions/latest/actions has http status code:200 and response headers:{date=[Thu, 01 Dec 2022 23:36:51 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[326]}
2022-12-01T23:36:52.523Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||DEBUG|500||Response was returned with an empty entity.
2022-12-01T23:36:52.523Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||INFO|500||Successfully certified activitySpec VNFQuiesceTrafficActivity
2022-12-01T23:36:52.524Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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-12-01T23:36:52.611Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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-12-01T23:36:52.614Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-01T23:36:52.619Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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-12-01T23:36:52.830Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-01T23:36:52.831Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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=[Thu, 01 Dec 2022 23:36:52 GMT], server=[envoy], x-envoy-upstream-service-time=[201], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-01T23:36:52.832Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||DEBUG|500||{"id":"a155d8049b0c4b03bd68c2bab0ec73f6","versionId":"8fd589c1501641b896aace9a36b0e97b"}

2022-12-01T23:36:52.835Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||INFO|500||Successfully created activitySpec VNFResumeTrafficActivity
2022-12-01T23:36:52.883Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a155d8049b0c4b03bd68c2bab0ec73f6/versions/latest/actions|INFO|500||Invoke
2022-12-01T23:36:52.884Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a155d8049b0c4b03bd68c2bab0ec73f6/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/a155d8049b0c4b03bd68c2bab0ec73f6/versions/latest/actions with request headers:{X-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[6e5ebd04-b4b6-45bc-8014-5fbd945f2696], X-ECOMP-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-TransactionID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-ONAP-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], Content-Type=[application/json]}
2022-12-01T23:36:52.889Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a155d8049b0c4b03bd68c2bab0ec73f6/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-12-01T23:36:53.219Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a155d8049b0c4b03bd68c2bab0ec73f6/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/a155d8049b0c4b03bd68c2bab0ec73f6/versions/latest/actions has http status code:200 and response headers:{date=[Thu, 01 Dec 2022 23:36:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[323]}
2022-12-01T23:36:53.219Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a155d8049b0c4b03bd68c2bab0ec73f6/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-12-01T23:36:53.220Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a155d8049b0c4b03bd68c2bab0ec73f6/versions/latest/actions|INFO|500||InvokeReturn
2022-12-01T23:36:53.221Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||INFO|500||Successfully certified activitySpec VNFResumeTrafficActivity
2022-12-01T23:36:53.221Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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-12-01T23:36:53.602Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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-12-01T23:36:53.607Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-01T23:36:53.610Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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-12-01T23:36:53.785Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-01T23:36:53.787Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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=[Thu, 01 Dec 2022 23:36:53 GMT], server=[envoy], x-envoy-upstream-service-time=[166], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-01T23:36:53.789Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||DEBUG|500||{"id":"d2248e0dce924faaaf46be817477c497","versionId":"fa50ff29e7c04ca88454716dafd56918"}

2022-12-01T23:36:53.793Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||INFO|500||Successfully created activitySpec VNFUnsetInMaintFlagActivity
2022-12-01T23:36:53.850Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d2248e0dce924faaaf46be817477c497/versions/latest/actions|INFO|500||Invoke
2022-12-01T23:36:53.851Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d2248e0dce924faaaf46be817477c497/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/d2248e0dce924faaaf46be817477c497/versions/latest/actions with request headers:{X-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[d6cff44b-471d-4829-b9e4-1d5e6e2ad414], X-ECOMP-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-TransactionID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-ONAP-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], Content-Type=[application/json]}
2022-12-01T23:36:53.854Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d2248e0dce924faaaf46be817477c497/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-12-01T23:36:54.209Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d2248e0dce924faaaf46be817477c497/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/d2248e0dce924faaaf46be817477c497/versions/latest/actions has http status code:200 and response headers:{date=[Thu, 01 Dec 2022 23:36:53 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[351]}
2022-12-01T23:36:54.209Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d2248e0dce924faaaf46be817477c497/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-12-01T23:36:54.211Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d2248e0dce924faaaf46be817477c497/versions/latest/actions|INFO|500||InvokeReturn
2022-12-01T23:36:54.211Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||INFO|500||Successfully certified activitySpec VNFUnsetInMaintFlagActivity
2022-12-01T23:36:54.212Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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-12-01T23:36:54.324Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-01T23:36:54.329Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[8da9e95e-9eff-417a-86d4-5f32a0944d75], X-ECOMP-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-TransactionID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-ONAP-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], Content-Type=[application/json]}
2022-12-01T23:36:54.331Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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-12-01T23:36:54.529Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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=[Thu, 01 Dec 2022 23:36:53 GMT], server=[envoy], x-envoy-upstream-service-time=[191], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-01T23:36:54.530Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"db91f7edbe224968b2f7b60e208fa1d8","versionId":"03ab1149ca8b4061a93368d0adae0207"}

2022-12-01T23:36:54.531Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-01T23:36:54.538Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||INFO|500||Successfully created activitySpec VNFUpgradeBackupActivity
2022-12-01T23:36:54.622Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/db91f7edbe224968b2f7b60e208fa1d8/versions/latest/actions|INFO|500||Invoke
2022-12-01T23:36:54.624Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/db91f7edbe224968b2f7b60e208fa1d8/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/db91f7edbe224968b2f7b60e208fa1d8/versions/latest/actions with request headers:{X-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[c9593bdb-5495-49eb-b75d-2605e679d46c], X-ECOMP-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-TransactionID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-ONAP-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], Content-Type=[application/json]}
2022-12-01T23:36:54.637Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/db91f7edbe224968b2f7b60e208fa1d8/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-12-01T23:36:54.985Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/db91f7edbe224968b2f7b60e208fa1d8/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/db91f7edbe224968b2f7b60e208fa1d8/versions/latest/actions has http status code:200 and response headers:{date=[Thu, 01 Dec 2022 23:36:54 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[341]}
2022-12-01T23:36:54.986Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/db91f7edbe224968b2f7b60e208fa1d8/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-12-01T23:36:54.987Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/db91f7edbe224968b2f7b60e208fa1d8/versions/latest/actions|INFO|500||InvokeReturn
2022-12-01T23:36:54.987Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||INFO|500||Successfully certified activitySpec VNFUpgradeBackupActivity
2022-12-01T23:36:54.988Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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-12-01T23:36:55.059Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-01T23:36:55.060Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[50674ba0-86c8-4f5c-a97f-fa98b178a95e], X-ECOMP-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-TransactionID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-ONAP-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], Content-Type=[application/json]}
2022-12-01T23:36:55.062Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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-12-01T23:36:55.420Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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=[Thu, 01 Dec 2022 23:36:54 GMT], server=[envoy], x-envoy-upstream-service-time=[352], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-01T23:36:55.422Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"9feb56a79ae6491fa9b4ca1451ed6fca","versionId":"4fde9a02a0ce40baa04cf460c429c50a"}

2022-12-01T23:36:55.423Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-01T23:36:55.434Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||INFO|500||Successfully created activitySpec VNFUpgradePostCheckActivity
2022-12-01T23:36:55.498Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9feb56a79ae6491fa9b4ca1451ed6fca/versions/latest/actions|INFO|500||Invoke
2022-12-01T23:36:55.499Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9feb56a79ae6491fa9b4ca1451ed6fca/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/9feb56a79ae6491fa9b4ca1451ed6fca/versions/latest/actions with request headers:{X-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[c97c96da-351a-40d9-bd60-89a8296f5612], X-ECOMP-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-TransactionID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-ONAP-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], Content-Type=[application/json]}
2022-12-01T23:36:55.500Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9feb56a79ae6491fa9b4ca1451ed6fca/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-12-01T23:36:55.972Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9feb56a79ae6491fa9b4ca1451ed6fca/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/9feb56a79ae6491fa9b4ca1451ed6fca/versions/latest/actions has http status code:200 and response headers:{date=[Thu, 01 Dec 2022 23:36:55 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[439]}
2022-12-01T23:36:55.973Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9feb56a79ae6491fa9b4ca1451ed6fca/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-12-01T23:36:55.974Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9feb56a79ae6491fa9b4ca1451ed6fca/versions/latest/actions|INFO|500||InvokeReturn
2022-12-01T23:36:55.974Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||INFO|500||Successfully certified activitySpec VNFUpgradePostCheckActivity
2022-12-01T23:36:55.975Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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-12-01T23:36:56.069Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-01T23:36:56.070Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[8b1d3d56-7d80-43e7-9152-821764ca4bac], X-ECOMP-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-TransactionID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-ONAP-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], Content-Type=[application/json]}
2022-12-01T23:36:56.072Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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-12-01T23:36:56.440Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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=[Thu, 01 Dec 2022 23:36:55 GMT], server=[envoy], x-envoy-upstream-service-time=[364], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-01T23:36:56.441Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"b42a5bda68d94b5a819b95d6459548aa","versionId":"1f937c46272742f19702fd6fe152082c"}

2022-12-01T23:36:56.443Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-01T23:36:56.445Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||INFO|500||Successfully created activitySpec VNFUpgradePreCheckActivity
2022-12-01T23:36:56.481Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/b42a5bda68d94b5a819b95d6459548aa/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-12-01T23:36:56.483Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b42a5bda68d94b5a819b95d6459548aa/versions/latest/actions|INFO|500||Invoke
2022-12-01T23:36:56.486Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b42a5bda68d94b5a819b95d6459548aa/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-12-01T23:36:56.914Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b42a5bda68d94b5a819b95d6459548aa/versions/latest/actions|INFO|500||InvokeReturn
2022-12-01T23:36:56.915Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/b42a5bda68d94b5a819b95d6459548aa/versions/latest/actions has http status code:200 and response headers:{date=[Thu, 01 Dec 2022 23:36:55 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[422]}
2022-12-01T23:36:56.915Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||DEBUG|500||Response was returned with an empty entity.
2022-12-01T23:36:56.916Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||INFO|500||Successfully certified activitySpec VNFUpgradePreCheckActivity
2022-12-01T23:36:56.916Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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-12-01T23:36:57.002Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-01T23:36:57.005Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[361e632c-63af-4e47-8119-5cc0ad3bc2f7], X-ECOMP-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-TransactionID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-ONAP-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], Content-Type=[application/json]}
2022-12-01T23:36:57.007Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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-12-01T23:36:57.173Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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=[Thu, 01 Dec 2022 23:36:56 GMT], server=[envoy], x-envoy-upstream-service-time=[163], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-01T23:36:57.175Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"b9479f4c51c5496196f5a680a225b16c","versionId":"e935557766454717906b191763815048"}

2022-12-01T23:36:57.176Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-01T23:36:57.180Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||INFO|500||Successfully created activitySpec VNFUpgradeSoftwareActivity
2022-12-01T23:36:57.223Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b9479f4c51c5496196f5a680a225b16c/versions/latest/actions|INFO|500||Invoke
2022-12-01T23:36:57.224Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b9479f4c51c5496196f5a680a225b16c/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/b9479f4c51c5496196f5a680a225b16c/versions/latest/actions with request headers:{X-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[337c43ab-1708-478f-b0a3-4b01693a3870], X-ECOMP-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-TransactionID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], X-ONAP-RequestID=[8d3fb419-a489-4914-89c4-3942b98a2aa1], Content-Type=[application/json]}
2022-12-01T23:36:57.225Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b9479f4c51c5496196f5a680a225b16c/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-12-01T23:36:57.497Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b9479f4c51c5496196f5a680a225b16c/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/b9479f4c51c5496196f5a680a225b16c/versions/latest/actions has http status code:200 and response headers:{date=[Thu, 01 Dec 2022 23:36:56 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[268]}
2022-12-01T23:36:57.498Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b9479f4c51c5496196f5a680a225b16c/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-12-01T23:36:57.499Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b9479f4c51c5496196f5a680a225b16c/versions/latest/actions|INFO|500||InvokeReturn
2022-12-01T23:36:57.499Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||INFO|500||Successfully certified activitySpec VNFUpgradeSoftwareActivity
2022-12-01T23:36:57.499Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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-12-01T23:36:57.606Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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-12-01T23:36:57.612Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-01T23:36:57.614Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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-12-01T23:36:57.805Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-01T23:36:57.806Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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=[Thu, 01 Dec 2022 23:36:57 GMT], server=[envoy], x-envoy-upstream-service-time=[179], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-01T23:36:57.806Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||DEBUG|500||{"id":"1c665c0f0d27476f85e68c2f6de58972","versionId":"cd6701aa3a4343848883f050d3ff0af4"}

2022-12-01T23:36:57.809Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||INFO|500||Successfully created activitySpec VnfInPlaceSoftwareUpdate
2022-12-01T23:36:57.885Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/1c665c0f0d27476f85e68c2f6de58972/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-12-01T23:36:57.887Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1c665c0f0d27476f85e68c2f6de58972/versions/latest/actions|INFO|500||Invoke
2022-12-01T23:36:57.889Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1c665c0f0d27476f85e68c2f6de58972/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-12-01T23:36:58.167Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1c665c0f0d27476f85e68c2f6de58972/versions/latest/actions|INFO|500||InvokeReturn
2022-12-01T23:36:58.168Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/1c665c0f0d27476f85e68c2f6de58972/versions/latest/actions has http status code:200 and response headers:{date=[Thu, 01 Dec 2022 23:36:57 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[272]}
2022-12-01T23:36:58.168Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||DEBUG|500||Response was returned with an empty entity.
2022-12-01T23:36:58.169Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||INFO|500||Successfully certified activitySpec VnfInPlaceSoftwareUpdate
2022-12-01T23:37:04.908Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|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-12-01T23:37:10.171Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||WARN|500||---
2022-12-01T23:37:10.171Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-12-01T23:37:10.172Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||WARN|500||---
2022-12-01T23:37:11.106Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-12-01T23:37:21.733Z|8d3fb419-a489-4914-89c4-3942b98a2aa1|main|||||INFO|500||Started Application in 94.535 seconds (JVM running for 102.562)
2022-12-01T23:37:21.780Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-12-01T23:37:21.816Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-12-01T23:37:21.881Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-12-01T23:37:22.009Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-12-01T23:37:22.159Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c5902430-3100-4d5b-92bb-95269fa3bda8 url= /sdc/v1/artifactTypes
2022-12-01T23:37:22.159Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-12-01T23:37:22.599Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-12-01T23:37:22.654Z||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-12-01T23:37:22.723Z||scheduling-1|||||DEBUG|500||create keys
2022-12-01T23:37:22.753Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-12-01T23:37:22.978Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T23:37:23.059Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 9c4efdee-53e7-49f0-97c1-85096995b2c5 url= /sdc/v1/registerForDistribution
2022-12-01T23:37:23.281Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 9c4efdee-53e7-49f0-97c1-85096995b2c5 url= /sdc/v1/registerForDistribution
2022-12-01T23:37:23.281Z||scheduling-1|||||INFO|500||start DistributionClient
2022-12-01T23:37:23.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T23:37:23.366Z||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-12-01T23:37:23.369Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T23:37:23.371Z||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-12-01T23:37:23.373Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yN8e2hzvKfPqrzyY) ...
2022-12-01T23:37:23.369Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-01T23:37:23.382Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-12-01T23:37:33.983Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T23:37:33.987Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T23:38:23.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T23:38:23.300Z||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-12-01T23:38:23.300Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-01T23:38:23.354Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T23:38:23.355Z||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-12-01T23:38:23.356Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-01T23:38:32.889Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T23:38:32.926Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T23:39:23.453Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T23:39:23.453Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T23:39:23.457Z||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-12-01T23:39:23.458Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-01T23:39:23.477Z||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-12-01T23:39:23.478Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-01T23:39:33.141Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T23:39:33.141Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T23:40:23.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T23:40:23.299Z||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-12-01T23:40:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-01T23:40:23.354Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T23:40:23.355Z||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-12-01T23:40:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-01T23:40:32.886Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T23:40:32.931Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T23:41:23.298Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T23:41:23.300Z||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-12-01T23:41:23.300Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-01T23:41:23.353Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T23:41:23.355Z||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-12-01T23:41:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-01T23:41:32.860Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T23:41:32.927Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T23:42:23.298Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T23:42:23.299Z||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-12-01T23:42:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-01T23:42:23.354Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T23:42:23.356Z||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-12-01T23:42:23.356Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-01T23:42:32.872Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T23:42:32.953Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T23:43:23.309Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T23:43:23.311Z||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-12-01T23:43:23.316Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-01T23:43:23.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T23:43:23.355Z||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-12-01T23:43:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-01T23:43:32.886Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T23:43:33.011Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T23:44:23.298Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T23:44:23.299Z||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-12-01T23:44:23.300Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-01T23:44:23.353Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T23:44:23.355Z||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-12-01T23:44:23.356Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-01T23:44:32.857Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T23:44:32.908Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T23:45:23.301Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T23:45:23.302Z||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-12-01T23:45:23.303Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-01T23:45:23.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T23:45:23.355Z||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-12-01T23:45:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-01T23:45:32.917Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T23:45:32.968Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T23:46:00.317Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-12-01T23:46:23.298Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T23:46:23.299Z||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-12-01T23:46:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-01T23:46:23.353Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T23:46:23.355Z||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-12-01T23:46:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-01T23:46:32.869Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T23:46:32.931Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T23:47:23.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T23:47:23.303Z||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-12-01T23:47:23.303Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-01T23:47:23.354Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T23:47:23.355Z||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-12-01T23:47:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-01T23:47:32.894Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T23:47:32.952Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T23:48:23.298Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T23:48:23.299Z||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-12-01T23:48:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-01T23:48:23.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T23:48:23.354Z||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-12-01T23:48:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-01T23:48:32.873Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T23:48:32.921Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T23:49:23.298Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T23:49:23.304Z||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-12-01T23:49:23.305Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-01T23:49:23.353Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T23:49:23.354Z||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-12-01T23:49:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-01T23:49:32.895Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T23:49:32.925Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T23:50:23.300Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T23:50:23.303Z||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-12-01T23:50:23.304Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-01T23:50:23.354Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T23:50:23.355Z||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-12-01T23:50:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-01T23:50:32.861Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T23:50:32.914Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T23:51:23.298Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T23:51:23.299Z||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-12-01T23:51:23.300Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-01T23:51:23.354Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T23:51:23.355Z||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-12-01T23:51:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-01T23:51:32.862Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T23:51:32.920Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T23:52:23.298Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T23:52:23.299Z||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-12-01T23:52:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-01T23:52:23.353Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T23:52:23.355Z||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-12-01T23:52:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-01T23:52:32.889Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T23:52:32.933Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T23:53:23.298Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T23:53:23.299Z||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-12-01T23:53:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-01T23:53:23.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T23:53:23.355Z||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-12-01T23:53:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-01T23:53:32.884Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T23:53:32.919Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T23:54:23.298Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T23:54:23.299Z||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-12-01T23:54:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-01T23:54:23.353Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T23:54:23.355Z||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-12-01T23:54:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-01T23:54:32.884Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T23:54:32.936Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T23:55:23.298Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T23:55:23.299Z||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-12-01T23:55:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-01T23:55:23.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T23:55:23.354Z||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-12-01T23:55:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-01T23:55:32.867Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T23:55:32.919Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T23:56:23.298Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T23:56:23.299Z||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-12-01T23:56:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-01T23:56:23.353Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T23:56:23.355Z||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-12-01T23:56:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-01T23:56:32.862Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T23:56:32.928Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T23:57:23.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T23:57:23.302Z||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-12-01T23:57:23.302Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-01T23:57:23.353Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T23:57:23.355Z||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-12-01T23:57:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-01T23:57:32.902Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T23:57:32.923Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T23:58:23.298Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T23:58:23.302Z||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-12-01T23:58:23.302Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-01T23:58:23.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T23:58:23.355Z||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-12-01T23:58:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-01T23:58:32.894Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T23:58:32.922Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T23:59:23.298Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T23:59:23.299Z||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-12-01T23:59:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-01T23:59:23.353Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-01T23:59:23.355Z||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-12-01T23:59:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-01T23:59:32.899Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-01T23:59:32.931Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:00:23.298Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:00:23.299Z||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-12-02T00:00:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:00:23.355Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:00:23.356Z||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-12-02T00:00:23.356Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:00:32.882Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:00:32.941Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:01:23.298Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:01:23.299Z||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-12-02T00:01:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:01:23.353Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:01:23.354Z||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-12-02T00:01:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:01:32.874Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:01:32.930Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:02:23.298Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:02:23.300Z||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-12-02T00:02:23.304Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:02:23.353Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:02:23.355Z||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-12-02T00:02:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:02:32.871Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:02:32.912Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:03:23.301Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:03:23.302Z||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-12-02T00:03:23.302Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:03:23.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:03:23.354Z||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-12-02T00:03:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:03:32.870Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:03:32.924Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:04:23.298Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:04:23.299Z||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-12-02T00:04:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:04:23.353Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:04:23.355Z||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-12-02T00:04:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:04:32.870Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:04:32.930Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:05:23.298Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:05:23.299Z||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-12-02T00:05:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:05:23.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:05:23.354Z||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-12-02T00:05:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:05:32.877Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:05:32.917Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:06:23.300Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:06:23.301Z||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-12-02T00:06:23.301Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:06:23.353Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:06:23.354Z||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-12-02T00:06:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:06:32.889Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:06:32.920Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:07:23.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:07:23.300Z||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-12-02T00:07:23.301Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:07:23.353Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:07:23.355Z||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-12-02T00:07:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:07:32.903Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:07:32.937Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:08:23.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:08:23.299Z||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-12-02T00:08:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:08:23.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:08:23.354Z||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-12-02T00:08:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:08:32.870Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:08:32.908Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:09:23.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:09:23.302Z||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-12-02T00:09:23.302Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:09:23.353Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:09:23.354Z||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-12-02T00:09:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:09:32.868Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:09:32.915Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:10:23.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:10:23.299Z||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-12-02T00:10:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:10:23.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:10:23.355Z||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-12-02T00:10:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:10:32.904Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:10:32.934Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:11:23.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:11:23.300Z||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-12-02T00:11:23.300Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:11:23.354Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:11:23.356Z||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-12-02T00:11:23.356Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:11:32.866Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:11:32.932Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:12:23.304Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:12:23.305Z||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-12-02T00:12:23.305Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:12:23.353Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:12:23.354Z||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-12-02T00:12:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:12:32.865Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:12:32.930Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:13:23.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:13:23.299Z||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-12-02T00:13:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:13:23.354Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:13:23.355Z||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-12-02T00:13:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:13:32.880Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:13:32.917Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:14:23.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:14:23.299Z||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-12-02T00:14:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:14:23.354Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:14:23.355Z||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-12-02T00:14:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:14:32.861Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:14:32.919Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:15:23.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:15:23.299Z||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-12-02T00:15:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:15:23.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:15:23.354Z||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-12-02T00:15:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:15:32.869Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:15:32.919Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:16:23.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:16:23.299Z||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-12-02T00:16:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:16:23.353Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:16:23.355Z||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-12-02T00:16:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:16:32.887Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:16:32.940Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:17:23.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:17:23.300Z||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-12-02T00:17:23.301Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:17:23.353Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:17:23.355Z||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-12-02T00:17:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:17:32.884Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:17:32.918Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:18:23.308Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:18:23.310Z||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-12-02T00:18:23.310Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:18:23.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:18:23.354Z||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-12-02T00:18:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:18:32.891Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:18:32.944Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:19:23.301Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:19:23.302Z||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-12-02T00:19:23.302Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:19:23.353Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:19:23.354Z||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-12-02T00:19:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:19:32.886Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:19:32.927Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:20:23.301Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:20:23.302Z||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-12-02T00:20:23.302Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:20:23.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:20:23.355Z||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-12-02T00:20:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:20:32.874Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:20:32.926Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:21:23.312Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:21:23.320Z||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-12-02T00:21:23.321Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:21:23.353Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:21:23.354Z||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-12-02T00:21:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:21:32.906Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:21:32.937Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:22:23.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:22:23.299Z||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-12-02T00:22:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:22:23.353Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:22:23.354Z||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-12-02T00:22:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:22:32.880Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:22:32.934Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:23:23.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:23:23.299Z||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-12-02T00:23:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:23:23.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:23:23.355Z||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-12-02T00:23:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:23:32.890Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:23:32.922Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:24:23.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:24:23.299Z||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-12-02T00:24:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:24:23.353Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:24:23.354Z||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-12-02T00:24:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:24:32.872Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:24:32.909Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:25:23.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:25:23.299Z||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-12-02T00:25:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:25:23.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:25:23.355Z||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-12-02T00:25:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:25:32.872Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:25:32.918Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:26:23.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:26:23.299Z||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-12-02T00:26:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:26:23.353Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:26:23.355Z||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-12-02T00:26:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:26:32.873Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:26:32.921Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:27:23.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:27:23.300Z||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-12-02T00:27:23.300Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:27:23.354Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:27:23.355Z||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-12-02T00:27:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:27:32.891Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:27:32.909Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:28:23.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:28:23.299Z||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-12-02T00:28:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:28:23.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:28:23.354Z||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-12-02T00:28:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:28:32.864Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:28:32.913Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:29:23.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:29:23.299Z||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-12-02T00:29:23.300Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:29:23.353Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:29:23.355Z||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-12-02T00:29:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:29:32.871Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:29:32.907Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:30:23.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:30:23.300Z||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-12-02T00:30:23.300Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:30:23.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:30:23.355Z||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-12-02T00:30:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:30:32.860Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:30:32.923Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:31:23.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:31:23.299Z||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-12-02T00:31:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:31:23.353Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:31:23.354Z||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-12-02T00:31:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:31:32.891Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:31:32.952Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:32:23.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:32:23.299Z||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-12-02T00:32:23.300Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:32:23.353Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:32:23.356Z||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-12-02T00:32:23.356Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:32:32.864Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:32:32.921Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:33:23.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:33:23.300Z||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-12-02T00:33:23.300Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:33:23.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:33:23.354Z||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-12-02T00:33:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:33:32.891Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:33:32.923Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:34:23.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:34:23.299Z||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-12-02T00:34:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:34:23.353Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:34:23.354Z||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-12-02T00:34:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:34:32.867Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:34:32.936Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:35:23.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:35:23.299Z||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-12-02T00:35:23.301Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:35:23.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:35:23.354Z||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-12-02T00:35:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:35:32.867Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:35:32.923Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:36:23.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:36:23.299Z||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-12-02T00:36:23.302Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:36:23.354Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:36:23.355Z||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-12-02T00:36:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:36:32.864Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:36:32.914Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:37:23.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:37:23.299Z||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-12-02T00:37:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:37:23.353Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:37:23.355Z||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-12-02T00:37:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:37:32.868Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:37:32.916Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:38:23.297Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:38:23.298Z||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-12-02T00:38:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:38:23.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:38:23.355Z||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-12-02T00:38:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:38:32.874Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:38:32.931Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:39:23.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:39:23.299Z||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-12-02T00:39:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:39:23.353Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:39:23.354Z||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-12-02T00:39:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:39:32.872Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:39:32.911Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:40:23.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:40:23.299Z||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-12-02T00:40:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:40:23.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:40:23.354Z||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-12-02T00:40:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:40:32.910Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:40:32.915Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:41:23.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:41:23.299Z||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-12-02T00:41:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:41:23.354Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:41:23.355Z||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-12-02T00:41:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:41:32.896Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:41:32.916Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:42:23.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:42:23.300Z||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-12-02T00:42:23.300Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:42:23.353Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:42:23.355Z||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-12-02T00:42:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:42:32.888Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:42:32.910Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:43:23.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:43:23.299Z||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-12-02T00:43:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:43:23.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:43:23.354Z||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-12-02T00:43:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:43:32.874Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:43:32.930Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:44:23.298Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:44:23.301Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T00:44:23.301Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yN8e2hzvKfPqrzyY) ...
2022-12-02T00:44:23.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:44:23.354Z||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-12-02T00:44:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:44:32.869Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:44:32.953Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:45:23.297Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:45:23.299Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T00:45:23.299Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yN8e2hzvKfPqrzyY) ...
2022-12-02T00:45:23.354Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:45:23.355Z||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-12-02T00:45:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:45:32.871Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:45:32.915Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:46:23.298Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:46:23.299Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T00:46:23.299Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yN8e2hzvKfPqrzyY) ...
2022-12-02T00:46:23.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:46:23.354Z||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-12-02T00:46:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:46:32.872Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:46:32.933Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:47:23.298Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:47:23.299Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T00:47:23.299Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yN8e2hzvKfPqrzyY) ...
2022-12-02T00:47:23.353Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:47:23.355Z||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-12-02T00:47:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:47:32.859Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:47:32.912Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:48:23.298Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:48:23.299Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T00:48:23.299Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yN8e2hzvKfPqrzyY) ...
2022-12-02T00:48:23.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:48:23.354Z||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-12-02T00:48:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:48:32.856Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:48:32.915Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:49:23.297Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:49:23.299Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T00:49:23.299Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yN8e2hzvKfPqrzyY) ...
2022-12-02T00:49:23.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:49:23.354Z||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-12-02T00:49:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:49:32.874Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:49:32.920Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:50:23.298Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:50:23.300Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T00:50:23.300Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yN8e2hzvKfPqrzyY) ...
2022-12-02T00:50:23.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:50:23.355Z||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-12-02T00:50:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:50:32.888Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:50:32.934Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:51:23.298Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:51:23.299Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T00:51:23.299Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yN8e2hzvKfPqrzyY) ...
2022-12-02T00:51:23.354Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:51:23.355Z||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-12-02T00:51:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:51:32.867Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:51:32.913Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:52:23.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:52:23.301Z||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-12-02T00:52:23.301Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:52:23.353Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:52:23.354Z||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-12-02T00:52:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:52:32.913Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:52:32.916Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:53:23.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:53:23.299Z||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-12-02T00:53:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:53:23.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:53:23.355Z||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-12-02T00:53:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:53:32.874Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:53:32.933Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:54:23.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:54:23.312Z||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-12-02T00:54:23.313Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:54:23.354Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:54:23.355Z||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-12-02T00:54:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:54:32.896Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:54:32.928Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:55:23.301Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:55:23.304Z||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-12-02T00:55:23.305Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:55:23.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:55:23.355Z||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-12-02T00:55:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:55:32.891Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:55:32.928Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:56:23.298Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:56:23.299Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T00:56:23.299Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yN8e2hzvKfPqrzyY) ...
2022-12-02T00:56:23.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:56:23.354Z||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-12-02T00:56:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:56:32.898Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:56:32.917Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:57:23.297Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:57:23.298Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T00:57:23.299Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yN8e2hzvKfPqrzyY) ...
2022-12-02T00:57:23.353Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:57:23.354Z||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-12-02T00:57:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:57:32.862Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:57:32.918Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:58:23.298Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:58:23.299Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T00:58:23.299Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yN8e2hzvKfPqrzyY) ...
2022-12-02T00:58:23.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:58:23.355Z||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-12-02T00:58:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:58:32.866Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:58:32.927Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:59:23.298Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:59:23.299Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T00:59:23.299Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yN8e2hzvKfPqrzyY) ...
2022-12-02T00:59:23.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T00:59:23.354Z||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-12-02T00:59:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T00:59:32.893Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T00:59:32.916Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:00:23.298Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:00:23.299Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T01:00:23.299Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:00:23.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:00:23.354Z||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-12-02T01:00:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:00:32.865Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:00:32.929Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:01:23.298Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:01:23.299Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T01:01:23.300Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:01:23.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:01:23.354Z||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-12-02T01:01:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:01:32.894Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:01:32.916Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:02:23.298Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:02:23.299Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T01:02:23.299Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:02:23.354Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:02:23.355Z||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-12-02T01:02:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:02:32.898Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:02:32.923Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:03:23.297Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:03:23.298Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T01:03:23.299Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:03:23.354Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:03:23.356Z||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-12-02T01:03:23.356Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:03:32.868Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:03:32.940Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:04:23.298Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:04:23.299Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T01:04:23.299Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:04:23.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:04:23.354Z||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-12-02T01:04:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:04:32.880Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:04:32.935Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:05:23.298Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:05:23.299Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T01:05:23.299Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:05:23.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:05:23.354Z||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-12-02T01:05:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:05:32.865Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:05:32.935Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:06:23.298Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:06:23.302Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T01:06:23.303Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:06:23.354Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:06:23.360Z||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-12-02T01:06:23.360Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:06:32.888Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:06:32.916Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:07:23.299Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:07:23.300Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T01:07:23.301Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:07:23.357Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:07:23.358Z||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-12-02T01:07:23.359Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:07:32.898Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:07:32.937Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:08:23.302Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:08:23.303Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T01:08:23.303Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:08:23.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:08:23.354Z||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-12-02T01:08:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:08:32.863Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:08:32.929Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:09:23.298Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:09:23.299Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T01:09:23.299Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:09:23.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:09:23.354Z||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-12-02T01:09:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:09:23.937Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:09:23.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-02T01:09:23.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"993317ed-5e3d-4918-8c68-8241ef23c1c5","serviceName":"vFW 2022-12-02 01-07-30","serviceVersion":"1.0","serviceUUID":"e1e44955-8f76-4852-8294-e127924621df","serviceDescription":"catalog service description","serviceInvariantUUID":"9c484b45-4ce5-418d-82e0-84a3786905b1","resources":[{"resourceInstanceName":"vFW 98ef59fd-f2c0 0","resourceName":"vFW 98ef59fd-f2c0","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"40749f10-6eb1-45c5-aeef-cb7d0d4db304","resourceInvariantUUID":"74800ff8-9be7-4d8d-8207-1c343ad25237","resourceCustomizationUUID":"98a72b52-b64c-4a45-aa78-5f1cf6591759","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/vf-license-model.xml","artifactChecksum":"MDIxOWRkYTU0MWZiMDQ1ODE0NjkzOTkyYjBhM2UwNDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9e6502e3-db42-4646-8d04-e350871e9e0c","artifactVersion":"1"},{"artifactName":"vfw98ef59fdf2c00_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/vfw98ef59fdf2c00_modules.json","artifactChecksum":"MGIwOGM4YTMwNGNjOTAwYWY4ZjU3OWU4YmFlZjZjNzc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c32e3d19-eff8-4b51-a206-82b1e73e8ea0","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"51ca13e5-1008-4d5f-91f0-e870aa5fc8cd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/vendor-license-model.xml","artifactChecksum":"YWVhMzg0NjM0YWM1NTFhZGNjNWQ5ZTQ4YmExZjQ1YmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d297c576-abaa-4795-bdef-d85bd2675679","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b5008c73-5c82-4533-a675-9b18b1007e29","artifactVersion":"2","generatedFromUUID":"51ca13e5-1008-4d5f-91f0-e870aa5fc8cd"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221202010730-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221202010730/1.0/artifacts/service-Vfw20221202010730-template.yml","artifactChecksum":"ZjIyNDFkZWQ5NDk1ZDM5ZjkxMjI1MmI5MjZhZWEwOTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f56bda54-e4dc-4548-96a3-79c0fe6c7f29","artifactVersion":"1"},{"artifactName":"service-Vfw20221202010730-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221202010730/1.0/artifacts/service-Vfw20221202010730-csar.csar","artifactChecksum":"MjgxNjkzYzJiM2ViNmY1ZDQ4ZmYxNTM0NGYzMWJiMmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a59d0b7f-f9c4-46be-8d1b-870722276d4c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-02T01:09:23.966Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T01:09:23.982Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:09:24.006Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:09:24.006Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669943363297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:09:24.028Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:09:24.033Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T01:09:24.033Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669943299922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:09:24.067Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:09:24.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T01:09:24.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "policy-id",
  "timestamp": 1669943315496,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:09:24.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:09:24.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T01:09:24.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "cds",
  "timestamp": 1669943323716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:09:24.070Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:09:24.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T01:09:24.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669943299922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/vfw98ef59fdf2c00_modules.json",
  "status": "NOTIFIED"
}
2022-12-02T01:09:24.071Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:09:24.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T01:09:24.071Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "policy-id",
  "timestamp": 1669943315496,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/vfw98ef59fdf2c00_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:09:24.072Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:09:24.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T01:09:24.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "cds",
  "timestamp": 1669943323716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/vfw98ef59fdf2c00_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:09:24.072Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:09:24.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T01:09:24.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669943299922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-12-02T01:09:24.073Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:09:24.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T01:09:24.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "policy-id",
  "timestamp": 1669943315496,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-12-02T01:09:24.074Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:09:24.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T01:09:24.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "cds",
  "timestamp": 1669943323716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:09:24.075Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:09:24.075Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T01:09:24.075Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669943299922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:09:24.076Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:09:24.076Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T01:09:24.076Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "policy-id",
  "timestamp": 1669943315496,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:09:24.076Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:09:24.076Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T01:09:24.077Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "cds",
  "timestamp": 1669943323716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:09:24.077Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:09:24.077Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T01:09:24.077Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669943299922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-12-02T01:09:24.077Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:09:24.078Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T01:09:24.078Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "policy-id",
  "timestamp": 1669943315496,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:09:24.078Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:09:24.078Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T01:09:24.078Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "cds",
  "timestamp": 1669943323716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:09:24.078Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:09:24.079Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T01:09:24.079Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669943299922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/artifacts/service-Vfw20221202010730-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:09:24.082Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:09:24.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T01:09:24.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "policy-id",
  "timestamp": 1669943315496,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/artifacts/service-Vfw20221202010730-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:09:24.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:09:24.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T01:09:24.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "cds",
  "timestamp": 1669943323716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/artifacts/service-Vfw20221202010730-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:09:24.085Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:09:24.085Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T01:09:24.085Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669943299922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/artifacts/service-Vfw20221202010730-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T01:09:24.085Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:09:24.085Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T01:09:24.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "policy-id",
  "timestamp": 1669943315496,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/artifacts/service-Vfw20221202010730-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T01:09:24.086Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:09:24.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T01:09:24.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "cds",
  "timestamp": 1669943323716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/artifacts/service-Vfw20221202010730-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T01:09:24.086Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:09:24.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T01:09:24.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669943331807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/vfw98ef59fdf2c00_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:09:24.087Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:09:24.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T01:09:24.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "policy-id",
  "timestamp": 1669943332297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/artifacts/service-Vfw20221202010730-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:09:24.088Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:09:24.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T01:09:24.089Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "cds",
  "timestamp": 1669943332380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/artifacts/service-Vfw20221202010730-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:09:24.089Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:09:24.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T01:09:24.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669943332941,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:09:24.090Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:09:24.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T01:09:24.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "policy-id",
  "timestamp": 1669943333338,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/artifacts/service-Vfw20221202010730-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T01:09:24.091Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:09:24.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T01:09:24.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "aai-model-loader",
  "timestamp": 1669943333456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:09:24.092Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:09:24.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T01:09:24.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669943334012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:09:24.092Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:09:24.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T01:09:24.093Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "policy-id",
  "timestamp": 1669943334345,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2022-12-02T01:09:24.111Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-12-02T01:09:24.118Z||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-12-02T01:09:24.118Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
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-12-02T01:09:24.141Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:09:24.145Z||pool-3-thread-1|||||INFO|500||cambria reply ok (28 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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-02T01:09:24.298Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 993317ed-5e3d-4918-8c68-8241ef23c1c5
2022-12-02T01:09:24.336Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 993317ed-5e3d-4918-8c68-8241ef23c1c5 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-12-02T01:09:24.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T01:09:24.375Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "aai-model-loader",
  "timestamp": 1669943333456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/vfw98ef59fdf2c00_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:09:24.375Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:09:24.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T01:09:24.376Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669943335182,
  "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-12-02T01:09:24.390Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 993317ed-5e3d-4918-8c68-8241ef23c1c5
2022-12-02T01:09:24.391Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 993317ed-5e3d-4918-8c68-8241ef23c1c5 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-12-02T01:09:24.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T01:09:24.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "aai-model-loader",
  "timestamp": 1669943333456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:09:24.415Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:09:24.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T01:09:24.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669943336188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/vfw98ef59fdf2c00_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-02T01:09:24.415Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:09:24.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T01:09:24.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "aai-model-loader",
  "timestamp": 1669943333456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:09:24.416Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:09:24.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T01:09:24.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "aai-model-loader",
  "timestamp": 1669943333456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:09:24.416Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:09:24.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T01:09:24.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "aai-model-loader",
  "timestamp": 1669943333456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/artifacts/service-Vfw20221202010730-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:09:24.416Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:09:24.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T01:09:24.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "aai-model-loader",
  "timestamp": 1669943333456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/artifacts/service-Vfw20221202010730-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T01:09:24.417Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:09:24.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T01:09:24.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669943338308,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:09:24.417Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:09:24.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T01:09:24.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "aai-model-loader",
  "timestamp": 1669943340795,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/artifacts/service-Vfw20221202010730-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:09:24.418Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:09:24.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T01:09:24.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669943338308,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/vfw98ef59fdf2c00_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:09:24.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:09:24.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T01:09:24.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669943338308,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:09:24.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:09:24.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T01:09:24.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669943338308,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:09:24.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:09:24.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T01:09:24.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669943338308,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:09:24.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:09:24.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T01:09:24.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669943338308,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/artifacts/service-Vfw20221202010730-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:09:24.425Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:09:24.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T01:09:24.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669943338308,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/artifacts/service-Vfw20221202010730-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T01:09:24.426Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:09:24.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T01:09:24.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669943346172,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/artifacts/service-Vfw20221202010730-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:09:24.428Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:09:24.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T01:09:24.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669943352033,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/artifacts/service-Vfw20221202010730-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T01:09:24.429Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:09:24.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T01:09:24.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669943353038,
  "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-12-02T01:09:24.447Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 993317ed-5e3d-4918-8c68-8241ef23c1c5
2022-12-02T01:09:24.448Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 993317ed-5e3d-4918-8c68-8241ef23c1c5 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-12-02T01:09:24.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T01:09:24.472Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "aai-model-loader",
  "timestamp": 1669943356807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/artifacts/service-Vfw20221202010730-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T01:09:24.472Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:09:24.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T01:09:24.473Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "aai-model-loader",
  "timestamp": 1669943357813,
  "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-12-02T01:09:24.483Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 993317ed-5e3d-4918-8c68-8241ef23c1c5
2022-12-02T01:09:24.483Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 993317ed-5e3d-4918-8c68-8241ef23c1c5 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-12-02T01:09:25.019Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T01:09:25.020Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:09:25.023Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:09:25.023Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669943363297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/vfw98ef59fdf2c00_modules.json",
  "status": "NOTIFIED"
}
2022-12-02T01:09:25.124Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T01:09:25.125Z||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-12-02T01:09:25.125Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:09:25.156Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:09:25.157Z||pool-4-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-12-02T01:09:26.024Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T01:09:26.025Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:09:26.028Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:09:26.028Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669943363297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-12-02T01:09:26.128Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-02T01:09:26.129Z||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-12-02T01:09:26.130Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:09:26.149Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:09:26.150Z||pool-5-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-12-02T01:09:27.029Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T01:09:27.030Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:09:27.033Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:09:27.034Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669943363297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:09:27.135Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-02T01:09:27.136Z||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-12-02T01:09:27.137Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:09:27.161Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:09:27.162Z||pool-6-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-12-02T01:09:28.035Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T01:09:28.035Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:09:28.039Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:09:28.040Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669943363297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-12-02T01:09:28.139Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-02T01:09:28.140Z||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-12-02T01:09:28.140Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:09:28.159Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:09:28.160Z||pool-7-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-12-02T01:09:29.041Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T01:09:29.042Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:09:29.044Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:09:29.046Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669943363297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/artifacts/service-Vfw20221202010730-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:09:29.144Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-02T01:09:29.146Z||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-12-02T01:09:29.146Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:09:29.168Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:09:29.168Z||pool-8-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-12-02T01:09:30.047Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T01:09:30.048Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:09:30.051Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:09:30.052Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669943363297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/artifacts/service-Vfw20221202010730-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T01:09:30.151Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-02T01:09:30.152Z||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-12-02T01:09:30.153Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:09:30.169Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:09:30.170Z||pool-9-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-02T01:09:31.055Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "serviceName": "vFW 2022-12-02 01-07-30",
  "serviceVersion": "1.0",
  "serviceUUID": "e1e44955-8f76-4852-8294-e127924621df",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9c484b45-4ce5-418d-82e0-84a3786905b1",
  "resources": [
    {
      "resourceInstanceName": "vFW 98ef59fd-f2c0 0",
      "resourceCustomizationUUID": "98a72b52-b64c-4a45-aa78-5f1cf6591759",
      "resourceName": "vFW 98ef59fd-f2c0",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "40749f10-6eb1-45c5-aeef-cb7d0d4db304",
      "resourceInvariantUUID": "74800ff8-9be7-4d8d-8207-1c343ad25237",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw98ef59fdf2c00_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/vfw98ef59fdf2c00_modules.json",
          "artifactChecksum": "MGIwOGM4YTMwNGNjOTAwYWY4ZjU3OWU4YmFlZjZjNzc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c32e3d19-eff8-4b51-a206-82b1e73e8ea0",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "51ca13e5-1008-4d5f-91f0-e870aa5fc8cd",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b5008c73-5c82-4533-a675-9b18b1007e29",
            "generatedFromUUID": "51ca13e5-1008-4d5f-91f0-e870aa5fc8cd"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b5008c73-5c82-4533-a675-9b18b1007e29",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20221202010730-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/artifacts/service-Vfw20221202010730-csar.csar",
      "artifactChecksum": "MjgxNjkzYzJiM2ViNmY1ZDQ4ZmYxNTM0NGYzMWJiMmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a59d0b7f-f9c4-46be-8d1b-870722276d4c"
    }
  ],
  "workloadContext": "Production"
}
2022-12-02T01:09:31.057Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-02T01:09:31.058Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e1e44955-8f76-4852-8294-e127924621df ASDC
2022-12-02T01:09:31.253Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:993317ed-5e3d-4918-8c68-8241ef23c1c5
ServiceName:vFW 2022-12-02 01-07-30
ServiceVersion:1.0
ServiceUUID:e1e44955-8f76-4852-8294-e127924621df
ServiceInvariantUUID:9c484b45-4ce5-418d-82e0-84a3786905b1
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221202010730-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221202010730/1.0/artifacts/service-Vfw20221202010730-csar.csar
ArtifactUUID:a59d0b7f-f9c4-46be-8d1b-870722276d4c
ArtifactChecksum:MjgxNjkzYzJiM2ViNmY1ZDQ4ZmYxNTM0NGYzMWJiMmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 98ef59fd-f2c0 0
ResourceCustomizationUUID:98a72b52-b64c-4a45-aa78-5f1cf6591759
ResourceInvariantUUID:74800ff8-9be7-4d8d-8207-1c343ad25237
ResourceName:vFW 98ef59fd-f2c0
ResourceType:VF
ResourceUUID:40749f10-6eb1-45c5-aeef-cb7d0d4db304
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw98ef59fdf2c00_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/vfw98ef59fdf2c00_modules.json
ArtifactUUID:c32e3d19-eff8-4b51-a206-82b1e73e8ea0
ArtifactChecksum:MGIwOGM4YTMwNGNjOTAwYWY4ZjU3OWU4YmFlZjZjNzc=
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/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/base_vfw.yaml
ArtifactUUID:51ca13e5-1008-4d5f-91f0-e870aa5fc8cd
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/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/base_vfw.env
ArtifactUUID:b5008c73-5c82-4533-a675-9b18b1007e29
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/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/base_vfw.env
ArtifactUUID:b5008c73-5c82-4533-a675-9b18b1007e29
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-02T01:09:31.254Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e1e44955-8f76-4852-8294-e127924621df 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-12-02T01:09:31.353Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-02T01:09:31.354Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-02T01:09:31.355Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-02T01:09:31.356Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a59d0b7f-f9c4-46be-8d1b-870722276d4c from URL: /sdc/v1/catalog/services/Vfw20221202010730/1.0/artifacts/service-Vfw20221202010730-csar.csar
2022-12-02T01:09:31.356Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-02T01:09:31.358Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221202010730/1.0/artifacts/service-Vfw20221202010730-csar.csar
2022-12-02T01:09:31.465Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-02T01:09:31.481Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221202010730/1.0/artifacts/service-Vfw20221202010730-csar.csar a59d0b7f-f9c4-46be-8d1b-870722276d4c 101500
2022-12-02T01:09:31.482Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221202010730/1.0/artifacts/service-Vfw20221202010730-csar.csar ASDC sendASDCNotification
2022-12-02T01:09:31.483Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221202010730/1.0/artifacts/service-Vfw20221202010730-csar.csar
2022-12-02T01:09:31.484Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-02T01:09:31.486Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:09:31.489Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:09:31.489Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669943371481,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/artifacts/service-Vfw20221202010730-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:09:31.593Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-12-02T01:09:31.595Z||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-12-02T01:09:31.595Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:09:31.637Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:09:31.638Z||pool-10-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-12-02T01:09:32.490Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-02T01:09:32.492Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-02T01:09:32.492Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: a59d0b7f-f9c4-46be-8d1b-870722276d4c, URL: /sdc/v1/catalog/services/Vfw20221202010730/1.0/artifacts/service-Vfw20221202010730-csar.csar to file: /app/ASDC/1/service-Vfw20221202010730-csar.csar
2022-12-02T01:09:32.493Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221202010730-csar.csar
2022-12-02T01:09:32.652Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221202010730-csar.csar
2022-12-02T01:09:32.652Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221202010730-csar.csar
2022-12-02T01:09:33.678Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13341413514340665037/Definitions/service-Vfw20221202010730-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2022-12-02T01:09:37.933Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-02T01:09:37.941Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-02T01:09:37.944Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221202010730-csar.csar
2022-12-02T01:09:37.945Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-12-02T01:09:37.945Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221202010730-csar.csar
2022-12-02T01:09:37.945Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221202010730-csar.csar
2022-12-02T01:09:37.945Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221202010730-csar.csar
2022-12-02T01:09:37.946Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221202010730-csar.csar
2022-12-02T01:09:37.946Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221202010730-csar.csar
2022-12-02T01:09:37.946Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221202010730-csar.csar
2022-12-02T01:09:37.946Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 98ef59fd-f2c0 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-Vfw20221202010730-csar.csar
2022-12-02T01:09:37.946Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221202010730-csar.csar
2022-12-02T01:09:37.947Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221202010730-csar.csar
2022-12-02T01:09:37.947Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221202010730-csar.csar
2022-12-02T01:09:37.947Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221202010730-csar.csar
2022-12-02T01:09:37.947Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-02T01:09:37.956Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:09:37.959Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-02 01-07-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:09:37.965Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vFW 98ef59fd-f2c0 0 is matching search criteria
2022-12-02T01:09:37.966Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-02T01:09:37.969Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 98ef59fd-f2c0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-02T01:09:37.972Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:09:37.973Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-02 01-07-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:09:37.973Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vFW 98ef59fd-f2c0 0 is matching search criteria
2022-12-02T01:09:37.974Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-02T01:09:37.974Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 98ef59fd-f2c0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-02T01:09:37.975Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:09:37.975Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-02 01-07-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:09:37.982Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:09:37.983Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vFW 98ef59fd-f2c0 0 is not matching search criteria
2022-12-02T01:09:37.984Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-02T01:09:37.984Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-02T01:09:37.984Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-02T01:09:37.985Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-02T01:09:37.985Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-02T01:09:37.985Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-02T01:09:37.985Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-02T01:09:37.986Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-02T01:09:37.986Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-02T01:09:37.986Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-02T01:09:37.986Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-02T01:09:37.987Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-02T01:09:37.987Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-02T01:09:37.988Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-02T01:09:37.988Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-02T01:09:37.988Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-02T01:09:37.989Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:09:37.989Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-02 01-07-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-02T01:09:37.991Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:09:37.992Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vFW 98ef59fd-f2c0 0 is matching search criteria
2022-12-02T01:09:37.992Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 98ef59fd-f2c0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T01:09:37.993Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:09:37.993Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vFW 98ef59fd-f2c0 0 is matching search criteria
2022-12-02T01:09:37.993Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 98ef59fd-f2c0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T01:09:37.993Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:09:37.994Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vFW 98ef59fd-f2c0 0 is matching search criteria
2022-12-02T01:09:37.994Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 98ef59fd-f2c0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T01:09:37.994Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:09:37.994Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vFW 98ef59fd-f2c0 0 is not matching search criteria
2022-12-02T01:09:37.994Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-02T01:09:37.995Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-02T01:09:37.995Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-02T01:09:37.995Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-02T01:09:37.995Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-02T01:09:37.995Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-02T01:09:37.996Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-02T01:09:37.996Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-02T01:09:37.996Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-02T01:09:37.997Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-02T01:09:37.997Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-02T01:09:37.997Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=48a24f9d-fc1a-4f6f-90b2-071d8e730378
2022-12-02T01:09:37.998Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:09:37.998Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vFW 98ef59fd-f2c0 0 is not matching search criteria
2022-12-02T01:09:37.999Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-02T01:09:37.999Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-02T01:09:37.999Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-02T01:09:38.000Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-02T01:09:38.000Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-02T01:09:38.000Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-02T01:09:38.000Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-02T01:09:38.001Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-02T01:09:38.001Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-02T01:09:38.001Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-02T01:09:38.001Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-02T01:09:38.002Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-02T01:09:38.002Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=218ea19d-8b2b-4759-b8bb-03ec16a555ba
2022-12-02T01:09:38.002Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:09:38.003Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vFW 98ef59fd-f2c0 0 is not matching search criteria
2022-12-02T01:09:38.003Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-02T01:09:38.003Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-02T01:09:38.004Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-02T01:09:38.004Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-02T01:09:38.004Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-02T01:09:38.004Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-02T01:09:38.004Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-02T01:09:38.004Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-02T01:09:38.005Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-02T01:09:38.005Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-02T01:09:38.005Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-02T01:09:38.005Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-02T01:09:38.005Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c7fca8d8-99fb-4872-8d25-4d66edcc81a7
2022-12-02T01:09:38.006Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:09:38.006Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-02 01-07-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:09:38.006Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:09:38.006Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-02 01-07-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:09:38.007Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:09:38.008Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-02 01-07-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:09:38.009Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:09:38.009Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-02 01-07-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:09:38.009Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-12-02 01-07-30
Description:catalog service description
Model UUID:e1e44955-8f76-4852-8294-e127924621df
Model Version:NULL
Model InvariantUuid:9c484b45-4ce5-418d-82e0-84a3786905b1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 98ef59fd-f2c0
Model UUID:71ef1725-1438-47aa-8115-97cecc3ed463
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:74800ff8-9be7-4d8d-8207-1c343ad25237
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:98a72b52-b64c-4a45-aa78-5f1cf6591759
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ed3a95d0-80a8-4e51-8304-4d77715519d6
ModelName:Vfw98ef59fdF2c0..base_vfw..module-0
ModelUuid:8a8fcc46-bca6-4327-b67d-03a52c68bd52
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:48a24f9d-fc1a-4f6f-90b2-071d8e730378
ModelInvariantUuid:69a34c6e-a825-4837-82a4-03a2c260aaa5
ModelName:vFW 98ef59fd-f2c0-nodes.vfwCvfc
ModelUuid:9ec15ba0-e48d-4c94-a0c3-c78a9ee0aca2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:7a905517-ec98-4701-9be8-3e35d6e4988b
ModelInvariantUuid:df568a93-731a-438f-a1c7-7d8b83b2c27b
ModelName:Vfw98ef59fdF2c0.compute.nodes.heat.vfw
ModelUuid:00ceb069-e03b-4fb9-b8f9-f170dec1851b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:218ea19d-8b2b-4759-b8bb-03ec16a555ba
ModelInvariantUuid:7f2d0b5d-063c-4833-8b7b-b8a77851117d
ModelName:vFW 98ef59fd-f2c0-nodes.vsnCvfc
ModelUuid:e9db5aa2-a561-4cc6-9955-ede9fdb08d99
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:f8a72c82-7501-4f3c-8066-78ef7b7f5299
ModelInvariantUuid:39523cb2-cf55-4953-94dc-f15a0af0f834
ModelName:Vfw98ef59fdF2c0.compute.nodes.heat.vsn
ModelUuid:c9696856-a474-4f7b-b5b7-2ea80423f025
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c7fca8d8-99fb-4872-8d25-4d66edcc81a7
ModelInvariantUuid:4adb0f91-b478-4ab7-9c47-e2817325ca6e
ModelName:vFW 98ef59fd-f2c0-nodes.vpgCvfc
ModelUuid:c07e5239-7ff4-4532-96a3-a13b8f583c7d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b7bb9796-a793-4358-98d6-2733c9377a6f
ModelInvariantUuid:ac615dee-7cbb-4a03-b64b-71caa4cd78a0
ModelName:Vfw98ef59fdF2c0.compute.nodes.heat.vpg
ModelUuid:8669c9d6-ac34-4b44-a1a9-62a2fe0df4c6
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-12-02T01:09:38.032Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 40749f10-6eb1-45c5-aeef-cb7d0d4db304
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-12-02T01:09:38.119Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||vFW 98ef59fd-f2c0 0
2022-12-02T01:09:38.132Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 40749f10-6eb1-45c5-aeef-cb7d0d4db304
2022-12-02T01:09:38.133Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c32e3d19-eff8-4b51-a206-82b1e73e8ea0 from URL: /sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/vfw98ef59fdf2c00_modules.json
2022-12-02T01:09:38.133Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-02T01:09:38.133Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/vfw98ef59fdf2c00_modules.json
2022-12-02T01:09:38.210Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-02T01:09:38.211Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/vfw98ef59fdf2c00_modules.json c32e3d19-eff8-4b51-a206-82b1e73e8ea0 785
2022-12-02T01:09:38.211Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/vfw98ef59fdf2c00_modules.json ASDC sendASDCNotification
2022-12-02T01:09:38.211Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/vfw98ef59fdf2c00_modules.json
2022-12-02T01:09:38.212Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-02T01:09:38.212Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:09:38.214Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:09:38.215Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669943378211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/vfw98ef59fdf2c00_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:09:38.315Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T01:09:38.317Z||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-12-02T01:09:38.317Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:09:38.338Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:09:38.339Z||pool-11-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-12-02T01:09:39.217Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw98ef59fdF2c0..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "ed3a95d0-80a8-4e51-8304-4d77715519d6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8a8fcc46-bca6-4327-b67d-03a52c68bd52",
    "vfModuleModelCustomizationUUID": "08d71a09-6c62-49d1-ae08-ffb123b7d7ad",
    "isBase": true,
    "artifacts": [
      "51ca13e5-1008-4d5f-91f0-e870aa5fc8cd",
      "b5008c73-5c82-4533-a675-9b18b1007e29"
    ],
    "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-12-02T01:09:39.234Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw98ef59fdF2c0..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8a8fcc46-bca6-4327-b67d-03a52c68bd52
VfModuleModelInvariantUUID:ed3a95d0-80a8-4e51-8304-4d77715519d6
VfModuleModelDescription:NULL
Artifacts UUID List:{
51ca13e5-1008-4d5f-91f0-e870aa5fc8cd
,
b5008c73-5c82-4533-a675-9b18b1007e29

}
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-12-02T01:09:39.239Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw98ef59fdF2c0..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "ed3a95d0-80a8-4e51-8304-4d77715519d6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8a8fcc46-bca6-4327-b67d-03a52c68bd52",
    "vfModuleModelCustomizationUUID": "08d71a09-6c62-49d1-ae08-ffb123b7d7ad",
    "isBase": true,
    "artifacts": [
      "51ca13e5-1008-4d5f-91f0-e870aa5fc8cd",
      "b5008c73-5c82-4533-a675-9b18b1007e29"
    ],
    "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-12-02T01:09:39.240Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw98ef59fdF2c0..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8a8fcc46-bca6-4327-b67d-03a52c68bd52
VfModuleModelInvariantUUID:ed3a95d0-80a8-4e51-8304-4d77715519d6
VfModuleModelDescription:NULL
Artifacts UUID List:{
51ca13e5-1008-4d5f-91f0-e870aa5fc8cd
,
b5008c73-5c82-4533-a675-9b18b1007e29

}
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-12-02T01:09:39.240Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 51ca13e5-1008-4d5f-91f0-e870aa5fc8cd from URL: /sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/base_vfw.yaml
2022-12-02T01:09:39.240Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-02T01:09:39.241Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/base_vfw.yaml
2022-12-02T01:09:39.317Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-02T01:09:39.318Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/base_vfw.yaml 51ca13e5-1008-4d5f-91f0-e870aa5fc8cd 20368
2022-12-02T01:09:39.319Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-02T01:09:39.319Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/base_vfw.yaml
2022-12-02T01:09:39.319Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-02T01:09:39.320Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:09:39.324Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:09:39.324Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669943379318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:09:39.424Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-02T01:09:39.426Z||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-12-02T01:09:39.426Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:09:39.451Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:09:39.452Z||pool-12-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-12-02T01:09:40.325Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b5008c73-5c82-4533-a675-9b18b1007e29 from URL: /sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/base_vfw.env
2022-12-02T01:09:40.326Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-02T01:09:40.327Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/base_vfw.env
2022-12-02T01:09:40.398Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-02T01:09:40.399Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/base_vfw.env b5008c73-5c82-4533-a675-9b18b1007e29 2098
2022-12-02T01:09:40.399Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-02T01:09:40.400Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/base_vfw.env
2022-12-02T01:09:40.400Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-02T01:09:40.400Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:09:40.404Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:09:40.404Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669943380399,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:09:40.504Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T01:09:40.505Z||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-12-02T01:09:40.505Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:09:40.525Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:09:40.526Z||pool-13-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-02T01:09:41.405Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: e1e44955-8f76-4852-8294-e127924621df
2022-12-02T01:09:41.405Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 98ef59fd-f2c0 0 40749f10-6eb1-45c5-aeef-cb7d0d4db304 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-12-02T01:09:41.487Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2deb9d44, org.onap.sdc.toscaparser.api.parameters.Input@59f05ac5, org.onap.sdc.toscaparser.api.parameters.Input@4d38edc6, org.onap.sdc.toscaparser.api.parameters.Input@3f287776, org.onap.sdc.toscaparser.api.parameters.Input@4e58dc6a]
2022-12-02T01:09:41.494Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:09:41.495Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-02 01-07-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:09:41.496Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-12-02T01:09:41.496Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 98a72b52-b64c-4a45-aa78-5f1cf6591759
2022-12-02T01:09:41.496Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 98a72b52-b64c-4a45-aa78-5f1cf6591759 matches Tosca VF Customization UUID: 98a72b52-b64c-4a45-aa78-5f1cf6591759
2022-12-02T01:09:41.496Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 98a72b52-b64c-4a45-aa78-5f1cf6591759  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-12-02T01:09:41.509Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:09:41.509Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-02 01-07-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:09:41.511Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 98a72b52-b64c-4a45-aa78-5f1cf6591759: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-02T01:09:41.512Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@198e4f0e
2022-12-02T01:09:41.512Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:09:41.512Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-02 01-07-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-02T01:09:41.513Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 08d71a09-6c62-49d1-ae08-ffb123b7d7ad
2022-12-02T01:09:41.515Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 08d71a09-6c62-49d1-ae08-ffb123b7d7ad
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-12-02T01:09:41.525Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:09:41.526Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vFW 98ef59fd-f2c0 0 is matching search criteria
2022-12-02T01:09:41.527Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 98ef59fd-f2c0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T01:09:41.529Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:09:41.530Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vFW 98ef59fd-f2c0 0 is matching search criteria
2022-12-02T01:09:41.530Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 98ef59fd-f2c0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T01:09:41.531Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:09:41.531Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vFW 98ef59fd-f2c0 0 is not matching search criteria
2022-12-02T01:09:41.531Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-02T01:09:41.532Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-02T01:09:41.532Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-02T01:09:41.532Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-02T01:09:41.532Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-02T01:09:41.533Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-02T01:09:41.534Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-02T01:09:41.534Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-02T01:09:41.534Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-02T01:09:41.534Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-02T01:09:41.535Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-02T01:09:41.535Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=48a24f9d-fc1a-4f6f-90b2-071d8e730378
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-12-02T01:09:41.551Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:09:41.552Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vFW 98ef59fd-f2c0 0 is matching search criteria
2022-12-02T01:09:41.552Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 98ef59fd-f2c0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T01:09:41.553Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:09:41.553Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vFW 98ef59fd-f2c0 0 is not matching search criteria
2022-12-02T01:09:41.554Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-02T01:09:41.554Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-02T01:09:41.554Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-02T01:09:41.555Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-02T01:09:41.555Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-02T01:09:41.555Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-02T01:09:41.555Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-02T01:09:41.556Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-02T01:09:41.556Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-02T01:09:41.556Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-02T01:09:41.557Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-02T01:09:41.557Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-02T01:09:41.558Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=218ea19d-8b2b-4759-b8bb-03ec16a555ba
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-12-02T01:09:41.564Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:09:41.565Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vFW 98ef59fd-f2c0 0 is matching search criteria
2022-12-02T01:09:41.565Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 98ef59fd-f2c0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T01:09:41.568Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:09:41.569Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vFW 98ef59fd-f2c0 0 is not matching search criteria
2022-12-02T01:09:41.570Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-02T01:09:41.570Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-02T01:09:41.570Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-02T01:09:41.571Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-02T01:09:41.571Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-02T01:09:41.572Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-02T01:09:41.572Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-02T01:09:41.572Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-02T01:09:41.573Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-02T01:09:41.573Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-02T01:09:41.573Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-02T01:09:41.574Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-02T01:09:41.574Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c7fca8d8-99fb-4872-8d25-4d66edcc81a7
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-12-02T01:09:41.580Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:09:41.581Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vFW 98ef59fd-f2c0 0 is matching search criteria
2022-12-02T01:09:41.582Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 98ef59fd-f2c0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T01:09:41.582Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:09:41.583Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Node template vFW 98ef59fd-f2c0 0 is matching search criteria
2022-12-02T01:09:41.583Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 98ef59fd-f2c0 0] matching following query criteria: sdcType=VF, customizationUUID=98a72b52-b64c-4a45-aa78-5f1cf6591759
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-12-02T01:09:41.588Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:09:41.588Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-02 01-07-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:09:41.589Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid e1e44955-8f76-4852-8294-e127924621df: vFW 98ef59fd-f2c0
2022-12-02T01:09:41.590Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:09:41.590Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-02 01-07-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:09:41.590Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:09:41.590Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-02 01-07-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:09:41.591Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:09:41.591Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-02 01-07-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:09:41.591Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:09:41.592Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-02 01-07-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:09:41.592Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:09:41.592Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-02 01-07-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:09:41.592Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-12-02 01-07-30 
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-12-02T01:09:42.082Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 98ef59fd-f2c0 40749f10-6eb1-45c5-aeef-cb7d0d4db304 1 ASDC deployResourceStructure
2022-12-02T01:09:42.083Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/vfw98ef59fdf2c00_modules.json ASDC sendASDCNotification
2022-12-02T01:09:42.083Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/vfw98ef59fdf2c00_modules.json
2022-12-02T01:09:42.083Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-02T01:09:42.084Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:09:42.087Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:09:42.087Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669943382083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/vfw98ef59fdf2c00_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-02T01:09:42.187Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-02T01:09:42.189Z||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-12-02T01:09:42.189Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:09:42.211Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:09:42.212Z||pool-14-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-12-02T01:09:43.088Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-02T01:09:43.089Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/base_vfw.yaml
2022-12-02T01:09:43.089Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-02T01:09:43.089Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:09:43.093Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:09:43.093Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669943383088,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-12-02T01:09:43.197Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-12-02T01:09:43.198Z||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-12-02T01:09:43.199Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:09:43.222Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:09:43.223Z||pool-15-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-12-02T01:09:44.096Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-02T01:09:44.097Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/base_vfw.env
2022-12-02T01:09:44.097Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-02T01:09:44.098Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:09:44.101Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:09:44.101Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669943384096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-12-02T01:09:44.202Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-02T01:09:44.204Z||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-12-02T01:09:44.206Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:09:44.228Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:09:44.230Z||pool-16-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-12-02T01:09:45.103Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221202010730/1.0/artifacts/service-Vfw20221202010730-csar.csar ASDC sendASDCNotification
2022-12-02T01:09:45.104Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221202010730/1.0/artifacts/service-Vfw20221202010730-csar.csar
2022-12-02T01:09:45.104Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-02T01:09:45.104Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:09:45.117Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:09:45.118Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669943385102,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/artifacts/service-Vfw20221202010730-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T01:09:45.208Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-12-02T01:09:45.210Z||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-12-02T01:09:45.210Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:09:45.243Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:09:45.244Z||pool-17-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-12-02T01:09:46.119Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 993317ed-5e3d-4918-8c68-8241ef23c1c5
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-12-02T01:09:46.159Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 993317ed-5e3d-4918-8c68-8241ef23c1c5
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-12-02T01:09:46.180Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-02T01:09:46.181Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-02T01:09:46.181Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-02T01:09:46.181Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-02T01:09:46.181Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T01:09:46.182Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T01:09:46.182Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T01:09:46.182Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T01:09:46.183Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-02T01:09:46.193Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-02T01:10:16.201Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 993317ed-5e3d-4918-8c68-8241ef23c1c5 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-12-02T01:10:16.218Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 993317ed-5e3d-4918-8c68-8241ef23c1c5 and serviceModelVersionId: e1e44955-8f76-4852-8294-e127924621df
2022-12-02T01:10:16.218Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9c484b45-4ce5-418d-82e0-84a3786905b1
2022-12-02T01:10:23.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:10:23.354Z||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-12-02T01:10:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:10:23.516Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:10:23.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T01:10:23.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669943363297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:10:23.518Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:10:39.091Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9c484b45-4ce5-418d-82e0-84a3786905b1/model-vers/model-ver/e1e44955-8f76-4852-8294-e127924621df?depth=0
2022-12-02T01:10:39.208Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-12-02T01:10:39.294Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9c484b45-4ce5-418d-82e0-84a3786905b1/model-vers/model-ver/e1e44955-8f76-4852-8294-e127924621df?depth=0|INFO|500||Invoke
2022-12-02T01:10:39.295Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9c484b45-4ce5-418d-82e0-84a3786905b1/model-vers/model-ver/e1e44955-8f76-4852-8294-e127924621df?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9c484b45-4ce5-418d-82e0-84a3786905b1/model-vers/model-ver/e1e44955-8f76-4852-8294-e127924621df?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[993317ed-5e3d-4918-8c68-8241ef23c1c5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[af407912-f651-47b4-a96d-45c1301a5639], X-ECOMP-RequestID=[993317ed-5e3d-4918-8c68-8241ef23c1c5], X-TransactionId=[], X-ONAP-RequestID=[993317ed-5e3d-4918-8c68-8241ef23c1c5], Content-Type=[application/merge-patch+json]}
2022-12-02T01:10:39.307Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9c484b45-4ce5-418d-82e0-84a3786905b1/model-vers/model-ver/e1e44955-8f76-4852-8294-e127924621df?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-02T01:10:39.614Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9c484b45-4ce5-418d-82e0-84a3786905b1/model-vers/model-ver/e1e44955-8f76-4852-8294-e127924621df?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/9c484b45-4ce5-418d-82e0-84a3786905b1/model-vers/model-ver/e1e44955-8f76-4852-8294-e127924621df?depth=0 has http status code:200 and response headers:{date=[Fri, 02 Dec 2022 01:10:38 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[262], vertex-id=[397384], x-aai-txid=[1-aai-resources-221202-01:10:38:654-49033], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-02T01:10:39.614Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9c484b45-4ce5-418d-82e0-84a3786905b1/model-vers/model-ver/e1e44955-8f76-4852-8294-e127924621df?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-02T01:10:39.615Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9c484b45-4ce5-418d-82e0-84a3786905b1/model-vers/model-ver/e1e44955-8f76-4852-8294-e127924621df?depth=0|INFO|500||InvokeReturn
2022-12-02T01:10:39.676Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-02T01:10:39.677Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-02T01:10:39.699Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-02T01:10:39.705Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 993317ed-5e3d-4918-8c68-8241ef23c1c5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-02T01:10:39.707Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-02T01:10:39.708Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:10:39.721Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:10:39.721Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669943439705,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-02T01:10:39.811Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms
2022-12-02T01:10:39.813Z||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-12-02T01:10:39.813Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:10:39.849Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:10:39.850Z||pool-18-thread-1|||||INFO|500||cambria reply ok (38 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-12-02T01:10:40.743Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:10:40.745Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T01:10:40.746Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:10:50.310Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:11:23.298Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:11:23.300Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T01:11:23.302Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:11:23.354Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:11:23.355Z||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-12-02T01:11:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:11:23.399Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:11:23.400Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-02T01:11:23.400Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669943363297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/vfw98ef59fdf2c00_modules.json",
  "status": "NOTIFIED"
}
2022-12-02T01:11:23.402Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:11:23.402Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-02T01:11:23.402Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669943363297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-12-02T01:11:23.402Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:11:23.402Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-02T01:11:23.402Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669943363297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:11:23.403Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:11:23.403Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-02T01:11:23.403Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669943363297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-12-02T01:11:23.403Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:11:23.403Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-02T01:11:23.403Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669943363297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/artifacts/service-Vfw20221202010730-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:11:23.404Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:11:23.404Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-02T01:11:23.404Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669943363297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/artifacts/service-Vfw20221202010730-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T01:11:23.404Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:11:23.404Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-02T01:11:23.404Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669943371481,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/artifacts/service-Vfw20221202010730-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:11:23.405Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:11:23.405Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-02T01:11:23.405Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669943378211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/vfw98ef59fdf2c00_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:11:23.406Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:11:23.406Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-02T01:11:23.406Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669943379318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:11:23.406Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:11:23.406Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-02T01:11:23.406Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669943380399,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:11:23.407Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:11:23.407Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-02T01:11:23.407Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669943382083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/vfw98ef59fdf2c00_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-02T01:11:23.407Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:11:23.407Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-02T01:11:23.407Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669943383088,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-12-02T01:11:23.408Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:11:23.408Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-02T01:11:23.408Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669943384096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/resourceInstances/vfw98ef59fdf2c00/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-12-02T01:11:23.408Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:11:23.408Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-02T01:11:23.408Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669943385102,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202010730/1.0/artifacts/service-Vfw20221202010730-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T01:11:23.409Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:11:32.867Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:12:23.297Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:12:23.299Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T01:12:23.299Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:12:23.353Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:12:23.354Z||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-12-02T01:12:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:12:23.880Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:12:23.881Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-02T01:12:23.881Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "993317ed-5e3d-4918-8c68-8241ef23c1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669943439705,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-02T01:12:23.882Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:12:32.864Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:13:23.307Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:13:23.309Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T01:13:23.309Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:13:23.353Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:13:23.354Z||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-12-02T01:13:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:13:32.890Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:13:32.913Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:14:23.298Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:14:23.299Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T01:14:23.300Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:14:23.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:14:23.354Z||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-12-02T01:14:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:14:32.873Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:14:32.941Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:15:23.297Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:15:23.298Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T01:15:23.298Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:15:23.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:15:23.354Z||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-12-02T01:15:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:15:32.871Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:15:32.926Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:16:23.298Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:16:23.300Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T01:16:23.300Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:16:23.353Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:16:23.354Z||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-12-02T01:16:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:16:32.879Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:16:32.911Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:17:23.298Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:17:23.300Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T01:17:23.300Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:17:23.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:17:23.354Z||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-12-02T01:17:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:17:32.866Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:17:32.911Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:18:23.298Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:18:23.302Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T01:18:23.302Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:18:23.353Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:18:23.354Z||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-12-02T01:18:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:18:32.902Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:18:32.911Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:19:23.298Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:19:23.299Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T01:19:23.299Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:19:23.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:19:23.355Z||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-12-02T01:19:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:19:32.894Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:19:32.928Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:20:23.298Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:20:23.299Z||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-12-02T01:20:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:20:23.354Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:20:23.355Z||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-12-02T01:20:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:20:23.958Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:20:23.959Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-02T01:20:23.960Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"d4cc8308-e515-42ad-b6cd-6a4d7bc32d22","serviceName":"basic_onboard_pTVUaV","serviceVersion":"1.0","serviceUUID":"077a9699-3e6c-4452-b798-c262d5206b9c","serviceDescription":"service","serviceInvariantUUID":"8d9fa339-5284-4460-852b-81d3a9af1d73","resources":[{"resourceInstanceName":"basic_onboard_pTVUaV 0","resourceName":"basic_onboard_pTVUaV","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f31db14b-5504-48ca-acec-df8e11c00172","resourceInvariantUUID":"fd72f797-8289-42b5-8e34-d2bae60dc757","resourceCustomizationUUID":"7f5a0687-8a99-4799-b5d3-0b5f05bb658b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/vf-license-model.xml","artifactChecksum":"NDdjZWU2NGI0OTdhY2JlMzBkZWYzMTk0N2EwMGI5YzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5225ba4a-5b80-4ae6-82f0-fc56c17e21d3","artifactVersion":"1"},{"artifactName":"basic_onboard_ptvuav0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/basic_onboard_ptvuav0_modules.json","artifactChecksum":"NjYxNGI3OGJiOGMzNzIwZmUxMTRmYmYyNjMzM2U5NzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"45f6a1bc-b030-40bf-88b2-f664f563a127","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2a624268-664e-4fd8-bc26-a43e3bd6b4f3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d648a7bb-fef5-4b8d-b9be-06a3fe699d28","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"38e6b719-911d-452e-9cb3-b3ab5cdcf7a8","artifactVersion":"2","generatedFromUUID":"2a624268-664e-4fd8-bc26-a43e3bd6b4f3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardPtvuav-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/artifacts/service-BasicOnboardPtvuav-template.yml","artifactChecksum":"NmFiODJjYzg1NTU2ODY0MDdiNmU3OWI2MWE4NTViOTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ffe19128-5c11-47f7-9fcd-8924e811285f","artifactVersion":"1"},{"artifactName":"service-BasicOnboardPtvuav-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/artifacts/service-BasicOnboardPtvuav-csar.csar","artifactChecksum":"N2U2NTQzY2Y4ZDViZmJiZTk0ODVkY2IzNWJlMjNjNGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"45e4513c-7a00-4102-8cd1-945c8cd311c6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-02T01:20:23.965Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T01:20:23.967Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:20:23.973Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:20:23.974Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944023298,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:20:24.023Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:20:24.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:20:24.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669943967239,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:20:24.027Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:20:24.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:20:24.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "cds",
  "timestamp": 1669943983716,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:20:24.029Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:20:24.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:20:24.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669943967239,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/basic_onboard_ptvuav0_modules.json",
  "status": "NOTIFIED"
}
2022-12-02T01:20:24.030Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:20:24.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:20:24.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "cds",
  "timestamp": 1669943983716,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/basic_onboard_ptvuav0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:20:24.030Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:20:24.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:20:24.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669943967239,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-12-02T01:20:24.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:20:24.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:20:24.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "cds",
  "timestamp": 1669943983716,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:20:24.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:20:24.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:20:24.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "aai-model-loader",
  "timestamp": 1669943993457,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:20:24.032Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:20:24.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:20:24.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669943967239,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:20:24.032Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:20:24.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:20:24.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "cds",
  "timestamp": 1669943983716,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:20:24.033Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:20:24.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:20:24.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "aai-model-loader",
  "timestamp": 1669943993457,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/basic_onboard_ptvuav0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:20:24.033Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:20:24.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:20:24.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669943967239,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-12-02T01:20:24.035Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:20:24.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:20:24.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "cds",
  "timestamp": 1669943983716,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:20:24.035Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:20:24.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:20:24.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "aai-model-loader",
  "timestamp": 1669943993457,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:20:24.036Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:20:24.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:20:24.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669943967239,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/artifacts/service-BasicOnboardPtvuav-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:20:24.036Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:20:24.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:20:24.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "policy-id",
  "timestamp": 1669943995496,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:20:24.036Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:20:24.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:20:24.037Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "cds",
  "timestamp": 1669943983716,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/artifacts/service-BasicOnboardPtvuav-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:20:24.038Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:20:24.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:20:24.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "aai-model-loader",
  "timestamp": 1669943993457,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:20:24.038Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:20:24.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:20:24.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669943967239,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/artifacts/service-BasicOnboardPtvuav-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T01:20:24.038Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:20:24.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:20:24.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "policy-id",
  "timestamp": 1669943995496,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/basic_onboard_ptvuav0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:20:24.039Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:20:24.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:20:24.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "cds",
  "timestamp": 1669943983716,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/artifacts/service-BasicOnboardPtvuav-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T01:20:24.039Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:20:24.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:20:24.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "aai-model-loader",
  "timestamp": 1669943993457,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:20:24.039Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:20:24.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:20:24.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669943998107,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/basic_onboard_ptvuav0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:20:24.040Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:20:24.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:20:24.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "policy-id",
  "timestamp": 1669943995496,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-12-02T01:20:24.040Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:20:24.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:20:24.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "cds",
  "timestamp": 1669943998760,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/artifacts/service-BasicOnboardPtvuav-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:20:24.041Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:20:24.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:20:24.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "aai-model-loader",
  "timestamp": 1669943993457,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/artifacts/service-BasicOnboardPtvuav-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:20:24.041Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:20:24.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:20:24.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669943999227,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:20:24.042Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:20:24.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:20:24.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "policy-id",
  "timestamp": 1669943995496,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:20:24.042Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:20:24.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:20:24.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "aai-model-loader",
  "timestamp": 1669943993457,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/artifacts/service-BasicOnboardPtvuav-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T01:20:24.042Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:20:24.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:20:24.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669944000306,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:20:24.043Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:20:24.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:20:24.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "policy-id",
  "timestamp": 1669943995496,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:20:24.043Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:20:24.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:20:24.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669943998308,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:20:24.044Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:20:24.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:20:24.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "aai-model-loader",
  "timestamp": 1669944000583,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/artifacts/service-BasicOnboardPtvuav-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:20:24.044Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:20:24.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:20:24.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "policy-id",
  "timestamp": 1669943995496,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/artifacts/service-BasicOnboardPtvuav-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:20:24.044Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:20:24.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:20:24.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669943998308,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/basic_onboard_ptvuav0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:20:24.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:20:24.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:20:24.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669944001567,
  "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-12-02T01:20:24.073Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-02T01:20:24.074Z||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-12-02T01:20:24.074Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
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-12-02T01:20:24.104Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d4cc8308-e515-42ad-b6cd-6a4d7bc32d22
2022-12-02T01:20:24.105Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4cc8308-e515-42ad-b6cd-6a4d7bc32d22 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=?
2022-12-02T01:20:24.110Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:20:24.111Z||pool-19-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-02T01:20:24.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:20:24.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "policy-id",
  "timestamp": 1669943995496,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/artifacts/service-BasicOnboardPtvuav-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T01:20:24.122Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:20:24.123Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:20:24.123Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669943998308,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:20:24.123Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:20:24.123Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:20:24.123Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669944002578,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/basic_onboard_ptvuav0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-02T01:20:24.124Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:20:24.124Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:20:24.124Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "policy-id",
  "timestamp": 1669944003302,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/artifacts/service-BasicOnboardPtvuav-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:20:24.124Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:20:24.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:20:24.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669943998308,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:20:24.134Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:20:24.134Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:20:24.136Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "policy-id",
  "timestamp": 1669944004319,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/artifacts/service-BasicOnboardPtvuav-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T01:20:24.136Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:20:24.137Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:20:24.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669943998308,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:20:24.137Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:20:24.137Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:20:24.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "policy-id",
  "timestamp": 1669944005327,
  "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-12-02T01:20:24.159Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d4cc8308-e515-42ad-b6cd-6a4d7bc32d22
2022-12-02T01:20:24.160Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4cc8308-e515-42ad-b6cd-6a4d7bc32d22 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-12-02T01:20:24.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:20:24.178Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669943998308,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/artifacts/service-BasicOnboardPtvuav-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:20:24.178Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:20:24.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:20:24.178Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669943998308,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/artifacts/service-BasicOnboardPtvuav-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T01:20:24.178Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:20:24.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:20:24.179Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669944006108,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/artifacts/service-BasicOnboardPtvuav-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:20:24.179Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:20:24.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:20:24.179Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "aai-model-loader",
  "timestamp": 1669944008213,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/artifacts/service-BasicOnboardPtvuav-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T01:20:24.179Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:20:24.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:20:24.179Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "aai-model-loader",
  "timestamp": 1669944009222,
  "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-12-02T01:20:24.189Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d4cc8308-e515-42ad-b6cd-6a4d7bc32d22
2022-12-02T01:20:24.189Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4cc8308-e515-42ad-b6cd-6a4d7bc32d22 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-12-02T01:20:24.214Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:20:24.214Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669944008711,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/artifacts/service-BasicOnboardPtvuav-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T01:20:24.216Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:20:24.216Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:20:24.216Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669944009715,
  "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-12-02T01:20:24.262Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d4cc8308-e515-42ad-b6cd-6a4d7bc32d22
2022-12-02T01:20:24.262Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4cc8308-e515-42ad-b6cd-6a4d7bc32d22 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-12-02T01:20:24.974Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T01:20:24.976Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:20:24.980Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:20:24.980Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944023298,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/basic_onboard_ptvuav0_modules.json",
  "status": "NOTIFIED"
}
2022-12-02T01:20:25.080Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T01:20:25.081Z||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-12-02T01:20:25.082Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:20:25.118Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:20:25.119Z||pool-20-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-12-02T01:20:25.981Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T01:20:25.985Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:20:25.989Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:20:25.990Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944023298,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-12-02T01:20:26.090Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T01:20:26.091Z||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-12-02T01:20:26.091Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:20:26.109Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:20:26.110Z||pool-21-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-12-02T01:20:26.991Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T01:20:26.993Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:20:26.996Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:20:26.996Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944023298,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:20:27.098Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-02T01:20:27.099Z||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-12-02T01:20:27.099Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:20:27.120Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:20:27.122Z||pool-22-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-12-02T01:20:27.998Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T01:20:27.999Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:20:28.004Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:20:28.005Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944023298,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-12-02T01:20:28.104Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-02T01:20:28.106Z||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-12-02T01:20:28.106Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:20:28.137Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:20:28.138Z||pool-23-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-12-02T01:20:29.007Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T01:20:29.008Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:20:29.014Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:20:29.014Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944023298,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/artifacts/service-BasicOnboardPtvuav-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:20:29.111Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-12-02T01:20:29.112Z||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-12-02T01:20:29.112Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:20:29.140Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:20:29.143Z||pool-24-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-12-02T01:20:30.015Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T01:20:30.015Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:20:30.020Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:20:30.020Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944023298,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/artifacts/service-BasicOnboardPtvuav-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T01:20:30.119Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-02T01:20:30.120Z||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-12-02T01:20:30.120Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:20:30.142Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:20:30.143Z||pool-25-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-12-02T01:20:31.024Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "serviceName": "basic_onboard_pTVUaV",
  "serviceVersion": "1.0",
  "serviceUUID": "077a9699-3e6c-4452-b798-c262d5206b9c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8d9fa339-5284-4460-852b-81d3a9af1d73",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_pTVUaV 0",
      "resourceCustomizationUUID": "7f5a0687-8a99-4799-b5d3-0b5f05bb658b",
      "resourceName": "basic_onboard_pTVUaV",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f31db14b-5504-48ca-acec-df8e11c00172",
      "resourceInvariantUUID": "fd72f797-8289-42b5-8e34-d2bae60dc757",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ptvuav0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/basic_onboard_ptvuav0_modules.json",
          "artifactChecksum": "NjYxNGI3OGJiOGMzNzIwZmUxMTRmYmYyNjMzM2U5NzU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "45f6a1bc-b030-40bf-88b2-f664f563a127",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2a624268-664e-4fd8-bc26-a43e3bd6b4f3",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "38e6b719-911d-452e-9cb3-b3ab5cdcf7a8",
            "generatedFromUUID": "2a624268-664e-4fd8-bc26-a43e3bd6b4f3"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "38e6b719-911d-452e-9cb3-b3ab5cdcf7a8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardPtvuav-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/artifacts/service-BasicOnboardPtvuav-csar.csar",
      "artifactChecksum": "N2U2NTQzY2Y4ZDViZmJiZTk0ODVkY2IzNWJlMjNjNGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "45e4513c-7a00-4102-8cd1-945c8cd311c6"
    }
  ],
  "workloadContext": "Production"
}
2022-12-02T01:20:31.025Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-02T01:20:31.025Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 077a9699-3e6c-4452-b798-c262d5206b9c ASDC
2022-12-02T01:20:31.026Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:d4cc8308-e515-42ad-b6cd-6a4d7bc32d22
ServiceName:basic_onboard_pTVUaV
ServiceVersion:1.0
ServiceUUID:077a9699-3e6c-4452-b798-c262d5206b9c
ServiceInvariantUUID:8d9fa339-5284-4460-852b-81d3a9af1d73
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardPtvuav-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/artifacts/service-BasicOnboardPtvuav-csar.csar
ArtifactUUID:45e4513c-7a00-4102-8cd1-945c8cd311c6
ArtifactChecksum:N2U2NTQzY2Y4ZDViZmJiZTk0ODVkY2IzNWJlMjNjNGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_pTVUaV 0
ResourceCustomizationUUID:7f5a0687-8a99-4799-b5d3-0b5f05bb658b
ResourceInvariantUUID:fd72f797-8289-42b5-8e34-d2bae60dc757
ResourceName:basic_onboard_pTVUaV
ResourceType:VF
ResourceUUID:f31db14b-5504-48ca-acec-df8e11c00172
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ptvuav0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/basic_onboard_ptvuav0_modules.json
ArtifactUUID:45f6a1bc-b030-40bf-88b2-f664f563a127
ArtifactChecksum:NjYxNGI3OGJiOGMzNzIwZmUxMTRmYmYyNjMzM2U5NzU=
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/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/base_ubuntu18.yaml
ArtifactUUID:2a624268-664e-4fd8-bc26-a43e3bd6b4f3
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/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/base_ubuntu18.env
ArtifactUUID:38e6b719-911d-452e-9cb3-b3ab5cdcf7a8
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/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/base_ubuntu18.env
ArtifactUUID:38e6b719-911d-452e-9cb3-b3ab5cdcf7a8
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-02T01:20:31.026Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 077a9699-3e6c-4452-b798-c262d5206b9c 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-12-02T01:20:31.071Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-02T01:20:31.072Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-12-02T01:20:31.072Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-12-02T01:20:31.077Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 45e4513c-7a00-4102-8cd1-945c8cd311c6 from URL: /sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/artifacts/service-BasicOnboardPtvuav-csar.csar
2022-12-02T01:20:31.077Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-12-02T01:20:31.078Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/artifacts/service-BasicOnboardPtvuav-csar.csar
2022-12-02T01:20:31.137Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-12-02T01:20:31.138Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/artifacts/service-BasicOnboardPtvuav-csar.csar 45e4513c-7a00-4102-8cd1-945c8cd311c6 75673
2022-12-02T01:20:31.138Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/artifacts/service-BasicOnboardPtvuav-csar.csar ASDC sendASDCNotification
2022-12-02T01:20:31.138Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/artifacts/service-BasicOnboardPtvuav-csar.csar
2022-12-02T01:20:31.139Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-02T01:20:31.139Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:20:31.141Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:20:31.141Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944031138,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/artifacts/service-BasicOnboardPtvuav-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:20:31.243Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-02T01:20:31.244Z||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-12-02T01:20:31.245Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:20:31.267Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:20:31.268Z||pool-26-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-12-02T01:20:32.142Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-02T01:20:32.143Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-12-02T01:20:32.144Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 45e4513c-7a00-4102-8cd1-945c8cd311c6, URL: /sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/artifacts/service-BasicOnboardPtvuav-csar.csar to file: /app/ASDC/1/service-BasicOnboardPtvuav-csar.csar
2022-12-02T01:20:32.145Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardPtvuav-csar.csar
2022-12-02T01:20:32.145Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardPtvuav-csar.csar
2022-12-02T01:20:32.146Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardPtvuav-csar.csar
2022-12-02T01:20:32.363Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6260176385151598368/Definitions/service-BasicOnboardPtvuav-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-12-02T01:20:34.201Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-02T01:20:34.202Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-12-02T01:20:34.202Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardPtvuav-csar.csar
2022-12-02T01:20:34.202Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-02T01:20:34.202Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardPtvuav-csar.csar
2022-12-02T01:20:34.203Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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-BasicOnboardPtvuav-csar.csar
2022-12-02T01:20:34.203Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_pTVUaV 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-BasicOnboardPtvuav-csar.csar
2022-12-02T01:20:34.203Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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-BasicOnboardPtvuav-csar.csar
2022-12-02T01:20:34.203Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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-BasicOnboardPtvuav-csar.csar
2022-12-02T01:20:34.203Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardPtvuav-csar.csar
2022-12-02T01:20:34.203Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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-BasicOnboardPtvuav-csar.csar
2022-12-02T01:20:34.203Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-12-02T01:20:34.204Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:20:34.204Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pTVUaV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:20:34.205Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pTVUaV 0 is matching search criteria
2022-12-02T01:20:34.205Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-12-02T01:20:34.205Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_pTVUaV 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-02T01:20:34.206Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:20:34.206Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pTVUaV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:20:34.206Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pTVUaV 0 is matching search criteria
2022-12-02T01:20:34.206Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-12-02T01:20:34.207Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_pTVUaV 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-02T01:20:34.207Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:20:34.207Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pTVUaV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:20:34.207Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:20:34.208Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pTVUaV 0 is not matching search criteria
2022-12-02T01:20:34.208Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-12-02T01:20:34.208Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-12-02T01:20:34.208Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-12-02T01:20:34.208Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-02T01:20:34.209Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-02T01:20:34.209Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:20:34.209Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pTVUaV is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-02T01:20:34.209Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:20:34.210Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pTVUaV 0 is matching search criteria
2022-12-02T01:20:34.210Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_pTVUaV 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T01:20:34.210Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:20:34.210Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pTVUaV 0 is matching search criteria
2022-12-02T01:20:34.210Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_pTVUaV 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T01:20:34.211Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:20:34.211Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pTVUaV 0 is matching search criteria
2022-12-02T01:20:34.211Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_pTVUaV 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T01:20:34.212Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:20:34.212Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pTVUaV 0 is not matching search criteria
2022-12-02T01:20:34.212Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-02T01:20:34.212Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-02T01:20:34.212Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=aed54119-5c35-4591-a5ef-8610841f3ad3
2022-12-02T01:20:34.213Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:20:34.213Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pTVUaV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:20:34.213Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:20:34.213Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pTVUaV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:20:34.214Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:20:34.214Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pTVUaV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:20:34.214Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:20:34.214Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pTVUaV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:20:34.214Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_pTVUaV
Description:service
Model UUID:077a9699-3e6c-4452-b798-c262d5206b9c
Model Version:NULL
Model InvariantUuid:8d9fa339-5284-4460-852b-81d3a9af1d73
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_pTVUaV
Model UUID:294dd2e6-6730-41f3-af8b-0742a0ec03fb
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fd72f797-8289-42b5-8e34-d2bae60dc757
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7f5a0687-8a99-4799-b5d3-0b5f05bb658b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4b26bcc2-b1f9-4b6a-8919-7e1748efbbb5
ModelName:BasicOnboardPtvuav..base_ubuntu18..module-0
ModelUuid:22e81d00-b06c-433a-bdfd-e9341fb4b778
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:aed54119-5c35-4591-a5ef-8610841f3ad3
ModelInvariantUuid:dcbb5665-e6ee-43fa-b1df-5ac0e2bd7745
ModelName:basic_onboard_pTVUaV-nodes.ubuntu18Cvfc
ModelUuid:376c812a-640b-4197-901a-44ff97383ed8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:b69d7b81-7dbc-4f7e-aead-80b399037c07
ModelInvariantUuid:65ae3194-2927-4664-90c3-1e761c27a7db
ModelName:BasicOnboardPtvuav.compute.nodes.heat.ubuntu18
ModelUuid:54f04ff8-a84e-43e1-8c66-2e64d3737e5c
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-12-02T01:20:34.225Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: f31db14b-5504-48ca-acec-df8e11c00172
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-12-02T01:20:34.232Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||basic_onboard_pTVUaV 0
2022-12-02T01:20:34.232Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f31db14b-5504-48ca-acec-df8e11c00172
2022-12-02T01:20:34.232Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 45f6a1bc-b030-40bf-88b2-f664f563a127 from URL: /sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/basic_onboard_ptvuav0_modules.json
2022-12-02T01:20:34.232Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-12-02T01:20:34.232Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/basic_onboard_ptvuav0_modules.json
2022-12-02T01:20:34.296Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-12-02T01:20:34.297Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/basic_onboard_ptvuav0_modules.json 45f6a1bc-b030-40bf-88b2-f664f563a127 798
2022-12-02T01:20:34.297Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/basic_onboard_ptvuav0_modules.json ASDC sendASDCNotification
2022-12-02T01:20:34.298Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/basic_onboard_ptvuav0_modules.json
2022-12-02T01:20:34.298Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-02T01:20:34.298Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:20:34.300Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:20:34.301Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944034297,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/basic_onboard_ptvuav0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:20:34.401Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T01:20:34.402Z||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-12-02T01:20:34.402Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:20:34.421Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:20:34.422Z||pool-27-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-12-02T01:20:35.302Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardPtvuav..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "4b26bcc2-b1f9-4b6a-8919-7e1748efbbb5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "22e81d00-b06c-433a-bdfd-e9341fb4b778",
    "vfModuleModelCustomizationUUID": "e3639e5c-17c1-4af1-a91a-7de3681e23e3",
    "isBase": true,
    "artifacts": [
      "2a624268-664e-4fd8-bc26-a43e3bd6b4f3",
      "38e6b719-911d-452e-9cb3-b3ab5cdcf7a8"
    ],
    "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-12-02T01:20:35.308Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPtvuav..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:22e81d00-b06c-433a-bdfd-e9341fb4b778
VfModuleModelInvariantUUID:4b26bcc2-b1f9-4b6a-8919-7e1748efbbb5
VfModuleModelDescription:NULL
Artifacts UUID List:{
2a624268-664e-4fd8-bc26-a43e3bd6b4f3
,
38e6b719-911d-452e-9cb3-b3ab5cdcf7a8

}
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-12-02T01:20:35.312Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardPtvuav..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "4b26bcc2-b1f9-4b6a-8919-7e1748efbbb5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "22e81d00-b06c-433a-bdfd-e9341fb4b778",
    "vfModuleModelCustomizationUUID": "e3639e5c-17c1-4af1-a91a-7de3681e23e3",
    "isBase": true,
    "artifacts": [
      "2a624268-664e-4fd8-bc26-a43e3bd6b4f3",
      "38e6b719-911d-452e-9cb3-b3ab5cdcf7a8"
    ],
    "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-12-02T01:20:35.312Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPtvuav..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:22e81d00-b06c-433a-bdfd-e9341fb4b778
VfModuleModelInvariantUUID:4b26bcc2-b1f9-4b6a-8919-7e1748efbbb5
VfModuleModelDescription:NULL
Artifacts UUID List:{
2a624268-664e-4fd8-bc26-a43e3bd6b4f3
,
38e6b719-911d-452e-9cb3-b3ab5cdcf7a8

}
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-12-02T01:20:35.313Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 2a624268-664e-4fd8-bc26-a43e3bd6b4f3 from URL: /sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/base_ubuntu18.yaml
2022-12-02T01:20:35.313Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-12-02T01:20:35.313Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/base_ubuntu18.yaml
2022-12-02T01:20:35.372Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-12-02T01:20:35.372Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/base_ubuntu18.yaml 2a624268-664e-4fd8-bc26-a43e3bd6b4f3 5033
2022-12-02T01:20:35.373Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-02T01:20:35.373Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/base_ubuntu18.yaml
2022-12-02T01:20:35.373Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-02T01:20:35.373Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:20:35.375Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:20:35.376Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944035373,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:20:35.476Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T01:20:35.478Z||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-12-02T01:20:35.478Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:20:35.497Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:20:35.498Z||pool-28-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-12-02T01:20:36.377Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 38e6b719-911d-452e-9cb3-b3ab5cdcf7a8 from URL: /sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/base_ubuntu18.env
2022-12-02T01:20:36.379Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-12-02T01:20:36.379Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/base_ubuntu18.env
2022-12-02T01:20:36.442Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-12-02T01:20:36.443Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/base_ubuntu18.env 38e6b719-911d-452e-9cb3-b3ab5cdcf7a8 909
2022-12-02T01:20:36.444Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-02T01:20:36.444Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/base_ubuntu18.env
2022-12-02T01:20:36.445Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-02T01:20:36.445Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:20:36.449Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:20:36.449Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944036444,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:20:36.548Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-02T01:20:36.549Z||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-12-02T01:20:36.550Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:20:36.568Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:20:36.569Z||pool-29-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-12-02T01:20:37.451Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 077a9699-3e6c-4452-b798-c262d5206b9c
2022-12-02T01:20:37.453Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_pTVUaV 0 f31db14b-5504-48ca-acec-df8e11c00172 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-12-02T01:20:37.494Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5ff44f15, org.onap.sdc.toscaparser.api.parameters.Input@4404e60b, org.onap.sdc.toscaparser.api.parameters.Input@319ee691, org.onap.sdc.toscaparser.api.parameters.Input@53d42072, org.onap.sdc.toscaparser.api.parameters.Input@2e2551fa]
2022-12-02T01:20:37.496Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:20:37.503Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pTVUaV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:20:37.504Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-12-02T01:20:37.504Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 7f5a0687-8a99-4799-b5d3-0b5f05bb658b
2022-12-02T01:20:37.504Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7f5a0687-8a99-4799-b5d3-0b5f05bb658b matches Tosca VF Customization UUID: 7f5a0687-8a99-4799-b5d3-0b5f05bb658b
2022-12-02T01:20:37.505Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 7f5a0687-8a99-4799-b5d3-0b5f05bb658b  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-12-02T01:20:37.511Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:20:37.512Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pTVUaV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:20:37.514Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 7f5a0687-8a99-4799-b5d3-0b5f05bb658b: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-02T01:20:37.514Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@793b757b
2022-12-02T01:20:37.515Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:20:37.515Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pTVUaV is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-02T01:20:37.515Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e3639e5c-17c1-4af1-a91a-7de3681e23e3
2022-12-02T01:20:37.516Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e3639e5c-17c1-4af1-a91a-7de3681e23e3
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-12-02T01:20:37.526Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:20:37.526Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pTVUaV 0 is matching search criteria
2022-12-02T01:20:37.526Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_pTVUaV 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T01:20:37.527Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:20:37.527Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pTVUaV 0 is matching search criteria
2022-12-02T01:20:37.527Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_pTVUaV 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T01:20:37.528Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:20:37.528Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pTVUaV 0 is not matching search criteria
2022-12-02T01:20:37.528Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-02T01:20:37.528Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-02T01:20:37.528Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=aed54119-5c35-4591-a5ef-8610841f3ad3
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-12-02T01:20:37.536Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:20:37.537Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pTVUaV 0 is matching search criteria
2022-12-02T01:20:37.538Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_pTVUaV 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T01:20:37.538Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:20:37.538Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pTVUaV 0 is matching search criteria
2022-12-02T01:20:37.539Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_pTVUaV 0] matching following query criteria: sdcType=VF, customizationUUID=7f5a0687-8a99-4799-b5d3-0b5f05bb658b
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-12-02T01:20:37.542Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:20:37.542Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pTVUaV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:20:37.543Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 077a9699-3e6c-4452-b798-c262d5206b9c: basic_onboard_pTVUaV
2022-12-02T01:20:37.543Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:20:37.544Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pTVUaV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:20:37.544Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:20:37.545Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pTVUaV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:20:37.545Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:20:37.545Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pTVUaV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:20:37.545Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:20:37.546Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pTVUaV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:20:37.546Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:20:37.547Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pTVUaV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:20:37.547Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_pTVUaV 
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-12-02T01:20:37.729Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_pTVUaV f31db14b-5504-48ca-acec-df8e11c00172 1 ASDC deployResourceStructure
2022-12-02T01:20:37.730Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/basic_onboard_ptvuav0_modules.json ASDC sendASDCNotification
2022-12-02T01:20:37.730Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/basic_onboard_ptvuav0_modules.json
2022-12-02T01:20:37.731Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-02T01:20:37.731Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:20:37.735Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:20:37.735Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944037730,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/basic_onboard_ptvuav0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-02T01:20:37.835Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T01:20:37.837Z||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-12-02T01:20:37.837Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:20:37.854Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:20:37.855Z||pool-30-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-02T01:20:38.737Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-02T01:20:38.737Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/base_ubuntu18.yaml
2022-12-02T01:20:38.738Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-02T01:20:38.738Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:20:38.743Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:20:38.743Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944038737,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-12-02T01:20:38.842Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-02T01:20:38.843Z||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-12-02T01:20:38.843Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:20:38.860Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:20:38.861Z||pool-31-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-12-02T01:20:39.744Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-02T01:20:39.745Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/base_ubuntu18.env
2022-12-02T01:20:39.745Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-02T01:20:39.746Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:20:39.749Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:20:39.749Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944039744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-12-02T01:20:39.849Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T01:20:39.850Z||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-12-02T01:20:39.850Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:20:39.872Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:20:39.873Z||pool-32-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-12-02T01:20:40.751Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/artifacts/service-BasicOnboardPtvuav-csar.csar ASDC sendASDCNotification
2022-12-02T01:20:40.752Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/artifacts/service-BasicOnboardPtvuav-csar.csar
2022-12-02T01:20:40.752Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-02T01:20:40.753Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:20:40.758Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:20:40.759Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944040750,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/artifacts/service-BasicOnboardPtvuav-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T01:20:40.857Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-02T01:20:40.859Z||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-12-02T01:20:40.859Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:20:40.880Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:20:40.881Z||pool-33-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-12-02T01:20:41.760Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4cc8308-e515-42ad-b6cd-6a4d7bc32d22
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-12-02T01:20:41.783Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4cc8308-e515-42ad-b6cd-6a4d7bc32d22
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-12-02T01:20:41.791Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-02T01:20:41.792Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-02T01:20:41.792Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-02T01:20:41.792Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-02T01:20:41.792Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T01:20:41.793Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T01:20:41.793Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T01:20:41.793Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T01:20:41.793Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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-12-02T01:20:41.812Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-02T01:21:11.813Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d4cc8308-e515-42ad-b6cd-6a4d7bc32d22 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-12-02T01:21:11.851Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d4cc8308-e515-42ad-b6cd-6a4d7bc32d22 and serviceModelVersionId: 077a9699-3e6c-4452-b798-c262d5206b9c
2022-12-02T01:21:11.854Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8d9fa339-5284-4460-852b-81d3a9af1d73
2022-12-02T01:21:11.856Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8d9fa339-5284-4460-852b-81d3a9af1d73/model-vers/model-ver/077a9699-3e6c-4452-b798-c262d5206b9c?depth=0
2022-12-02T01:21:11.864Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-12-02T01:21:11.952Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8d9fa339-5284-4460-852b-81d3a9af1d73/model-vers/model-ver/077a9699-3e6c-4452-b798-c262d5206b9c?depth=0|INFO|500||Invoke
2022-12-02T01:21:11.956Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8d9fa339-5284-4460-852b-81d3a9af1d73/model-vers/model-ver/077a9699-3e6c-4452-b798-c262d5206b9c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8d9fa339-5284-4460-852b-81d3a9af1d73/model-vers/model-ver/077a9699-3e6c-4452-b798-c262d5206b9c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d4cc8308-e515-42ad-b6cd-6a4d7bc32d22], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3997c381-4741-4798-908d-951b6464f48f], X-ECOMP-RequestID=[d4cc8308-e515-42ad-b6cd-6a4d7bc32d22], X-TransactionId=[], X-ONAP-RequestID=[d4cc8308-e515-42ad-b6cd-6a4d7bc32d22], Content-Type=[application/merge-patch+json]}
2022-12-02T01:21:11.971Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8d9fa339-5284-4460-852b-81d3a9af1d73/model-vers/model-ver/077a9699-3e6c-4452-b798-c262d5206b9c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-02T01:21:12.164Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8d9fa339-5284-4460-852b-81d3a9af1d73/model-vers/model-ver/077a9699-3e6c-4452-b798-c262d5206b9c?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/8d9fa339-5284-4460-852b-81d3a9af1d73/model-vers/model-ver/077a9699-3e6c-4452-b798-c262d5206b9c?depth=0 has http status code:200 and response headers:{date=[Fri, 02 Dec 2022 01:21:11 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[163], vertex-id=[167968], x-aai-txid=[2-aai-resources-221202-01:21:11:302-76744], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-02T01:21:12.164Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8d9fa339-5284-4460-852b-81d3a9af1d73/model-vers/model-ver/077a9699-3e6c-4452-b798-c262d5206b9c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-02T01:21:12.165Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8d9fa339-5284-4460-852b-81d3a9af1d73/model-vers/model-ver/077a9699-3e6c-4452-b798-c262d5206b9c?depth=0|INFO|500||InvokeReturn
2022-12-02T01:21:12.165Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-02T01:21:12.166Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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-12-02T01:21:12.177Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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-12-02T01:21:12.178Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d4cc8308-e515-42ad-b6cd-6a4d7bc32d22 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-02T01:21:12.178Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-02T01:21:12.178Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:21:12.181Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:21:12.181Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944072178,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-02T01:21:12.282Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T01:21:12.283Z||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-12-02T01:21:12.283Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:21:12.348Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:21:12.351Z||pool-34-thread-1|||||INFO|500||cambria reply ok (69 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-12-02T01:21:23.297Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:21:23.298Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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-12-02T01:21:23.299Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:21:23.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:21:23.354Z||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-12-02T01:21:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:21:23.488Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:21:23.489Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-02T01:21:23.489Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944023298,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:21:23.490Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:21:32.889Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:22:23.298Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:22:23.299Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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-12-02T01:22:23.299Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:22:23.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:22:23.354Z||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-12-02T01:22:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:22:23.897Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:22:23.898Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T01:22:23.899Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944023298,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/basic_onboard_ptvuav0_modules.json",
  "status": "NOTIFIED"
}
2022-12-02T01:22:23.900Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:22:23.900Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T01:22:23.901Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944023298,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-12-02T01:22:23.901Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:22:23.901Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T01:22:23.901Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944023298,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:22:23.901Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:22:23.901Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T01:22:23.901Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944023298,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-12-02T01:22:23.902Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:22:23.903Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T01:22:23.903Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944023298,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/artifacts/service-BasicOnboardPtvuav-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:22:23.903Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:22:23.903Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T01:22:23.903Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944023298,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/artifacts/service-BasicOnboardPtvuav-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T01:22:23.903Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:22:23.903Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T01:22:23.904Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944031138,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/artifacts/service-BasicOnboardPtvuav-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:22:23.904Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:22:23.904Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T01:22:23.904Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944034297,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/basic_onboard_ptvuav0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:22:23.904Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:22:23.904Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T01:22:23.905Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944035373,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:22:23.905Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:22:23.905Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T01:22:23.905Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944036444,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:22:23.905Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:22:23.905Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T01:22:23.907Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944037730,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/basic_onboard_ptvuav0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-02T01:22:23.907Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:22:23.907Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T01:22:23.907Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944038737,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-12-02T01:22:23.908Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:22:23.908Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T01:22:23.908Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944039744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/resourceInstances/basic_onboard_ptvuav0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-12-02T01:22:23.908Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:22:23.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T01:22:23.912Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944040750,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtvuav/1.0/artifacts/service-BasicOnboardPtvuav-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T01:22:23.913Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:22:23.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T01:22:23.913Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4cc8308-e515-42ad-b6cd-6a4d7bc32d22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944072178,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-02T01:22:23.913Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:22:32.864Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:23:23.297Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:23:23.299Z||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-12-02T01:23:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:23:23.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:23:23.354Z||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-12-02T01:23:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:23:32.894Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:23:32.962Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:24:23.298Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:24:23.299Z||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-12-02T01:24:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:24:23.355Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:24:23.356Z||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-12-02T01:24:23.356Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:24:24.018Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:24:24.019Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T01:24:24.019Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"f224aae9-0fd2-4d56-ad6d-05fb0d938474","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"252ede3b-4779-4c2b-ab9d-9c29f1a18d72","serviceDescription":"service","serviceInvariantUUID":"240e5f0d-be02-4441-92f0-b76c38d4a898","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"3d1c5e8d-8bc5-45c0-9053-e6f230d3f721","resourceInvariantUUID":"17df3878-6dc7-4354-a83e-8657d9c9deb6","resourceCustomizationUUID":"654fa912-2bcc-402a-bc27-aefdadbecaf4","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":"ZDM0MjMyYWExZDgyMDAxN2ZkOWE1MmY3MzVjNDEzZjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f75443f0-4ee9-4d23-bbb1-a849b6502a58","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"Y2ViMGEzNjAyNDJkY2UzNjE3OTQxZDYzZDIwYzRiN2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c73e65f3-2ff5-4332-a85a-1760e5e4e7ef","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-02T01:24:24.040Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T01:24:24.042Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:24:24.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:24:24.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f224aae9-0fd2-4d56-ad6d-05fb0d938474",
  "consumerID": "aai-model-loader",
  "timestamp": 1669944203456,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:24:24.045Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:24:24.046Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:24:24.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:24:24.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f224aae9-0fd2-4d56-ad6d-05fb0d938474",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669944213595,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:24:24.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:24:24.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:24:24.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f224aae9-0fd2-4d56-ad6d-05fb0d938474",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669944208308,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:24:24.048Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:24:24.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:24:24.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f224aae9-0fd2-4d56-ad6d-05fb0d938474",
  "consumerID": "policy-id",
  "timestamp": 1669944215496,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:24:24.049Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:24:24.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:24:24.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f224aae9-0fd2-4d56-ad6d-05fb0d938474",
  "consumerID": "aai-model-loader",
  "timestamp": 1669944203456,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T01:24:24.050Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:24:24.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:24:24.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f224aae9-0fd2-4d56-ad6d-05fb0d938474",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669944213595,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T01:24:24.051Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:24:24.051Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:24:24.051Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f224aae9-0fd2-4d56-ad6d-05fb0d938474",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669944208308,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T01:24:24.052Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:24:24.052Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:24:24.053Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f224aae9-0fd2-4d56-ad6d-05fb0d938474",
  "consumerID": "policy-id",
  "timestamp": 1669944215496,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T01:24:24.053Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:24:24.053Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:24:24.053Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f224aae9-0fd2-4d56-ad6d-05fb0d938474",
  "consumerID": "aai-model-loader",
  "timestamp": 1669944220445,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:24:24.054Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:24:24.054Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:24:24.054Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f224aae9-0fd2-4d56-ad6d-05fb0d938474",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669944219877,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:24:24.055Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:24:24.055Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:24:24.055Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f224aae9-0fd2-4d56-ad6d-05fb0d938474",
  "consumerID": "policy-id",
  "timestamp": 1669944221315,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:24:24.056Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:24:24.056Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:24:24.056Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f224aae9-0fd2-4d56-ad6d-05fb0d938474",
  "consumerID": "policy-id",
  "timestamp": 1669944222322,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T01:24:24.057Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:24:24.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:24:24.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f224aae9-0fd2-4d56-ad6d-05fb0d938474",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669944221607,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T01:24:24.058Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:24:24.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:24:24.058Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f224aae9-0fd2-4d56-ad6d-05fb0d938474",
  "consumerID": "policy-id",
  "timestamp": 1669944223327,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2022-12-02T01:24:24.073Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:24:24.073Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f224aae9-0fd2-4d56-ad6d-05fb0d938474",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944263298,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-02T01:24:24.159Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 85 ms
2022-12-02T01:24:24.160Z||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-12-02T01:24:24.161Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:24:24.175Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f224aae9-0fd2-4d56-ad6d-05fb0d938474
2022-12-02T01:24:24.176Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f224aae9-0fd2-4d56-ad6d-05fb0d938474 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-12-02T01:24:24.217Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:24:24.221Z||pool-35-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":0,"count":1}
2022-12-02T01:24:24.217Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:24:24.222Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f224aae9-0fd2-4d56-ad6d-05fb0d938474",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669944222614,
  "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-12-02T01:24:24.243Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f224aae9-0fd2-4d56-ad6d-05fb0d938474
2022-12-02T01:24:24.244Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f224aae9-0fd2-4d56-ad6d-05fb0d938474 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-12-02T01:24:24.264Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:24:24.264Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f224aae9-0fd2-4d56-ad6d-05fb0d938474",
  "consumerID": "cds",
  "timestamp": 1669944223716,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:24:24.265Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:24:24.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:24:24.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f224aae9-0fd2-4d56-ad6d-05fb0d938474",
  "consumerID": "aai-model-loader",
  "timestamp": 1669944224264,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T01:24:24.266Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:24:24.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:24:24.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f224aae9-0fd2-4d56-ad6d-05fb0d938474",
  "consumerID": "cds",
  "timestamp": 1669944223716,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T01:24:24.266Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:24:24.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:24:24.267Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f224aae9-0fd2-4d56-ad6d-05fb0d938474",
  "consumerID": "aai-model-loader",
  "timestamp": 1669944225267,
  "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-12-02T01:24:24.276Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f224aae9-0fd2-4d56-ad6d-05fb0d938474
2022-12-02T01:24:24.277Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f224aae9-0fd2-4d56-ad6d-05fb0d938474 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-12-02T01:24:24.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T01:24:24.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f224aae9-0fd2-4d56-ad6d-05fb0d938474",
  "consumerID": "cds",
  "timestamp": 1669944226577,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:24:24.299Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:24:25.074Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T01:24:25.074Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:24:25.077Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:24:25.077Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f224aae9-0fd2-4d56-ad6d-05fb0d938474",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944263298,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T01:24:25.177Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-02T01:24:25.178Z||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-12-02T01:24:25.178Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:24:25.199Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:24:25.200Z||pool-36-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-12-02T01:24:26.079Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "f224aae9-0fd2-4d56-ad6d-05fb0d938474",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "252ede3b-4779-4c2b-ab9d-9c29f1a18d72",
  "serviceDescription": "service",
  "serviceInvariantUUID": "240e5f0d-be02-4441-92f0-b76c38d4a898",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "654fa912-2bcc-402a-bc27-aefdadbecaf4",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "3d1c5e8d-8bc5-45c0-9053-e6f230d3f721",
      "resourceInvariantUUID": "17df3878-6dc7-4354-a83e-8657d9c9deb6",
      "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": "Y2ViMGEzNjAyNDJkY2UzNjE3OTQxZDYzZDIwYzRiN2M\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c73e65f3-2ff5-4332-a85a-1760e5e4e7ef"
    }
  ],
  "workloadContext": "Production"
}
2022-12-02T01:24:26.079Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-02T01:24:26.079Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 252ede3b-4779-4c2b-ab9d-9c29f1a18d72 ASDC
2022-12-02T01:24:26.080Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:f224aae9-0fd2-4d56-ad6d-05fb0d938474
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:252ede3b-4779-4c2b-ab9d-9c29f1a18d72
ServiceInvariantUUID:240e5f0d-be02-4441-92f0-b76c38d4a898
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:c73e65f3-2ff5-4332-a85a-1760e5e4e7ef
ArtifactChecksum:Y2ViMGEzNjAyNDJkY2UzNjE3OTQxZDYzZDIwYzRiN2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:654fa912-2bcc-402a-bc27-aefdadbecaf4
ResourceInvariantUUID:17df3878-6dc7-4354-a83e-8657d9c9deb6
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:3d1c5e8d-8bc5-45c0-9053-e6f230d3f721
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-12-02T01:24:26.080Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 252ede3b-4779-4c2b-ab9d-9c29f1a18d72 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-12-02T01:24:26.116Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-02T01:24:26.117Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-02T01:24:26.117Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-02T01:24:26.117Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c73e65f3-2ff5-4332-a85a-1760e5e4e7ef from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-02T01:24:26.117Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-02T01:24:26.118Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-02T01:24:26.179Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-02T01:24:26.180Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar c73e65f3-2ff5-4332-a85a-1760e5e4e7ef 57784
2022-12-02T01:24:26.180Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-12-02T01:24:26.181Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-02T01:24:26.181Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-02T01:24:26.181Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:24:26.184Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:24:26.184Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f224aae9-0fd2-4d56-ad6d-05fb0d938474",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944266180,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:24:26.284Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T01:24:26.286Z||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-12-02T01:24:26.287Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:24:26.322Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:24:26.323Z||pool-37-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-12-02T01:24:27.187Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-02T01:24:27.187Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-02T01:24:27.188Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: c73e65f3-2ff5-4332-a85a-1760e5e4e7ef, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-02T01:24:27.188Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-12-02T01:24:27.189Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-02T01:24:27.190Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-02T01:24:27.403Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14832885655187720637/Definitions/service-BasicNetwork-template.yml
2022-12-02T01:24:28.061Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-02T01:24:28.062Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-02T01:24:28.062Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-02T01:24:28.062Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-12-02T01:24:28.062Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||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-12-02T01:24:28.062Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||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-12-02T01:24:28.062Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||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-12-02T01:24:28.062Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||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-12-02T01:24:28.062Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||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-12-02T01:24:28.063Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||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-12-02T01:24:28.063Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||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-12-02T01:24:28.063Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||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-12-02T01:24:28.063Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-02T01:24:28.064Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:24:28.064Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:24:28.064Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-02T01:24:28.064Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-02T01:24:28.064Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-02T01:24:28.065Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:24:28.065Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:24:28.065Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-02T01:24:28.065Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-02T01:24:28.065Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-02T01:24:28.066Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:24:28.066Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:24:28.066Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:24:28.066Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:24:28.067Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:24:28.067Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:24:28.067Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:24:28.067Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:24:28.067Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:24:28.067Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:24:28.068Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:252ede3b-4779-4c2b-ab9d-9c29f1a18d72
Model Version:NULL
Model InvariantUuid:240e5f0d-be02-4441-92f0-b76c38d4a898
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:17df3878-6dc7-4354-a83e-8657d9c9deb6
Model UUID:662d6ad9-80f8-442a-b47d-b8c7d2e42a93
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:654fa912-2bcc-402a-bc27-aefdadbecaf4
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-12-02T01:24:28.086Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: 3d1c5e8d-8bc5-45c0-9053-e6f230d3f721
2022-12-02T01:24:28.086Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||INFO|500||No resources found for Service: 252ede3b-4779-4c2b-ab9d-9c29f1a18d72
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-12-02T01:24:28.100Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||INFO|500||
2022-12-02T01:24:28.101Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-12-02T01:24:28.102Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 252ede3b-4779-4c2b-ab9d-9c29f1a18d72
2022-12-02T01:24:28.102Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 252ede3b-4779-4c2b-ab9d-9c29f1a18d72
2022-12-02T01:24:28.102Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-12-02T01:24:28.102Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||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-12-02T01:24:28.111Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@655f3006, org.onap.sdc.toscaparser.api.parameters.Input@5b9d5fb9, org.onap.sdc.toscaparser.api.parameters.Input@c2ebfde, org.onap.sdc.toscaparser.api.parameters.Input@424c7850, org.onap.sdc.toscaparser.api.parameters.Input@5e8fbf1f]
2022-12-02T01:24:28.113Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:24:28.113Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:24:28.113Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:24:28.114Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:24:28.114Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 252ede3b-4779-4c2b-ab9d-9c29f1a18d72: Generic NeutronNet
2022-12-02T01:24:28.114Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:24:28.114Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:24:28.115Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:24:28.115Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||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-12-02T01:24:28.173Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:24:28.174Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:24:28.174Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:24:28.174Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:24:28.175Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:24:28.175Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:24:28.175Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||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-12-02T01:24:28.338Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-12-02T01:24:28.341Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-12-02T01:24:28.342Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-02T01:24:28.342Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-02T01:24:28.343Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:24:28.345Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:24:28.346Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f224aae9-0fd2-4d56-ad6d-05fb0d938474",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944268341,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T01:24:28.447Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-02T01:24:28.449Z||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-12-02T01:24:28.449Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:24:28.468Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:24:28.469Z||pool-38-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-12-02T01:24:29.346Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f224aae9-0fd2-4d56-ad6d-05fb0d938474
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-12-02T01:24:29.367Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f224aae9-0fd2-4d56-ad6d-05fb0d938474
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-12-02T01:24:29.373Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-02T01:24:29.374Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-02T01:24:29.374Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-02T01:24:29.374Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-02T01:24:29.374Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T01:24:29.374Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T01:24:29.374Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T01:24:29.375Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T01:24:29.375Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||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-12-02T01:24:29.392Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-02T01:24:59.392Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f224aae9-0fd2-4d56-ad6d-05fb0d938474 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-12-02T01:24:59.402Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f224aae9-0fd2-4d56-ad6d-05fb0d938474 and serviceModelVersionId: 252ede3b-4779-4c2b-ab9d-9c29f1a18d72
2022-12-02T01:24:59.403Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 240e5f0d-be02-4441-92f0-b76c38d4a898
2022-12-02T01:24:59.404Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/240e5f0d-be02-4441-92f0-b76c38d4a898/model-vers/model-ver/252ede3b-4779-4c2b-ab9d-9c29f1a18d72?depth=0
2022-12-02T01:24:59.409Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-12-02T01:24:59.449Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/240e5f0d-be02-4441-92f0-b76c38d4a898/model-vers/model-ver/252ede3b-4779-4c2b-ab9d-9c29f1a18d72?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-12-02T01:24:59.450Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/240e5f0d-be02-4441-92f0-b76c38d4a898/model-vers/model-ver/252ede3b-4779-4c2b-ab9d-9c29f1a18d72?depth=0|INFO|500||Invoke
2022-12-02T01:24:59.456Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/240e5f0d-be02-4441-92f0-b76c38d4a898/model-vers/model-ver/252ede3b-4779-4c2b-ab9d-9c29f1a18d72?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-02T01:24:59.567Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/240e5f0d-be02-4441-92f0-b76c38d4a898/model-vers/model-ver/252ede3b-4779-4c2b-ab9d-9c29f1a18d72?depth=0|INFO|500||InvokeReturn
2022-12-02T01:24:59.568Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/240e5f0d-be02-4441-92f0-b76c38d4a898/model-vers/model-ver/252ede3b-4779-4c2b-ab9d-9c29f1a18d72?depth=0 has http status code:200 and response headers:{date=[Fri, 02 Dec 2022 01:24:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[106], vertex-id=[164048], x-aai-txid=[2-aai-resources-221202-01:24:58:773-95374], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-02T01:24:59.568Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-12-02T01:24:59.568Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-02T01:24:59.568Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||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-12-02T01:24:59.578Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||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-12-02T01:24:59.578Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f224aae9-0fd2-4d56-ad6d-05fb0d938474 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-02T01:24:59.579Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-02T01:24:59.579Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:24:59.582Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:24:59.582Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f224aae9-0fd2-4d56-ad6d-05fb0d938474",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944299578,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-02T01:24:59.682Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T01:24:59.683Z||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-12-02T01:24:59.683Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:24:59.720Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:24:59.721Z||pool-39-thread-1|||||INFO|500||cambria reply ok (39 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-12-02T01:25:23.297Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:25:23.298Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|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-12-02T01:25:23.299Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:25:23.353Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:25:23.354Z||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-12-02T01:25:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:25:23.523Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:25:23.525Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:25:23.525Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f224aae9-0fd2-4d56-ad6d-05fb0d938474",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944263298,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:25:23.526Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:25:23.964Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:25:23.968Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T01:25:23.968Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3","serviceName":"Demo_pNF_arDzkrK4VuqX4slAXDUn","serviceVersion":"1.0","serviceUUID":"318bd3c6-e0fe-4654-8676-8578636c275e","serviceDescription":"catalog service description","serviceInvariantUUID":"2574eb34-4066-40aa-a040-c49a77f35d2f","resources":[{"resourceInstanceName":"pNF baf8bcea-5d83 0","resourceName":"pNF baf8bcea-5d83","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ed3f2ba2-51f7-4cce-8e24-a3af9847e89a","resourceInvariantUUID":"fbe22afb-3764-437c-892f-5feb11367380","resourceCustomizationUUID":"cc9821b2-8940-4b54-bd0a-285ad99a7a4b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/resourceInstances/pnfbaf8bcea5d830/artifacts/vf-license-model.xml","artifactChecksum":"NDJiMWM3NjMxYWE5Zjk4ZWVjZDc4NTRiMjI5ZTk1ODE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"56f70cf0-6dee-48c2-9a57-649ca6670b18","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/resourceInstances/pnfbaf8bcea5d830/artifacts/pNF.csar","artifactChecksum":"NDhlNDEyZDI5MTYzMGIzNjNkMmIyM2U0NDA0Zjk2M2M\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8c584b0d-ff45-47b2-982a-841dadf9f22d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/resourceInstances/pnfbaf8bcea5d830/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5de02855-0da5-47ec-9e73-05a422b06560","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/resourceInstances/pnfbaf8bcea5d830/artifacts/vendor-license-model.xml","artifactChecksum":"ZTE4NTc5YWQ4MDkwMGM5NDBlMTkwODlkOTE2N2ZmM2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b13792e5-8f99-49b4-81fb-140c1ab128b1","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/resourceInstances/pnfbaf8bcea5d830/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3e48a31d-04e9-4dff-afb2-8b0159a66692","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/resourceInstances/pnfbaf8bcea5d830/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"430791d7-62f6-4c3d-957f-d717cee746d0","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfArdzkrk4vuqx4slaxdun-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/artifacts/service-DemoPnfArdzkrk4vuqx4slaxdun-template.yml","artifactChecksum":"NzMxNzAzOTUzODQzYzMzNTVjZGQzMjA5YjdkOGFkMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"64c3036d-cb06-470c-a580-8e9dee8a84da","artifactVersion":"1"},{"artifactName":"service-DemoPnfArdzkrk4vuqx4slaxdun-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/artifacts/service-DemoPnfArdzkrk4vuqx4slaxdun-csar.csar","artifactChecksum":"ODEzYjY5NmJjZmU1ZjcyNTU4MDMxNmNhOGFiMzliM2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7f9798f7-ad91-485a-a61d-399624c28270","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-02T01:25:23.974Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T01:25:23.974Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:25:23.979Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:25:23.979Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944323297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/resourceInstances/pnfbaf8bcea5d830/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:25:24.079Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T01:25:24.082Z||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-12-02T01:25:24.082Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:25:24.106Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:25:24.107Z||pool-40-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-12-02T01:25:24.979Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T01:25:24.980Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:25:24.983Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:25:24.984Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944323297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/resourceInstances/pnfbaf8bcea5d830/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:25:25.084Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T01:25:25.086Z||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-12-02T01:25:25.086Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:25:25.121Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:25:25.122Z||pool-41-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-12-02T01:25:25.987Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T01:25:25.988Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:25:25.991Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:25:25.992Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944323297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/resourceInstances/pnfbaf8bcea5d830/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:25:26.094Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-02T01:25:26.095Z||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-12-02T01:25:26.095Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:25:26.186Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:25:26.187Z||pool-42-thread-1|||||INFO|500||cambria reply ok (93 ms):{"serverTimeMs":0,"count":1}
2022-12-02T01:25:26.994Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T01:25:26.995Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:25:26.997Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:25:27.005Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944323297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/resourceInstances/pnfbaf8bcea5d830/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:25:27.105Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T01:25:27.110Z||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-12-02T01:25:27.110Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:25:27.145Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:25:27.146Z||pool-43-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-12-02T01:25:28.006Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T01:25:28.007Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:25:28.010Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:25:28.010Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944323297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/resourceInstances/pnfbaf8bcea5d830/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:25:28.114Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-12-02T01:25:28.115Z||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-12-02T01:25:28.115Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:25:28.134Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:25:28.135Z||pool-44-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-02T01:25:29.011Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T01:25:29.018Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:25:29.029Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:25:29.030Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944323297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/resourceInstances/pnfbaf8bcea5d830/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:25:29.133Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-02T01:25:29.134Z||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-12-02T01:25:29.134Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:25:29.161Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:25:29.162Z||pool-45-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-12-02T01:25:30.031Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T01:25:30.033Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:25:30.036Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:25:30.037Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944323297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/artifacts/service-DemoPnfArdzkrk4vuqx4slaxdun-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:25:30.136Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-02T01:25:30.137Z||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-12-02T01:25:30.138Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:25:30.168Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:25:30.169Z||pool-46-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-12-02T01:25:31.038Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T01:25:31.039Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:25:31.041Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:25:31.042Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944323297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/artifacts/service-DemoPnfArdzkrk4vuqx4slaxdun-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T01:25:31.146Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-12-02T01:25:31.147Z||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-12-02T01:25:31.147Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:25:31.169Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:25:31.170Z||pool-47-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-12-02T01:25:32.045Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "serviceName": "Demo_pNF_arDzkrK4VuqX4slAXDUn",
  "serviceVersion": "1.0",
  "serviceUUID": "318bd3c6-e0fe-4654-8676-8578636c275e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "2574eb34-4066-40aa-a040-c49a77f35d2f",
  "resources": [
    {
      "resourceInstanceName": "pNF baf8bcea-5d83 0",
      "resourceCustomizationUUID": "cc9821b2-8940-4b54-bd0a-285ad99a7a4b",
      "resourceName": "pNF baf8bcea-5d83",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "ed3f2ba2-51f7-4cce-8e24-a3af9847e89a",
      "resourceInvariantUUID": "fbe22afb-3764-437c-892f-5feb11367380",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfArdzkrk4vuqx4slaxdun-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/artifacts/service-DemoPnfArdzkrk4vuqx4slaxdun-csar.csar",
      "artifactChecksum": "ODEzYjY5NmJjZmU1ZjcyNTU4MDMxNmNhOGFiMzliM2I\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7f9798f7-ad91-485a-a61d-399624c28270"
    }
  ],
  "workloadContext": "Production"
}
2022-12-02T01:25:32.045Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-02T01:25:32.045Z|f224aae9-0fd2-4d56-ad6d-05fb0d938474|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 318bd3c6-e0fe-4654-8676-8578636c275e ASDC
2022-12-02T01:25:32.046Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3
ServiceName:Demo_pNF_arDzkrK4VuqX4slAXDUn
ServiceVersion:1.0
ServiceUUID:318bd3c6-e0fe-4654-8676-8578636c275e
ServiceInvariantUUID:2574eb34-4066-40aa-a040-c49a77f35d2f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfArdzkrk4vuqx4slaxdun-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/artifacts/service-DemoPnfArdzkrk4vuqx4slaxdun-csar.csar
ArtifactUUID:7f9798f7-ad91-485a-a61d-399624c28270
ArtifactChecksum:ODEzYjY5NmJjZmU1ZjcyNTU4MDMxNmNhOGFiMzliM2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF baf8bcea-5d83 0
ResourceCustomizationUUID:cc9821b2-8940-4b54-bd0a-285ad99a7a4b
ResourceInvariantUUID:fbe22afb-3764-437c-892f-5feb11367380
ResourceName:pNF baf8bcea-5d83
ResourceType:PNF
ResourceUUID:ed3f2ba2-51f7-4cce-8e24-a3af9847e89a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-12-02T01:25:32.046Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 318bd3c6-e0fe-4654-8676-8578636c275e 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-12-02T01:25:32.121Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-02T01:25:32.122Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-02T01:25:32.122Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-02T01:25:32.122Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7f9798f7-ad91-485a-a61d-399624c28270 from URL: /sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/artifacts/service-DemoPnfArdzkrk4vuqx4slaxdun-csar.csar
2022-12-02T01:25:32.122Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-02T01:25:32.122Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/artifacts/service-DemoPnfArdzkrk4vuqx4slaxdun-csar.csar
2022-12-02T01:25:32.217Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-02T01:25:32.218Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/artifacts/service-DemoPnfArdzkrk4vuqx4slaxdun-csar.csar 7f9798f7-ad91-485a-a61d-399624c28270 88018
2022-12-02T01:25:32.219Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/artifacts/service-DemoPnfArdzkrk4vuqx4slaxdun-csar.csar ASDC sendASDCNotification
2022-12-02T01:25:32.219Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/artifacts/service-DemoPnfArdzkrk4vuqx4slaxdun-csar.csar
2022-12-02T01:25:32.219Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-02T01:25:32.219Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:25:32.222Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:25:32.223Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944332219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/artifacts/service-DemoPnfArdzkrk4vuqx4slaxdun-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:25:32.323Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T01:25:32.324Z||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-12-02T01:25:32.324Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:25:32.354Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:25:32.355Z||pool-48-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-12-02T01:25:33.225Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-02T01:25:33.226Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-02T01:25:33.226Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 7f9798f7-ad91-485a-a61d-399624c28270, URL: /sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/artifacts/service-DemoPnfArdzkrk4vuqx4slaxdun-csar.csar to file: /app/ASDC/1/service-DemoPnfArdzkrk4vuqx4slaxdun-csar.csar
2022-12-02T01:25:33.226Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfArdzkrk4vuqx4slaxdun-csar.csar
2022-12-02T01:25:33.227Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfArdzkrk4vuqx4slaxdun-csar.csar
2022-12-02T01:25:33.227Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfArdzkrk4vuqx4slaxdun-csar.csar
2022-12-02T01:25:33.399Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18341284573043603790/Definitions/service-DemoPnfArdzkrk4vuqx4slaxdun-template.yml
2022-12-02T01:25:34.553Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-02T01:25:34.554Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-02T01:25:34.554Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfArdzkrk4vuqx4slaxdun-csar.csar
2022-12-02T01:25:34.554Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-02T01:25:34.554Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||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-DemoPnfArdzkrk4vuqx4slaxdun-csar.csar
2022-12-02T01:25:34.555Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfArdzkrk4vuqx4slaxdun-csar.csar
2022-12-02T01:25:34.555Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF baf8bcea-5d83 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-DemoPnfArdzkrk4vuqx4slaxdun-csar.csar
2022-12-02T01:25:34.555Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||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-DemoPnfArdzkrk4vuqx4slaxdun-csar.csar
2022-12-02T01:25:34.555Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||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-DemoPnfArdzkrk4vuqx4slaxdun-csar.csar
2022-12-02T01:25:34.555Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||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-DemoPnfArdzkrk4vuqx4slaxdun-csar.csar
2022-12-02T01:25:34.555Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||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-DemoPnfArdzkrk4vuqx4slaxdun-csar.csar
2022-12-02T01:25:34.555Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-02T01:25:34.556Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:25:34.556Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_arDzkrK4VuqX4slAXDUn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:25:34.556Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||Node template pNF baf8bcea-5d83 0 is matching search criteria
2022-12-02T01:25:34.556Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-02T01:25:34.556Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF baf8bcea-5d83 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-02T01:25:34.557Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:25:34.557Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_arDzkrK4VuqX4slAXDUn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:25:34.557Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||Node template pNF baf8bcea-5d83 0 is matching search criteria
2022-12-02T01:25:34.557Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-02T01:25:34.558Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF baf8bcea-5d83 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-02T01:25:34.558Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:25:34.558Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_arDzkrK4VuqX4slAXDUn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:25:34.558Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:25:34.559Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_arDzkrK4VuqX4slAXDUn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:25:34.559Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:25:34.559Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_arDzkrK4VuqX4slAXDUn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:25:34.559Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:25:34.559Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_arDzkrK4VuqX4slAXDUn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:25:34.560Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:25:34.560Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_arDzkrK4VuqX4slAXDUn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:25:34.560Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_arDzkrK4VuqX4slAXDUn
Description:catalog service description
Model UUID:318bd3c6-e0fe-4654-8676-8578636c275e
Model Version:NULL
Model InvariantUuid:2574eb34-4066-40aa-a040-c49a77f35d2f
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-12-02T01:25:34.575Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: ed3f2ba2-51f7-4cce-8e24-a3af9847e89a
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-12-02T01:25:34.583Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||INFO|500||pNF baf8bcea-5d83 0
2022-12-02T01:25:34.583Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: ed3f2ba2-51f7-4cce-8e24-a3af9847e89a
2022-12-02T01:25:34.584Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 318bd3c6-e0fe-4654-8676-8578636c275e
2022-12-02T01:25:34.584Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 318bd3c6-e0fe-4654-8676-8578636c275e
2022-12-02T01:25:34.585Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF baf8bcea-5d83 0 ed3f2ba2-51f7-4cce-8e24-a3af9847e89a 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-12-02T01:25:34.596Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2d44f778, org.onap.sdc.toscaparser.api.parameters.Input@7d906e25, org.onap.sdc.toscaparser.api.parameters.Input@2693da80, org.onap.sdc.toscaparser.api.parameters.Input@163c1423, org.onap.sdc.toscaparser.api.parameters.Input@1c49ceab]
2022-12-02T01:25:34.597Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:25:34.597Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_arDzkrK4VuqX4slAXDUn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:25:34.597Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 318bd3c6-e0fe-4654-8676-8578636c275e: pNF baf8bcea-5d83
2022-12-02T01:25:34.597Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||INFO|500||Processing PNF resource: ed3f2ba2-51f7-4cce-8e24-a3af9847e89a
2022-12-02T01:25:34.597Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:25:34.598Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_arDzkrK4VuqX4slAXDUn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:25:34.598Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||INFO|500||Resource customization UUID: cc9821b2-8940-4b54-bd0a-285ad99a7a4b is the same as notified resource customizationUUID: cc9821b2-8940-4b54-bd0a-285ad99a7a4b
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-12-02T01:25:34.684Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF baf8bcea-5d83 ed3f2ba2-51f7-4cce-8e24-a3af9847e89a 0 ASDC deployResourceStructure
2022-12-02T01:25:34.685Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/artifacts/service-DemoPnfArdzkrk4vuqx4slaxdun-csar.csar ASDC sendASDCNotification
2022-12-02T01:25:34.685Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/artifacts/service-DemoPnfArdzkrk4vuqx4slaxdun-csar.csar
2022-12-02T01:25:34.686Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-02T01:25:34.686Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:25:34.689Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:25:34.690Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944334685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/artifacts/service-DemoPnfArdzkrk4vuqx4slaxdun-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T01:25:34.790Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T01:25:34.791Z||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-12-02T01:25:34.791Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:25:34.832Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:25:34.833Z||pool-49-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":5,"count":1}
2022-12-02T01:25:35.690Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3
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-12-02T01:25:35.713Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3
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-12-02T01:25:35.717Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-02T01:25:35.717Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-02T01:25:35.717Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-02T01:26:05.718Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3
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-12-02T01:26:05.736Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3
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-12-02T01:26:05.741Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-02T01:26:05.741Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-02T01:26:05.741Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-02T01:26:23.353Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:26:23.354Z||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-12-02T01:26:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:26:23.380Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:26:23.404Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.405Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f224aae9-0fd2-4d56-ad6d-05fb0d938474",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944263298,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T01:26:23.408Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.408Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.408Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f224aae9-0fd2-4d56-ad6d-05fb0d938474",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944266180,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:26:23.410Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:26:23.410Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.411Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "aai-model-loader",
  "timestamp": 1669944263456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/resourceInstances/pnfbaf8bcea5d830/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.412Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.412Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.412Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669944250645,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/resourceInstances/pnfbaf8bcea5d830/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.413Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.413Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.413Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "aai-model-loader",
  "timestamp": 1669944263456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/resourceInstances/pnfbaf8bcea5d830/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.415Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.415Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.415Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669944250645,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/resourceInstances/pnfbaf8bcea5d830/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.415Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.415Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.415Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f224aae9-0fd2-4d56-ad6d-05fb0d938474",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944268341,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T01:26:23.416Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:26:23.416Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.416Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "aai-model-loader",
  "timestamp": 1669944263456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/resourceInstances/pnfbaf8bcea5d830/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.416Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.416Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.417Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669944250645,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/resourceInstances/pnfbaf8bcea5d830/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.417Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.417Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.418Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "cds",
  "timestamp": 1669944268716,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/resourceInstances/pnfbaf8bcea5d830/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.418Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.418Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.418Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "aai-model-loader",
  "timestamp": 1669944263456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/resourceInstances/pnfbaf8bcea5d830/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.419Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.419Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.419Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669944250645,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/resourceInstances/pnfbaf8bcea5d830/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.420Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.420Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.420Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669944268308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/resourceInstances/pnfbaf8bcea5d830/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.421Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.421Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.422Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "cds",
  "timestamp": 1669944268716,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/resourceInstances/pnfbaf8bcea5d830/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.423Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.424Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.424Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "aai-model-loader",
  "timestamp": 1669944263456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/resourceInstances/pnfbaf8bcea5d830/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.425Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669944250645,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/resourceInstances/pnfbaf8bcea5d830/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.426Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669944268308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/resourceInstances/pnfbaf8bcea5d830/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.428Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.428Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.428Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "cds",
  "timestamp": 1669944268716,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/resourceInstances/pnfbaf8bcea5d830/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.429Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.429Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.429Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "aai-model-loader",
  "timestamp": 1669944263456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/resourceInstances/pnfbaf8bcea5d830/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.430Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.430Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.430Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669944250645,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/resourceInstances/pnfbaf8bcea5d830/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.430Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.431Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.431Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669944268308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/resourceInstances/pnfbaf8bcea5d830/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.431Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.431Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.431Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "cds",
  "timestamp": 1669944268716,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/resourceInstances/pnfbaf8bcea5d830/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.432Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.432Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.432Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "aai-model-loader",
  "timestamp": 1669944263456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/artifacts/service-DemoPnfArdzkrk4vuqx4slaxdun-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.432Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.432Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.434Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669944250645,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/artifacts/service-DemoPnfArdzkrk4vuqx4slaxdun-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.434Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.435Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.435Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669944268308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/resourceInstances/pnfbaf8bcea5d830/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.436Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.436Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.436Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "cds",
  "timestamp": 1669944268716,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/resourceInstances/pnfbaf8bcea5d830/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.437Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.437Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.438Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "aai-model-loader",
  "timestamp": 1669944263456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/artifacts/service-DemoPnfArdzkrk4vuqx4slaxdun-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T01:26:23.439Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669944250645,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/artifacts/service-DemoPnfArdzkrk4vuqx4slaxdun-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T01:26:23.439Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.441Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669944268308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/resourceInstances/pnfbaf8bcea5d830/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.441Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.441Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "cds",
  "timestamp": 1669944268716,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/resourceInstances/pnfbaf8bcea5d830/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.442Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.443Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "aai-model-loader",
  "timestamp": 1669944274753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/artifacts/service-DemoPnfArdzkrk4vuqx4slaxdun-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:26:23.443Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:26:23.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.443Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669944268308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/resourceInstances/pnfbaf8bcea5d830/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.444Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "cds",
  "timestamp": 1669944268716,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/artifacts/service-DemoPnfArdzkrk4vuqx4slaxdun-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.444Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.445Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "policy-id",
  "timestamp": 1669944275496,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/resourceInstances/pnfbaf8bcea5d830/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.445Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669944268308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/artifacts/service-DemoPnfArdzkrk4vuqx4slaxdun-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.447Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "cds",
  "timestamp": 1669944268716,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/artifacts/service-DemoPnfArdzkrk4vuqx4slaxdun-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T01:26:23.448Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "policy-id",
  "timestamp": 1669944275496,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/resourceInstances/pnfbaf8bcea5d830/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.449Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669944268308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/artifacts/service-DemoPnfArdzkrk4vuqx4slaxdun-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T01:26:23.450Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.450Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.450Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "cds",
  "timestamp": 1669944277529,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/artifacts/service-DemoPnfArdzkrk4vuqx4slaxdun-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:26:23.451Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:26:23.451Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.451Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "policy-id",
  "timestamp": 1669944275496,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/resourceInstances/pnfbaf8bcea5d830/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.451Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.452Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.452Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669944277063,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/artifacts/service-DemoPnfArdzkrk4vuqx4slaxdun-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:26:23.452Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:26:23.452Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.452Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "policy-id",
  "timestamp": 1669944275496,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/resourceInstances/pnfbaf8bcea5d830/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.453Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.453Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.453Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "aai-model-loader",
  "timestamp": 1669944279753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/artifacts/service-DemoPnfArdzkrk4vuqx4slaxdun-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T01:26:23.455Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:26:23.455Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.455Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "policy-id",
  "timestamp": 1669944275496,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/resourceInstances/pnfbaf8bcea5d830/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.455Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.456Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.456Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669944279009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/artifacts/service-DemoPnfArdzkrk4vuqx4slaxdun-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T01:26:23.456Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:26:23.456Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.456Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "aai-model-loader",
  "timestamp": 1669944280756,
  "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-12-02T01:26:23.470Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3
2022-12-02T01:26:23.471Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3 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-12-02T01:26:23.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.501Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "policy-id",
  "timestamp": 1669944275496,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/resourceInstances/pnfbaf8bcea5d830/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.502Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.502Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.503Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669944280013,
  "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-12-02T01:26:23.520Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3
2022-12-02T01:26:23.521Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3 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-12-02T01:26:23.548Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.548Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "policy-id",
  "timestamp": 1669944275496,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/artifacts/service-DemoPnfArdzkrk4vuqx4slaxdun-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.549Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.549Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.550Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "policy-id",
  "timestamp": 1669944275496,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/artifacts/service-DemoPnfArdzkrk4vuqx4slaxdun-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T01:26:23.550Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.550Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.551Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "policy-id",
  "timestamp": 1669944284263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/artifacts/service-DemoPnfArdzkrk4vuqx4slaxdun-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:26:23.551Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:26:23.551Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.551Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "policy-id",
  "timestamp": 1669944285271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/artifacts/service-DemoPnfArdzkrk4vuqx4slaxdun-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T01:26:23.552Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:26:23.552Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.552Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "policy-id",
  "timestamp": 1669944286275,
  "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-12-02T01:26:23.572Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3
2022-12-02T01:26:23.573Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3 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-12-02T01:26:23.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.599Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669944275093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.599Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.600Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "cds",
  "timestamp": 1669944283716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.600Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.600Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669944275093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-12-02T01:26:23.601Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.601Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "cds",
  "timestamp": 1669944283716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.601Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669944275093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-02T01:26:23.606Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.607Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.607Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "cds",
  "timestamp": 1669944283716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.607Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.608Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.608Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669944275093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.608Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.609Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.610Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "aai-model-loader",
  "timestamp": 1669944293456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.610Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.610Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.610Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "cds",
  "timestamp": 1669944283716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.611Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.611Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.611Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669944275093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-02T01:26:23.611Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.612Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.612Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "aai-model-loader",
  "timestamp": 1669944293456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.612Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.612Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.613Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "cds",
  "timestamp": 1669944283716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.613Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.614Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.614Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669944275093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.614Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.614Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.615Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "aai-model-loader",
  "timestamp": 1669944293456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.615Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.615Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.615Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "cds",
  "timestamp": 1669944283716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.616Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.616Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.616Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "policy-id",
  "timestamp": 1669944295496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.617Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.617Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.617Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669944275093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T01:26:23.618Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.618Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.618Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "aai-model-loader",
  "timestamp": 1669944293456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.618Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.618Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.619Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "cds",
  "timestamp": 1669944283716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T01:26:23.619Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.619Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.619Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "policy-id",
  "timestamp": 1669944295496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.619Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.619Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.620Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669944297456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:26:23.620Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:26:23.620Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.620Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "aai-model-loader",
  "timestamp": 1669944293456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.621Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.621Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.621Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "cds",
  "timestamp": 1669944298103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:26:23.621Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:26:23.622Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.622Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "policy-id",
  "timestamp": 1669944295496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-02T01:26:23.622Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.623Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.623Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669944298528,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:26:23.623Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:26:23.623Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.624Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "aai-model-loader",
  "timestamp": 1669944293456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.624Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.624Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.624Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "policy-id",
  "timestamp": 1669944295496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.624Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.625Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.625Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669944299638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:26:23.625Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:26:23.625Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.626Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f224aae9-0fd2-4d56-ad6d-05fb0d938474",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944299578,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-02T01:26:23.626Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:26:23.626Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.626Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "aai-model-loader",
  "timestamp": 1669944293456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T01:26:23.627Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.627Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.627Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "cds",
  "timestamp": 1669944299117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.627Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.628Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.628Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "policy-id",
  "timestamp": 1669944295496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.628Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.628Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669944298308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.629Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669944300674,
  "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-12-02T01:26:23.659Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a8aa09b1-078a-406d-be06-a2e9e7c50338
2022-12-02T01:26:23.659Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8aa09b1-078a-406d-be06-a2e9e7c50338 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-12-02T01:26:23.694Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.695Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "cds",
  "timestamp": 1669944299117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.695Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.695Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.695Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "aai-model-loader",
  "timestamp": 1669944300561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:26:23.695Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:26:23.696Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.696Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "policy-id",
  "timestamp": 1669944295496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.696Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.696Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.696Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669944298308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.697Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.698Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.699Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669944301676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-02T01:26:23.699Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:26:23.699Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.699Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "cds",
  "timestamp": 1669944299117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.700Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.700Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.700Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "policy-id",
  "timestamp": 1669944295496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T01:26:23.701Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.701Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.701Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669944298308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.702Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.702Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.702Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669944302680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.703Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.703Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.703Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "cds",
  "timestamp": 1669944299117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.703Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.703Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.704Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "policy-id",
  "timestamp": 1669944303308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:26:23.704Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:26:23.705Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.705Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669944298308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.705Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.706Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.706Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669944302680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-12-02T01:26:23.706Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.706Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.707Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "cds",
  "timestamp": 1669944299117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.707Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.707Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.707Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "policy-id",
  "timestamp": 1669944304316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T01:26:23.708Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:26:23.708Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.708Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669944298308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.709Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.709Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.709Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669944302680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-12-02T01:26:23.709Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.709Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.710Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "cds",
  "timestamp": 1669944299117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.710Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.710Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.711Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "policy-id",
  "timestamp": 1669944305321,
  "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-12-02T01:26:23.725Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a8aa09b1-078a-406d-be06-a2e9e7c50338
2022-12-02T01:26:23.725Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8aa09b1-078a-406d-be06-a2e9e7c50338 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-12-02T01:26:23.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.754Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669944298308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.755Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.756Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669944302680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-12-02T01:26:23.756Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.757Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "cds",
  "timestamp": 1669944299117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.757Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.757Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "policy-id",
  "timestamp": 1669944295496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.758Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.758Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669944298308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T01:26:23.759Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.759Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.759Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669944302680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-12-02T01:26:23.760Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.761Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "cds",
  "timestamp": 1669944299117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.762Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.762Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "policy-id",
  "timestamp": 1669944295496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.763Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.763Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669944306076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:26:23.764Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:26:23.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.764Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "aai-model-loader",
  "timestamp": 1669944307227,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T01:26:23.765Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:26:23.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.765Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669944302680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.766Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.766Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.766Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "cds",
  "timestamp": 1669944299117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T01:26:23.767Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.767Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.767Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "policy-id",
  "timestamp": 1669944295496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.768Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.768Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.768Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "aai-model-loader",
  "timestamp": 1669944308230,
  "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-12-02T01:26:23.792Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a8aa09b1-078a-406d-be06-a2e9e7c50338
2022-12-02T01:26:23.792Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8aa09b1-078a-406d-be06-a2e9e7c50338 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-12-02T01:26:23.822Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.822Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669944302680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-12-02T01:26:23.823Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.823Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.823Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "cds",
  "timestamp": 1669944308964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:26:23.823Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:26:23.823Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.824Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "policy-id",
  "timestamp": 1669944295496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.824Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.825Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.827Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "aai-model-loader",
  "timestamp": 1669944293456,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.827Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.828Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.828Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669944302680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.828Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669944308450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T01:26:23.830Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:26:23.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "policy-id",
  "timestamp": 1669944295496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-12-02T01:26:23.830Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "aai-model-loader",
  "timestamp": 1669944293456,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.830Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669944302680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T01:26:23.831Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669944309458,
  "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-12-02T01:26:23.851Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a8aa09b1-078a-406d-be06-a2e9e7c50338
2022-12-02T01:26:23.851Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8aa09b1-078a-406d-be06-a2e9e7c50338 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-12-02T01:26:23.886Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.887Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "policy-id",
  "timestamp": 1669944295496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.887Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.887Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.887Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "aai-model-loader",
  "timestamp": 1669944293456,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.888Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.888Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.888Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669944311782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:26:23.888Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:26:23.889Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.889Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669944298308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.889Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.889Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.890Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "policy-id",
  "timestamp": 1669944295496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.890Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.890Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.890Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "aai-model-loader",
  "timestamp": 1669944293456,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.890Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.891Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.891Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669944312878,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:26:23.891Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:26:23.891Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.892Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669944298308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.892Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.892Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.892Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "policy-id",
  "timestamp": 1669944295496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.892Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.893Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.893Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "aai-model-loader",
  "timestamp": 1669944293456,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.893Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.894Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.894Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669944313944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:26:23.894Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:26:23.895Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.895Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669944298308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.895Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.895Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.896Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "policy-id",
  "timestamp": 1669944295496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T01:26:23.896Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.897Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.897Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "aai-model-loader",
  "timestamp": 1669944293456,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.897Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669944315022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:26:23.898Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:26:23.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.899Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669944298308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.899Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.899Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "policy-id",
  "timestamp": 1669944315463,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:26:23.900Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:26:23.900Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.900Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "aai-model-loader",
  "timestamp": 1669944293456,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.900Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.901Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.901Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669944298308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.902Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.902Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.902Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669944316143,
  "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-12-02T01:26:23.957Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a60c4777-054a-4b2c-befa-1380e94e9909
2022-12-02T01:26:23.957Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a60c4777-054a-4b2c-befa-1380e94e9909 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-12-02T01:26:23.984Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.986Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "policy-id",
  "timestamp": 1669944316469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T01:26:23.986Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:26:23.986Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.986Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "aai-model-loader",
  "timestamp": 1669944293456,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.987Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.987Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.987Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669944298308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:23.987Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:23.988Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.988Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669944317148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-02T01:26:23.988Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:26:23.988Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:23.988Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "policy-id",
  "timestamp": 1669944317473,
  "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-12-02T01:26:24.011Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a60c4777-054a-4b2c-befa-1380e94e9909
2022-12-02T01:26:24.012Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a60c4777-054a-4b2c-befa-1380e94e9909 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-12-02T01:26:24.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:24.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "aai-model-loader",
  "timestamp": 1669944293456,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T01:26:24.039Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:24.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:24.040Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669944298308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:24.040Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:24.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:24.040Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "aai-model-loader",
  "timestamp": 1669944318314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:26:24.040Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:26:24.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:24.040Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669944298308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:26:24.040Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:24.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:24.040Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669944298308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T01:26:24.040Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:26:24.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:26:24.040Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669944319661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:26:24.041Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:26:35.742Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3
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-12-02T01:26:35.767Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3
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-12-02T01:26:35.778Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-02T01:26:35.778Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-02T01:26:35.778Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-02T01:26:35.778Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-02T01:26:35.778Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T01:26:35.779Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T01:26:35.779Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T01:26:35.779Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T01:26:35.779Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||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-12-02T01:26:35.794Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-02T01:27:05.797Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3 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-12-02T01:27:05.814Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3 and serviceModelVersionId: 318bd3c6-e0fe-4654-8676-8578636c275e
2022-12-02T01:27:05.814Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2574eb34-4066-40aa-a040-c49a77f35d2f
2022-12-02T01:27:05.815Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2574eb34-4066-40aa-a040-c49a77f35d2f/model-vers/model-ver/318bd3c6-e0fe-4654-8676-8578636c275e?depth=0
2022-12-02T01:27:05.825Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-12-02T01:27:05.915Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2574eb34-4066-40aa-a040-c49a77f35d2f/model-vers/model-ver/318bd3c6-e0fe-4654-8676-8578636c275e?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-12-02T01:27:05.916Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2574eb34-4066-40aa-a040-c49a77f35d2f/model-vers/model-ver/318bd3c6-e0fe-4654-8676-8578636c275e?depth=0|INFO|500||Invoke
2022-12-02T01:27:05.923Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2574eb34-4066-40aa-a040-c49a77f35d2f/model-vers/model-ver/318bd3c6-e0fe-4654-8676-8578636c275e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-02T01:27:06.039Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2574eb34-4066-40aa-a040-c49a77f35d2f/model-vers/model-ver/318bd3c6-e0fe-4654-8676-8578636c275e?depth=0|INFO|500||InvokeReturn
2022-12-02T01:27:06.039Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2574eb34-4066-40aa-a040-c49a77f35d2f/model-vers/model-ver/318bd3c6-e0fe-4654-8676-8578636c275e?depth=0 has http status code:200 and response headers:{date=[Fri, 02 Dec 2022 01:27:05 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[111], vertex-id=[176240], x-aai-txid=[0-aai-resources-221202-01:27:05:242-91301], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-02T01:27:06.040Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-12-02T01:27:06.040Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-02T01:27:06.040Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||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-12-02T01:27:06.048Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||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-12-02T01:27:06.049Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-02T01:27:06.049Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-02T01:27:06.049Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:27:06.052Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:27:06.053Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944426049,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-02T01:27:06.154Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T01:27:06.155Z||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-12-02T01:27:06.155Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:27:06.189Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:27:06.190Z||pool-50-thread-1|||||INFO|500||cambria reply ok (36 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-12-02T01:27:07.080Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T01:27:07.081Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"a8aa09b1-078a-406d-be06-a2e9e7c50338","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"f44ff956-95a2-4d96-9ac7-a18e9cc45a3c","serviceDescription":"service","serviceInvariantUUID":"d6f25a62-1af1-4690-96e6-d4c0d2c18ed8","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dec195e6-9025-4b89-98fe-f0451f5dbd99","resourceInvariantUUID":"1d1fe3e4-223b-49cc-b089-c085156212d7","resourceCustomizationUUID":"1af0ba24-664b-4817-89e1-c89d09f2ae6d","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":"YzQzOWVmNzk2NDIyZWQ3MWIyZjViNzE2YmJhM2RlMDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e00c20b4-6439-44f4-8ebb-1c23e912367b","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":"NGNlMzRjY2M3ZTYxMGRkYzhmN2E3N2IzZjIwNjc2YTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a65341b8-8a22-4307-a821-a28c4e066dd5","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":"67382569-9e17-4aea-8d06-f67d273749ed","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":"8c376749-b644-4dd4-bbc2-139bfc735ef9","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":"83160d9f-7110-4ff1-bfdd-266a791bccda","artifactVersion":"2","generatedFromUUID":"67382569-9e17-4aea-8d06-f67d273749ed"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"Mzc4NmYyOTNlMzUwNDI4YWZkN2M4OWY4YzllZGNmZWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dbb58671-635c-406e-855b-b453ce0776c7","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MWNiNjZlNzM2MDEzOWRjMTYwNmIxNmUyODUxZDA4YjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a6585a82-761e-479c-bd49-8fc9eb308db8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-02T01:27:07.081Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T01:27:07.082Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:27:07.085Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:27:07.085Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944323297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:27:07.184Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-02T01:27:07.185Z||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-12-02T01:27:07.186Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:27:07.209Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:27:07.210Z||pool-51-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-12-02T01:27:08.086Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T01:27:08.087Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:27:08.091Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:27:08.091Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944323297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-12-02T01:27:08.191Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T01:27:08.196Z||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-12-02T01:27:08.196Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:27:08.216Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:27:08.216Z||pool-52-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-12-02T01:27:09.092Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T01:27:09.092Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:27:09.101Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:27:09.102Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944323297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-02T01:27:09.199Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-12-02T01:27:09.200Z||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-12-02T01:27:09.200Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:27:09.221Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:27:09.222Z||pool-53-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-12-02T01:27:10.103Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T01:27:10.103Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:27:10.115Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:27:10.115Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944323297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:27:10.214Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-02T01:27:10.215Z||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-12-02T01:27:10.215Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:27:10.258Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:27:10.259Z||pool-54-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-12-02T01:27:11.116Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T01:27:11.117Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:27:11.120Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:27:11.120Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944323297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-02T01:27:11.219Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-02T01:27:11.220Z||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-12-02T01:27:11.220Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:27:11.240Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:27:11.241Z||pool-55-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-02T01:27:12.121Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T01:27:12.122Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:27:12.125Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:27:12.125Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944323297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:27:12.225Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-02T01:27:12.226Z||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-12-02T01:27:12.227Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:27:12.245Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:27:12.246Z||pool-56-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-12-02T01:27:13.127Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T01:27:13.127Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:27:13.131Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:27:13.131Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944323297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T01:27:13.231Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T01:27:13.232Z||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-12-02T01:27:13.232Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:27:13.256Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:27:13.256Z||pool-57-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-12-02T01:27:14.133Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "f44ff956-95a2-4d96-9ac7-a18e9cc45a3c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d6f25a62-1af1-4690-96e6-d4c0d2c18ed8",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "1af0ba24-664b-4817-89e1-c89d09f2ae6d",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dec195e6-9025-4b89-98fe-f0451f5dbd99",
      "resourceInvariantUUID": "1d1fe3e4-223b-49cc-b089-c085156212d7",
      "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": "NGNlMzRjY2M3ZTYxMGRkYzhmN2E3N2IzZjIwNjc2YTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a65341b8-8a22-4307-a821-a28c4e066dd5",
          "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": "67382569-9e17-4aea-8d06-f67d273749ed",
          "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": "83160d9f-7110-4ff1-bfdd-266a791bccda",
            "generatedFromUUID": "67382569-9e17-4aea-8d06-f67d273749ed"
          },
          "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": "83160d9f-7110-4ff1-bfdd-266a791bccda",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MWNiNjZlNzM2MDEzOWRjMTYwNmIxNmUyODUxZDA4YjQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a6585a82-761e-479c-bd49-8fc9eb308db8"
    }
  ],
  "workloadContext": "Production"
}
2022-12-02T01:27:14.133Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-02T01:27:14.134Z|909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f44ff956-95a2-4d96-9ac7-a18e9cc45a3c ASDC
2022-12-02T01:27:14.135Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:a8aa09b1-078a-406d-be06-a2e9e7c50338
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:f44ff956-95a2-4d96-9ac7-a18e9cc45a3c
ServiceInvariantUUID:d6f25a62-1af1-4690-96e6-d4c0d2c18ed8
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:a6585a82-761e-479c-bd49-8fc9eb308db8
ArtifactChecksum:MWNiNjZlNzM2MDEzOWRjMTYwNmIxNmUyODUxZDA4YjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:1af0ba24-664b-4817-89e1-c89d09f2ae6d
ResourceInvariantUUID:1d1fe3e4-223b-49cc-b089-c085156212d7
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:dec195e6-9025-4b89-98fe-f0451f5dbd99
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:a65341b8-8a22-4307-a821-a28c4e066dd5
ArtifactChecksum:NGNlMzRjY2M3ZTYxMGRkYzhmN2E3N2IzZjIwNjc2YTY=
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:67382569-9e17-4aea-8d06-f67d273749ed
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:83160d9f-7110-4ff1-bfdd-266a791bccda
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:83160d9f-7110-4ff1-bfdd-266a791bccda
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-02T01:27:14.135Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f44ff956-95a2-4d96-9ac7-a18e9cc45a3c 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-12-02T01:27:14.187Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-02T01:27:14.188Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-02T01:27:14.188Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-02T01:27:14.188Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a6585a82-761e-479c-bd49-8fc9eb308db8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-02T01:27:14.188Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-02T01:27:14.189Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-02T01:27:14.271Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-02T01:27:14.272Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar a6585a82-761e-479c-bd49-8fc9eb308db8 75188
2022-12-02T01:27:14.274Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-12-02T01:27:14.274Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-02T01:27:14.274Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-02T01:27:14.275Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:27:14.282Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:27:14.283Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944434274,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:27:14.383Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T01:27:14.384Z||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-12-02T01:27:14.384Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:27:14.404Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:27:14.404Z||pool-58-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-02T01:27:15.284Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-02T01:27:15.286Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-02T01:27:15.286Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: a6585a82-761e-479c-bd49-8fc9eb308db8, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-12-02T01:27:15.287Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-12-02T01:27:15.287Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-12-02T01:27:15.287Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-12-02T01:27:15.531Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16103610858421821024/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-12-02T01:27:17.201Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-02T01:27:17.202Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-02T01:27:17.202Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-02T01:27:17.202Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-02T01:27:17.202Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||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-12-02T01:27:17.202Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||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-12-02T01:27:17.203Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||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-12-02T01:27:17.203Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||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-12-02T01:27:17.203Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||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-12-02T01:27:17.203Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||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-12-02T01:27:17.203Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||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-12-02T01:27:17.203Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-02T01:27:17.203Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:27:17.203Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:27:17.204Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-02T01:27:17.204Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-02T01:27:17.204Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-02T01:27:17.204Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:27:17.204Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:27:17.205Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-02T01:27:17.205Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-02T01:27:17.205Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-02T01:27:17.205Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:27:17.205Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:27:17.206Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:27:17.206Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-12-02T01:27:17.206Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-12-02T01:27:17.206Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-12-02T01:27:17.206Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-12-02T01:27:17.207Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-02T01:27:17.207Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-02T01:27:17.207Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:27:17.207Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-02T01:27:17.207Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:27:17.208Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-02T01:27:17.208Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T01:27:17.208Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:27:17.208Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-02T01:27:17.208Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T01:27:17.209Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:27:17.209Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-02T01:27:17.209Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T01:27:17.209Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:27:17.210Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-12-02T01:27:17.210Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-12-02T01:27:17.210Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-02T01:27:17.210Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=88614289-d15f-4587-a711-7af0e497ddd2
2022-12-02T01:27:17.210Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:27:17.211Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:27:17.211Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:27:17.211Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:27:17.211Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:27:17.211Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:27:17.212Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:27:17.212Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:27:17.212Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:f44ff956-95a2-4d96-9ac7-a18e9cc45a3c
Model Version:NULL
Model InvariantUuid:d6f25a62-1af1-4690-96e6-d4c0d2c18ed8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:57d76131-6254-4ebc-b2dd-41ea3c6cdbb7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1d1fe3e4-223b-49cc-b089-c085156212d7
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1af0ba24-664b-4817-89e1-c89d09f2ae6d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:becd666d-c04a-4b93-93f1-c4e05404e46c
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:6c10bf21-87f8-49b7-9c9c-ae4ad764422e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:88614289-d15f-4587-a711-7af0e497ddd2
ModelInvariantUuid:2c875009-809a-40cb-a323-692330e960db
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:3351a652-afac-4cb3-b3cb-ae864af27f99
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:1fa8ba7c-aabc-42ff-afd3-f9230f4d27d1
ModelInvariantUuid:5ad95f17-bbe0-41a0-bcdc-c9c56d062df6
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:032eabcd-37da-49ae-bd1f-d900bce5b558
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-12-02T01:27:17.240Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: dec195e6-9025-4b89-98fe-f0451f5dbd99
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-12-02T01:27:17.245Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||INFO|500||basic_vm 0
2022-12-02T01:27:17.246Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dec195e6-9025-4b89-98fe-f0451f5dbd99
2022-12-02T01:27:17.246Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a65341b8-8a22-4307-a821-a28c4e066dd5 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-12-02T01:27:17.246Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-02T01:27:17.246Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||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-12-02T01:27:17.341Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-02T01:27:17.342Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json a65341b8-8a22-4307-a821-a28c4e066dd5 787
2022-12-02T01:27:17.342Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||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-12-02T01:27:17.342Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||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-12-02T01:27:17.342Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-02T01:27:17.342Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:27:17.344Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:27:17.344Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944437342,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:27:17.445Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-02T01:27:17.446Z||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-12-02T01:27:17.446Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:27:17.466Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:27:17.467Z||pool-59-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-12-02T01:27:18.345Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "becd666d-c04a-4b93-93f1-c4e05404e46c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6c10bf21-87f8-49b7-9c9c-ae4ad764422e",
    "vfModuleModelCustomizationUUID": "1afb4869-c72a-4942-9380-e30904db6cf7",
    "isBase": true,
    "artifacts": [
      "67382569-9e17-4aea-8d06-f67d273749ed",
      "83160d9f-7110-4ff1-bfdd-266a791bccda"
    ],
    "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-12-02T01:27:18.353Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6c10bf21-87f8-49b7-9c9c-ae4ad764422e
VfModuleModelInvariantUUID:becd666d-c04a-4b93-93f1-c4e05404e46c
VfModuleModelDescription:NULL
Artifacts UUID List:{
67382569-9e17-4aea-8d06-f67d273749ed
,
83160d9f-7110-4ff1-bfdd-266a791bccda

}
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-12-02T01:27:18.360Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "becd666d-c04a-4b93-93f1-c4e05404e46c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6c10bf21-87f8-49b7-9c9c-ae4ad764422e",
    "vfModuleModelCustomizationUUID": "1afb4869-c72a-4942-9380-e30904db6cf7",
    "isBase": true,
    "artifacts": [
      "67382569-9e17-4aea-8d06-f67d273749ed",
      "83160d9f-7110-4ff1-bfdd-266a791bccda"
    ],
    "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-12-02T01:27:18.361Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6c10bf21-87f8-49b7-9c9c-ae4ad764422e
VfModuleModelInvariantUUID:becd666d-c04a-4b93-93f1-c4e05404e46c
VfModuleModelDescription:NULL
Artifacts UUID List:{
67382569-9e17-4aea-8d06-f67d273749ed
,
83160d9f-7110-4ff1-bfdd-266a791bccda

}
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-12-02T01:27:18.361Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 67382569-9e17-4aea-8d06-f67d273749ed from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-12-02T01:27:18.361Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-02T01:27:18.361Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||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-12-02T01:27:18.420Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-02T01:27:18.421Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 67382569-9e17-4aea-8d06-f67d273749ed 5033
2022-12-02T01:27:18.421Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||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-12-02T01:27:18.422Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||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-12-02T01:27:18.422Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-02T01:27:18.422Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:27:18.428Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:27:18.428Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944438421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:27:18.528Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-02T01:27:18.529Z||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-12-02T01:27:18.529Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:27:18.572Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:27:18.573Z||pool-60-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-12-02T01:27:19.428Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 83160d9f-7110-4ff1-bfdd-266a791bccda from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-12-02T01:27:19.429Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-02T01:27:19.430Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||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-12-02T01:27:19.510Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-02T01:27:19.511Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 83160d9f-7110-4ff1-bfdd-266a791bccda 903
2022-12-02T01:27:19.523Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||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-12-02T01:27:19.524Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||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-12-02T01:27:19.525Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-02T01:27:19.527Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:27:19.533Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:27:19.536Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944439523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:27:19.639Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-02T01:27:19.640Z||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-12-02T01:27:19.640Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:27:19.677Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:27:19.678Z||pool-61-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-12-02T01:27:20.538Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: f44ff956-95a2-4d96-9ac7-a18e9cc45a3c
2022-12-02T01:27:20.538Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 dec195e6-9025-4b89-98fe-f0451f5dbd99 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-12-02T01:27:20.584Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@24b26f3e, org.onap.sdc.toscaparser.api.parameters.Input@21ff2dac, org.onap.sdc.toscaparser.api.parameters.Input@113dfb22, org.onap.sdc.toscaparser.api.parameters.Input@11e62292, org.onap.sdc.toscaparser.api.parameters.Input@269a640f]
2022-12-02T01:27:20.593Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:27:20.594Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:27:20.594Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-12-02T01:27:20.594Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 1af0ba24-664b-4817-89e1-c89d09f2ae6d
2022-12-02T01:27:20.595Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1af0ba24-664b-4817-89e1-c89d09f2ae6d matches Tosca VF Customization UUID: 1af0ba24-664b-4817-89e1-c89d09f2ae6d
2022-12-02T01:27:20.595Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 1af0ba24-664b-4817-89e1-c89d09f2ae6d  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-12-02T01:27:20.602Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:27:20.602Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:27:20.603Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 1af0ba24-664b-4817-89e1-c89d09f2ae6d: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-02T01:27:20.603Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2018ef17
2022-12-02T01:27:20.603Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:27:20.604Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-02T01:27:20.604Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1afb4869-c72a-4942-9380-e30904db6cf7
2022-12-02T01:27:20.604Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1afb4869-c72a-4942-9380-e30904db6cf7
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-12-02T01:27:20.614Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:27:20.615Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-02T01:27:20.616Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T01:27:20.617Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:27:20.617Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-02T01:27:20.617Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T01:27:20.617Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:27:20.618Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-12-02T01:27:20.618Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-12-02T01:27:20.618Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-02T01:27:20.619Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=88614289-d15f-4587-a711-7af0e497ddd2
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-12-02T01:27:20.628Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:27:20.630Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-02T01:27:20.630Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T01:27:20.630Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:27:20.631Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-02T01:27:20.631Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=1af0ba24-664b-4817-89e1-c89d09f2ae6d
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-12-02T01:27:20.636Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:27:20.637Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:27:20.637Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid f44ff956-95a2-4d96-9ac7-a18e9cc45a3c: basic_vm
2022-12-02T01:27:20.637Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:27:20.638Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:27:20.638Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:27:20.638Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:27:20.639Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:27:20.639Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:27:20.639Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:27:20.640Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:27:20.640Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:27:20.640Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:27:20.641Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||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-12-02T01:27:20.987Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm dec195e6-9025-4b89-98fe-f0451f5dbd99 1 ASDC deployResourceStructure
2022-12-02T01:27:20.991Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||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-12-02T01:27:20.991Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||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-12-02T01:27:20.991Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-02T01:27:20.992Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:27:20.995Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:27:20.996Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944440991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-02T01:27:21.096Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T01:27:21.097Z||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-12-02T01:27:21.097Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:27:21.116Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:27:21.117Z||pool-62-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-02T01:27:22.001Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||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-12-02T01:27:22.002Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||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-12-02T01:27:22.002Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-02T01:27:22.002Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:27:22.005Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:27:22.005Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944442001,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-12-02T01:27:22.105Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T01:27:22.106Z||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-12-02T01:27:22.107Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:27:22.137Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:27:22.138Z||pool-63-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-12-02T01:27:23.006Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||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-12-02T01:27:23.006Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||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-12-02T01:27:23.006Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-02T01:27:23.007Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:27:23.010Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:27:23.011Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944443006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-12-02T01:27:23.110Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-02T01:27:23.112Z||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-12-02T01:27:23.112Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:27:23.136Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:27:23.137Z||pool-64-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-12-02T01:27:23.353Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:27:23.355Z||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-12-02T01:27:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:27:23.386Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:27:23.387Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:27:23.387Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669944322069,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T01:27:23.388Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:27:24.012Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-12-02T01:27:24.013Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-02T01:27:24.013Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-02T01:27:24.014Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:27:24.017Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:27:24.017Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944444012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T01:27:24.118Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-02T01:27:24.119Z||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-12-02T01:27:24.119Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:27:24.144Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:27:24.145Z||pool-65-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-12-02T01:27:25.022Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a8aa09b1-078a-406d-be06-a2e9e7c50338
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-12-02T01:27:25.043Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a8aa09b1-078a-406d-be06-a2e9e7c50338
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-12-02T01:27:25.048Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-02T01:27:25.048Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-02T01:27:25.048Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-02T01:27:25.048Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-02T01:27:25.048Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T01:27:25.049Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T01:27:25.049Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T01:27:25.049Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T01:27:25.049Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||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-12-02T01:27:25.060Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-02T01:27:55.062Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a8aa09b1-078a-406d-be06-a2e9e7c50338 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-12-02T01:27:55.122Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a8aa09b1-078a-406d-be06-a2e9e7c50338 and serviceModelVersionId: f44ff956-95a2-4d96-9ac7-a18e9cc45a3c
2022-12-02T01:27:55.122Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d6f25a62-1af1-4690-96e6-d4c0d2c18ed8
2022-12-02T01:27:55.125Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d6f25a62-1af1-4690-96e6-d4c0d2c18ed8/model-vers/model-ver/f44ff956-95a2-4d96-9ac7-a18e9cc45a3c?depth=0
2022-12-02T01:27:55.140Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-12-02T01:27:55.211Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6f25a62-1af1-4690-96e6-d4c0d2c18ed8/model-vers/model-ver/f44ff956-95a2-4d96-9ac7-a18e9cc45a3c?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-12-02T01:27:55.213Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6f25a62-1af1-4690-96e6-d4c0d2c18ed8/model-vers/model-ver/f44ff956-95a2-4d96-9ac7-a18e9cc45a3c?depth=0|INFO|500||Invoke
2022-12-02T01:27:55.249Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6f25a62-1af1-4690-96e6-d4c0d2c18ed8/model-vers/model-ver/f44ff956-95a2-4d96-9ac7-a18e9cc45a3c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-02T01:27:55.466Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6f25a62-1af1-4690-96e6-d4c0d2c18ed8/model-vers/model-ver/f44ff956-95a2-4d96-9ac7-a18e9cc45a3c?depth=0|INFO|500||InvokeReturn
2022-12-02T01:27:55.468Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d6f25a62-1af1-4690-96e6-d4c0d2c18ed8/model-vers/model-ver/f44ff956-95a2-4d96-9ac7-a18e9cc45a3c?depth=0 has http status code:200 and response headers:{date=[Fri, 02 Dec 2022 01:27:54 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[204], vertex-id=[200912], x-aai-txid=[1-aai-resources-221202-01:27:54:563-96821], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-02T01:27:55.468Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-12-02T01:27:55.469Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-02T01:27:55.469Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||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-12-02T01:27:55.477Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||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-12-02T01:27:55.477Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a8aa09b1-078a-406d-be06-a2e9e7c50338 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-02T01:27:55.478Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-02T01:27:55.478Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:27:55.483Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:27:55.483Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944475478,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-02T01:27:55.593Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2022-12-02T01:27:55.594Z||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-12-02T01:27:55.595Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:27:55.718Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:27:55.720Z||pool-66-thread-1|||||INFO|500||cambria reply ok (127 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-12-02T01:27:56.510Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T01:27:56.510Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"a60c4777-054a-4b2c-befa-1380e94e9909","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"4b0db9c8-8799-42e7-a309-16e50a85eb0b","serviceDescription":"service","serviceInvariantUUID":"b1a7b702-ff12-4733-955f-457aeda6517e","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a0091487-30a4-4db7-8a15-a737079910ee","resourceInvariantUUID":"057c4df7-0dac-4dae-99ee-ce896a9002c5","resourceCustomizationUUID":"23ffd5d3-4359-4bd0-87b8-4218973b33c2","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":"MTQxMzEzNTNjYWE1MWYyODk1OTkyMzM2ZjU1MjE2NWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e247e58f-131f-435a-a42f-92fb92f1b51e","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":"242dce16-548d-49aa-a53e-29d6f5c4844d","artifactVersion":"2","generatedFromUUID":"92d28d70-fde3-4bf3-856d-876407e0885c"},{"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":"92d28d70-fde3-4bf3-856d-876407e0885c","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":"ZDM5YTczNGY3OTNhMWNhZDlhZDVmNmM1OWM5Zjg1YTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"49b5f95a-f370-4f7f-9a27-ad472ae1c344","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":"4508590e-ee9d-4c70-bc54-2cbb2051d929","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":"083f3732-79ab-471d-ba75-372456fce351","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":"66e7441f-4116-4025-924f-1613c22cba4d","artifactVersion":"2","generatedFromUUID":"4508590e-ee9d-4c70-bc54-2cbb2051d929"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NjA0N2U3Nzg0YmMyY2E4YTVhMTM0Zjc3ZjIxMjA5OGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e6c914fd-9036-4ad0-b2f0-d563589a5701","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NGNhNjMzY2JmNWU2YjNhZjY2ZWE2NDM4YWMzYWY2MTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1d6dba94-770d-4ea6-8e10-51b1b5e22eea","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-02T01:27:56.512Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T01:27:56.513Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:27:56.514Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:27:56.515Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944323297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:27:56.615Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T01:27:56.617Z||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-12-02T01:27:56.617Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:27:56.640Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:27:56.640Z||pool-67-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-12-02T01:27:57.515Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T01:27:57.516Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:27:57.519Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:27:57.519Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944323297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-12-02T01:27:57.619Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T01:27:57.620Z||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-12-02T01:27:57.620Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:27:57.642Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:27:57.643Z||pool-68-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-12-02T01:27:58.519Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T01:27:58.520Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:27:58.526Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:27:58.527Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944323297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-12-02T01:27:58.628Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-02T01:27:58.630Z||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-12-02T01:27:58.630Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:27:58.685Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:27:58.686Z||pool-69-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1}
2022-12-02T01:27:59.527Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T01:27:59.529Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:27:59.531Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:27:59.531Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944323297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-12-02T01:27:59.631Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T01:27:59.633Z||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-12-02T01:27:59.633Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:27:59.661Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:27:59.662Z||pool-70-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-12-02T01:28:00.532Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T01:28:00.533Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:28:00.537Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:28:00.537Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944323297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-12-02T01:28:00.637Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T01:28:00.638Z||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-12-02T01:28:00.639Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:28:00.662Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:28:00.662Z||pool-71-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-12-02T01:28:01.538Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T01:28:01.538Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:28:01.541Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:28:01.541Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944323297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:28:01.641Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T01:28:01.643Z||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-12-02T01:28:01.643Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:28:01.667Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:28:01.668Z||pool-72-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-12-02T01:28:02.542Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T01:28:02.543Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:28:02.547Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:28:02.548Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944323297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-12-02T01:28:02.649Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T01:28:02.651Z||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-12-02T01:28:02.651Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:28:02.692Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:28:02.692Z||pool-73-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-12-02T01:28:03.553Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T01:28:03.558Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:28:03.563Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:28:03.563Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944323297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:28:03.661Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-02T01:28:03.662Z||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-12-02T01:28:03.663Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:28:03.686Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:28:03.687Z||pool-74-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-12-02T01:28:04.564Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T01:28:04.564Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:28:04.571Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:28:04.571Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944323297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T01:28:04.672Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T01:28:04.674Z||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-12-02T01:28:04.674Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:28:04.694Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:28:04.695Z||pool-75-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-12-02T01:28:05.573Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "4b0db9c8-8799-42e7-a309-16e50a85eb0b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b1a7b702-ff12-4733-955f-457aeda6517e",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "23ffd5d3-4359-4bd0-87b8-4218973b33c2",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a0091487-30a4-4db7-8a15-a737079910ee",
      "resourceInvariantUUID": "057c4df7-0dac-4dae-99ee-ce896a9002c5",
      "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": "242dce16-548d-49aa-a53e-29d6f5c4844d",
          "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": "92d28d70-fde3-4bf3-856d-876407e0885c",
          "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": "ZDM5YTczNGY3OTNhMWNhZDlhZDVmNmM1OWM5Zjg1YTI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "49b5f95a-f370-4f7f-9a27-ad472ae1c344",
          "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": "4508590e-ee9d-4c70-bc54-2cbb2051d929",
          "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": "66e7441f-4116-4025-924f-1613c22cba4d",
            "generatedFromUUID": "4508590e-ee9d-4c70-bc54-2cbb2051d929"
          },
          "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": "66e7441f-4116-4025-924f-1613c22cba4d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NGNhNjMzY2JmNWU2YjNhZjY2ZWE2NDM4YWMzYWY2MTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1d6dba94-770d-4ea6-8e10-51b1b5e22eea"
    }
  ],
  "workloadContext": "Production"
}
2022-12-02T01:28:05.573Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-02T01:28:05.574Z|a8aa09b1-078a-406d-be06-a2e9e7c50338|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 4b0db9c8-8799-42e7-a309-16e50a85eb0b ASDC
2022-12-02T01:28:05.574Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:a60c4777-054a-4b2c-befa-1380e94e9909
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:4b0db9c8-8799-42e7-a309-16e50a85eb0b
ServiceInvariantUUID:b1a7b702-ff12-4733-955f-457aeda6517e
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:1d6dba94-770d-4ea6-8e10-51b1b5e22eea
ArtifactChecksum:NGNhNjMzY2JmNWU2YjNhZjY2ZWE2NDM4YWMzYWY2MTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:23ffd5d3-4359-4bd0-87b8-4218973b33c2
ResourceInvariantUUID:057c4df7-0dac-4dae-99ee-ce896a9002c5
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:a0091487-30a4-4db7-8a15-a737079910ee
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:242dce16-548d-49aa-a53e-29d6f5c4844d
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:92d28d70-fde3-4bf3-856d-876407e0885c
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:49b5f95a-f370-4f7f-9a27-ad472ae1c344
ArtifactChecksum:ZDM5YTczNGY3OTNhMWNhZDlhZDVmNmM1OWM5Zjg1YTI=
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:4508590e-ee9d-4c70-bc54-2cbb2051d929
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:66e7441f-4116-4025-924f-1613c22cba4d
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:66e7441f-4116-4025-924f-1613c22cba4d
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-02T01:28:05.574Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4b0db9c8-8799-42e7-a309-16e50a85eb0b 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-12-02T01:28:05.630Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-02T01:28:05.631Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-02T01:28:05.631Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-02T01:28:05.632Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1d6dba94-770d-4ea6-8e10-51b1b5e22eea from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-12-02T01:28:05.632Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-02T01:28:05.633Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-12-02T01:28:05.758Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-02T01:28:05.759Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 1d6dba94-770d-4ea6-8e10-51b1b5e22eea 73991
2022-12-02T01:28:05.760Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-12-02T01:28:05.760Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-12-02T01:28:05.760Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-02T01:28:05.762Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:28:05.765Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:28:05.765Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944485760,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:28:05.865Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T01:28:05.866Z||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-12-02T01:28:05.866Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:28:05.882Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:28:05.883Z||pool-76-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-02T01:28:06.766Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-02T01:28:06.768Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-02T01:28:06.768Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 1d6dba94-770d-4ea6-8e10-51b1b5e22eea, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-02T01:28:06.768Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-12-02T01:28:06.769Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-02T01:28:06.769Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-02T01:28:06.965Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3581808122040526748/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-12-02T01:28:08.815Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-02T01:28:08.829Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-02T01:28:08.829Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-02T01:28:08.829Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-12-02T01:28:08.829Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||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-12-02T01:28:08.829Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||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-12-02T01:28:08.829Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||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-12-02T01:28:08.830Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||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-12-02T01:28:08.830Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-02T01:28:08.830Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:28:08.830Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:28:08.830Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-02T01:28:08.830Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-02T01:28:08.831Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-02T01:28:08.831Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:28:08.831Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:28:08.831Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-02T01:28:08.831Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-02T01:28:08.831Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-02T01:28:08.832Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:28:08.832Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:28:08.832Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:28:08.832Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-12-02T01:28:08.832Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-12-02T01:28:08.832Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Node template dummy is not matching search criteria
2022-12-02T01:28:08.832Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-02T01:28:08.833Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:28:08.833Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-02T01:28:08.833Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:28:08.833Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-02T01:28:08.833Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T01:28:08.834Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:28:08.834Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-02T01:28:08.834Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T01:28:08.834Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:28:08.834Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-02T01:28:08.834Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T01:28:08.834Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:28:08.835Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-12-02T01:28:08.835Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-12-02T01:28:08.835Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=cc21ecc0-aa53-4ac7-a06e-b2ebe22fc187
2022-12-02T01:28:08.835Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:28:08.835Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:28:08.835Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:28:08.835Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:28:08.836Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:28:08.836Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:28:08.836Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:28:08.836Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:28:08.836Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:4b0db9c8-8799-42e7-a309-16e50a85eb0b
Model Version:NULL
Model InvariantUuid:b1a7b702-ff12-4733-955f-457aeda6517e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:24088d1e-2e95-48ad-9c3f-6a73dc9db614
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:057c4df7-0dac-4dae-99ee-ce896a9002c5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:23ffd5d3-4359-4bd0-87b8-4218973b33c2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8ea9c9ae-5eff-4dc7-b5aa-9476fd3b671a
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:86b7d1ec-47df-4565-b010-4beb40d354d9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cc21ecc0-aa53-4ac7-a06e-b2ebe22fc187
ModelInvariantUuid:8e416405-9fcb-4d93-b443-26dec60a95ce
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:7b6259a2-4668-465b-9c31-2a4e7137e2c4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:611d94d2-48d9-4e82-9b95-a6579a8f6005
ModelInvariantUuid:da060455-1190-4256-8deb-a2f492868e5e
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:a2b12154-dace-45af-b986-12d9b265e2f8
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-12-02T01:28:08.845Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: a0091487-30a4-4db7-8a15-a737079910ee
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-12-02T01:28:08.852Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||basic_cnf 0
2022-12-02T01:28:08.852Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a0091487-30a4-4db7-8a15-a737079910ee
2022-12-02T01:28:08.853Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 242dce16-548d-49aa-a53e-29d6f5c4844d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-12-02T01:28:08.853Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-02T01:28:08.853Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||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-12-02T01:28:09.021Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-02T01:28:09.022Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 242dce16-548d-49aa-a53e-29d6f5c4844d 12
2022-12-02T01:28:09.022Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||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-12-02T01:28:09.022Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||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-12-02T01:28:09.022Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-02T01:28:09.022Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:28:09.026Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:28:09.026Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944489022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:28:09.125Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-02T01:28:09.126Z||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-12-02T01:28:09.127Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:28:09.153Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:28:09.154Z||pool-77-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-12-02T01:28:10.027Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 92d28d70-fde3-4bf3-856d-876407e0885c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-12-02T01:28:10.028Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-02T01:28:10.028Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||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-12-02T01:28:10.099Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-02T01:28:10.100Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 92d28d70-fde3-4bf3-856d-876407e0885c 2688
2022-12-02T01:28:10.100Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||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-12-02T01:28:10.100Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||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-12-02T01:28:10.101Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-02T01:28:10.101Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:28:10.104Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:28:10.104Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944490100,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:28:10.205Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T01:28:10.206Z||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-12-02T01:28:10.206Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:28:10.226Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:28:10.227Z||pool-78-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-12-02T01:28:11.106Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 49b5f95a-f370-4f7f-9a27-ad472ae1c344 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-12-02T01:28:11.107Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-02T01:28:11.107Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||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-12-02T01:28:11.174Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-02T01:28:11.175Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 49b5f95a-f370-4f7f-9a27-ad472ae1c344 828
2022-12-02T01:28:11.175Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||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-12-02T01:28:11.175Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||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-12-02T01:28:11.176Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-02T01:28:11.176Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:28:11.179Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:28:11.179Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944491175,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:28:11.279Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T01:28:11.280Z||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-12-02T01:28:11.281Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:28:11.313Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:28:11.314Z||pool-79-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-12-02T01:28:12.180Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "8ea9c9ae-5eff-4dc7-b5aa-9476fd3b671a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "86b7d1ec-47df-4565-b010-4beb40d354d9",
    "vfModuleModelCustomizationUUID": "a4ee0e2d-8a1f-410c-96bd-215ad9c9ee98",
    "isBase": true,
    "artifacts": [
      "4508590e-ee9d-4c70-bc54-2cbb2051d929",
      "92d28d70-fde3-4bf3-856d-876407e0885c",
      "66e7441f-4116-4025-924f-1613c22cba4d"
    ],
    "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-12-02T01:28:12.186Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:86b7d1ec-47df-4565-b010-4beb40d354d9
VfModuleModelInvariantUUID:8ea9c9ae-5eff-4dc7-b5aa-9476fd3b671a
VfModuleModelDescription:NULL
Artifacts UUID List:{
4508590e-ee9d-4c70-bc54-2cbb2051d929
,
92d28d70-fde3-4bf3-856d-876407e0885c
,
66e7441f-4116-4025-924f-1613c22cba4d

}
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-12-02T01:28:12.189Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "8ea9c9ae-5eff-4dc7-b5aa-9476fd3b671a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "86b7d1ec-47df-4565-b010-4beb40d354d9",
    "vfModuleModelCustomizationUUID": "a4ee0e2d-8a1f-410c-96bd-215ad9c9ee98",
    "isBase": true,
    "artifacts": [
      "4508590e-ee9d-4c70-bc54-2cbb2051d929",
      "92d28d70-fde3-4bf3-856d-876407e0885c",
      "66e7441f-4116-4025-924f-1613c22cba4d"
    ],
    "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-12-02T01:28:12.190Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:86b7d1ec-47df-4565-b010-4beb40d354d9
VfModuleModelInvariantUUID:8ea9c9ae-5eff-4dc7-b5aa-9476fd3b671a
VfModuleModelDescription:NULL
Artifacts UUID List:{
4508590e-ee9d-4c70-bc54-2cbb2051d929
,
92d28d70-fde3-4bf3-856d-876407e0885c
,
66e7441f-4116-4025-924f-1613c22cba4d

}
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-12-02T01:28:12.190Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4508590e-ee9d-4c70-bc54-2cbb2051d929 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-12-02T01:28:12.190Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-02T01:28:12.190Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||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-12-02T01:28:12.253Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-02T01:28:12.253Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 4508590e-ee9d-4c70-bc54-2cbb2051d929 1164
2022-12-02T01:28:12.254Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||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-12-02T01:28:12.254Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||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-12-02T01:28:12.254Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-02T01:28:12.254Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:28:12.256Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:28:12.256Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944492254,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:28:12.357Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-02T01:28:12.358Z||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-12-02T01:28:12.358Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:28:12.375Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:28:12.376Z||pool-80-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-02T01:28:13.258Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 66e7441f-4116-4025-924f-1613c22cba4d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-12-02T01:28:13.258Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-02T01:28:13.259Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||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-12-02T01:28:13.336Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-02T01:28:13.336Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 66e7441f-4116-4025-924f-1613c22cba4d 200
2022-12-02T01:28:13.337Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||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-12-02T01:28:13.337Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||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-12-02T01:28:13.337Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-02T01:28:13.337Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:28:13.340Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:28:13.340Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944493337,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:28:13.440Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T01:28:13.441Z||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-12-02T01:28:13.442Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:28:13.460Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:28:13.461Z||pool-81-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-12-02T01:28:14.341Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 4b0db9c8-8799-42e7-a309-16e50a85eb0b
2022-12-02T01:28:14.342Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 a0091487-30a4-4db7-8a15-a737079910ee 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=?
2022-12-02T01:28:14.366Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||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 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-12-02T01:28:14.386Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1a5a8eb7, org.onap.sdc.toscaparser.api.parameters.Input@b0a8c45, org.onap.sdc.toscaparser.api.parameters.Input@59310792, org.onap.sdc.toscaparser.api.parameters.Input@37a53645, org.onap.sdc.toscaparser.api.parameters.Input@79443930]
2022-12-02T01:28:14.389Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:28:14.389Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:28:14.390Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-12-02T01:28:14.390Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 23ffd5d3-4359-4bd0-87b8-4218973b33c2
2022-12-02T01:28:14.390Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 23ffd5d3-4359-4bd0-87b8-4218973b33c2 matches Tosca VF Customization UUID: 23ffd5d3-4359-4bd0-87b8-4218973b33c2
2022-12-02T01:28:14.390Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 23ffd5d3-4359-4bd0-87b8-4218973b33c2  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-12-02T01:28:14.396Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:28:14.397Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:28:14.398Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 23ffd5d3-4359-4bd0-87b8-4218973b33c2: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-02T01:28:14.398Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@69a6739c
2022-12-02T01:28:14.398Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:28:14.399Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-02T01:28:14.399Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a4ee0e2d-8a1f-410c-96bd-215ad9c9ee98
2022-12-02T01:28:14.399Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a4ee0e2d-8a1f-410c-96bd-215ad9c9ee98
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-12-02T01:28:14.405Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:28:14.406Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-02T01:28:14.406Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T01:28:14.407Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:28:14.408Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-02T01:28:14.408Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T01:28:14.408Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:28:14.408Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-12-02T01:28:14.408Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-12-02T01:28:14.409Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=cc21ecc0-aa53-4ac7-a06e-b2ebe22fc187
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-12-02T01:28:14.417Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:28:14.418Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-02T01:28:14.418Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T01:28:14.419Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:28:14.419Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-02T01:28:14.419Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=23ffd5d3-4359-4bd0-87b8-4218973b33c2
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-12-02T01:28:14.428Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:28:14.429Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:28:14.429Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 4b0db9c8-8799-42e7-a309-16e50a85eb0b: basic_cnf
2022-12-02T01:28:14.429Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:28:14.429Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:28:14.430Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:28:14.430Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:28:14.430Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:28:14.430Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:28:14.430Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:28:14.430Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:28:14.430Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T01:28:14.431Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T01:28:14.431Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||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-12-02T01:28:14.665Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf a0091487-30a4-4db7-8a15-a737079910ee 1 ASDC deployResourceStructure
2022-12-02T01:28:14.667Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||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-12-02T01:28:14.668Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||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-12-02T01:28:14.668Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-12-02T01:28:14.668Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:28:14.672Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:28:14.672Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944494667,
  "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-12-02T01:28:14.773Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T01:28:14.774Z||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-12-02T01:28:14.774Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:28:14.806Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:28:14.807Z||pool-82-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-12-02T01:28:15.674Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||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-12-02T01:28:15.674Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||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-12-02T01:28:15.674Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-12-02T01:28:15.675Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:28:15.677Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:28:15.677Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944495674,
  "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-12-02T01:28:15.783Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-12-02T01:28:15.784Z||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-12-02T01:28:15.787Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:28:15.816Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:28:15.816Z||pool-83-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-12-02T01:28:16.681Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||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-12-02T01:28:16.682Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||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-12-02T01:28:16.683Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-02T01:28:16.683Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:28:16.686Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:28:16.687Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944496681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-02T01:28:16.787Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-02T01:28:16.788Z||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-12-02T01:28:16.788Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:28:16.817Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:28:16.817Z||pool-84-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-12-02T01:28:17.691Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||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-12-02T01:28:17.691Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||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-12-02T01:28:17.691Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-02T01:28:17.692Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:28:17.712Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:28:17.712Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944497690,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-12-02T01:28:17.815Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-02T01:28:17.816Z||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-12-02T01:28:17.816Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:28:17.848Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:28:17.850Z||pool-85-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-12-02T01:28:18.714Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||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-12-02T01:28:18.714Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||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-12-02T01:28:18.715Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-02T01:28:18.715Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:28:18.719Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:28:18.720Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944498714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-12-02T01:28:18.820Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-02T01:28:18.821Z||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-12-02T01:28:18.821Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:28:18.843Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:28:18.844Z||pool-86-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-12-02T01:28:19.720Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-12-02T01:28:19.721Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-12-02T01:28:19.721Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-02T01:28:19.721Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:28:19.725Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:28:19.726Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944499720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T01:28:19.825Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-02T01:28:19.826Z||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-12-02T01:28:19.827Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:28:19.852Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:28:19.852Z||pool-87-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-12-02T01:28:20.727Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a60c4777-054a-4b2c-befa-1380e94e9909
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-12-02T01:28:20.745Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a60c4777-054a-4b2c-befa-1380e94e9909
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-12-02T01:28:20.750Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-02T01:28:20.751Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-02T01:28:20.751Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-02T01:28:23.354Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:28:23.355Z||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-12-02T01:28:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:28:23.398Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:28:23.401Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:28:23.401Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944323297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/resourceInstances/pnfbaf8bcea5d830/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:28:23.403Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:28:23.404Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:28:23.404Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669944323078,
  "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-12-02T01:28:23.426Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a60c4777-054a-4b2c-befa-1380e94e9909
2022-12-02T01:28:23.426Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a60c4777-054a-4b2c-befa-1380e94e9909 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-12-02T01:28:23.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:28:23.447Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944323297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/resourceInstances/pnfbaf8bcea5d830/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:28:23.447Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:28:23.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:28:23.447Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "aai-model-loader",
  "timestamp": 1669944325112,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T01:28:23.447Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:28:23.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:28:23.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944323297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/resourceInstances/pnfbaf8bcea5d830/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:28:23.448Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:28:23.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:28:23.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "aai-model-loader",
  "timestamp": 1669944326115,
  "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-12-02T01:28:23.457Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a60c4777-054a-4b2c-befa-1380e94e9909
2022-12-02T01:28:23.458Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a60c4777-054a-4b2c-befa-1380e94e9909 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-12-02T01:28:23.471Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:28:23.471Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944323297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/resourceInstances/pnfbaf8bcea5d830/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:28:23.472Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:28:23.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:28:23.472Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944323297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/resourceInstances/pnfbaf8bcea5d830/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:28:23.472Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:28:23.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:28:23.472Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944323297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/resourceInstances/pnfbaf8bcea5d830/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:28:23.473Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:28:23.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:28:23.473Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944323297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/artifacts/service-DemoPnfArdzkrk4vuqx4slaxdun-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:28:23.473Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:28:23.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:28:23.473Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944323297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/artifacts/service-DemoPnfArdzkrk4vuqx4slaxdun-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T01:28:23.473Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:28:23.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:28:23.473Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944332219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/artifacts/service-DemoPnfArdzkrk4vuqx4slaxdun-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:28:23.473Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:28:23.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:28:23.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944334685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArdzkrk4vuqx4slaxdun/1.0/artifacts/service-DemoPnfArdzkrk4vuqx4slaxdun-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T01:28:23.474Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:28:50.751Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a60c4777-054a-4b2c-befa-1380e94e9909
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-12-02T01:28:50.787Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a60c4777-054a-4b2c-befa-1380e94e9909
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-12-02T01:28:50.794Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-02T01:28:50.794Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-02T01:28:50.794Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-02T01:28:50.794Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-02T01:28:50.795Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T01:28:50.795Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T01:28:50.795Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T01:28:50.795Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T01:28:50.796Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||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-12-02T01:28:50.816Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-02T01:29:20.817Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a60c4777-054a-4b2c-befa-1380e94e9909 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-12-02T01:29:20.839Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a60c4777-054a-4b2c-befa-1380e94e9909 and serviceModelVersionId: 4b0db9c8-8799-42e7-a309-16e50a85eb0b
2022-12-02T01:29:20.840Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b1a7b702-ff12-4733-955f-457aeda6517e
2022-12-02T01:29:20.843Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b1a7b702-ff12-4733-955f-457aeda6517e/model-vers/model-ver/4b0db9c8-8799-42e7-a309-16e50a85eb0b?depth=0
2022-12-02T01:29:20.850Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-12-02T01:29:20.901Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a7b702-ff12-4733-955f-457aeda6517e/model-vers/model-ver/4b0db9c8-8799-42e7-a309-16e50a85eb0b?depth=0|INFO|500||Invoke
2022-12-02T01:29:20.902Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a7b702-ff12-4733-955f-457aeda6517e/model-vers/model-ver/4b0db9c8-8799-42e7-a309-16e50a85eb0b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a7b702-ff12-4733-955f-457aeda6517e/model-vers/model-ver/4b0db9c8-8799-42e7-a309-16e50a85eb0b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a60c4777-054a-4b2c-befa-1380e94e9909], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[af0cef02-462b-4e80-bdc8-b6f185c828ce], X-ECOMP-RequestID=[a60c4777-054a-4b2c-befa-1380e94e9909], X-TransactionId=[], X-ONAP-RequestID=[a60c4777-054a-4b2c-befa-1380e94e9909], Content-Type=[application/merge-patch+json]}
2022-12-02T01:29:20.920Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a7b702-ff12-4733-955f-457aeda6517e/model-vers/model-ver/4b0db9c8-8799-42e7-a309-16e50a85eb0b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-02T01:29:21.372Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a7b702-ff12-4733-955f-457aeda6517e/model-vers/model-ver/4b0db9c8-8799-42e7-a309-16e50a85eb0b?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/b1a7b702-ff12-4733-955f-457aeda6517e/model-vers/model-ver/4b0db9c8-8799-42e7-a309-16e50a85eb0b?depth=0 has http status code:200 and response headers:{date=[Fri, 02 Dec 2022 01:29:20 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[433], vertex-id=[471112], x-aai-txid=[0-aai-resources-221202-01:29:20:233-3016], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-02T01:29:21.373Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a7b702-ff12-4733-955f-457aeda6517e/model-vers/model-ver/4b0db9c8-8799-42e7-a309-16e50a85eb0b?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-02T01:29:21.377Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a7b702-ff12-4733-955f-457aeda6517e/model-vers/model-ver/4b0db9c8-8799-42e7-a309-16e50a85eb0b?depth=0|INFO|500||InvokeReturn
2022-12-02T01:29:21.377Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-02T01:29:21.378Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||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-12-02T01:29:21.417Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||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-12-02T01:29:21.418Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a60c4777-054a-4b2c-befa-1380e94e9909 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-02T01:29:21.418Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-02T01:29:21.419Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-02T01:29:21.428Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T01:29:21.429Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944561418,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-02T01:29:21.534Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-12-02T01:29:21.535Z||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-12-02T01:29:21.535Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T01:29:21.614Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:29:21.616Z||pool-88-thread-1|||||INFO|500||cambria reply ok (80 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-12-02T01:29:22.585Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:29:22.590Z|a60c4777-054a-4b2c-befa-1380e94e9909|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-12-02T01:29:22.590Z|a60c4777-054a-4b2c-befa-1380e94e9909|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:29:23.354Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:29:23.355Z||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-12-02T01:29:23.356Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:29:23.404Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:29:23.405Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:29:23.405Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "909eed8f-db73-44d5-b9a5-e1cf2bf0c8b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944426049,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-02T01:29:23.406Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:29:23.406Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:29:23.407Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944323297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:29:23.407Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:29:23.407Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:29:23.407Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944323297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-12-02T01:29:23.407Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:29:23.407Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:29:23.407Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944323297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-02T01:29:23.407Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:29:23.407Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:29:23.407Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944323297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:29:23.407Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:29:23.408Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:29:23.408Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944323297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-02T01:29:23.408Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:29:23.408Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:29:23.408Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944323297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:29:23.408Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:29:23.408Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:29:23.408Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944323297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T01:29:23.408Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:29:23.408Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:29:23.408Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944434274,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:29:23.408Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:29:23.409Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:29:23.409Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944437342,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:29:23.409Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:29:23.409Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:29:23.409Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944438421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:29:23.409Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:29:23.409Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:29:23.409Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944439523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:29:23.409Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:29:23.409Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:29:23.410Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944440991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-02T01:29:23.410Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:29:23.410Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:29:23.410Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944442001,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-12-02T01:29:23.410Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:29:23.410Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:29:23.410Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944443006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-12-02T01:29:23.410Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:29:33.030Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:29:33.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:29:33.032Z||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-12-02T01:29:33.032Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:29:42.604Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:29:42.605Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:29:42.606Z||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-12-02T01:29:42.606Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:29:52.205Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:29:52.206Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:29:52.208Z||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-12-02T01:29:52.208Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:30:01.934Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:30:23.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:30:23.299Z||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-12-02T01:30:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:30:23.353Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:30:23.354Z||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-12-02T01:30:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:30:23.388Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:30:23.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:30:23.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944444012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T01:30:23.391Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:30:23.391Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:30:23.391Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8aa09b1-078a-406d-be06-a2e9e7c50338",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944475478,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-02T01:30:23.391Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:30:23.392Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:30:23.392Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944323297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:30:23.392Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:30:23.392Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:30:23.392Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944323297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-12-02T01:30:23.392Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:30:23.392Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:30:23.393Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944323297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-12-02T01:30:23.393Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:30:23.393Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:30:23.393Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944323297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-12-02T01:30:23.393Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:30:23.393Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:30:23.393Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944323297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-12-02T01:30:23.393Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:30:23.393Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:30:23.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944323297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:30:23.394Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:30:23.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:30:23.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944323297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-12-02T01:30:23.394Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:30:23.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:30:23.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944323297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T01:30:23.395Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:30:23.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:30:23.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944323297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T01:30:23.395Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T01:30:23.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:30:23.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944485760,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:30:23.396Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:30:23.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:30:23.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944489022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:30:23.396Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:30:23.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:30:23.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944490100,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:30:23.396Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:30:23.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:30:23.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944491175,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:30:23.397Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:30:23.397Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:30:23.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944492254,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:30:23.397Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:30:23.397Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:30:23.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944493337,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-12-02T01:30:23.397Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:30:23.398Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:30:23.398Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944494667,
  "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-12-02T01:30:23.398Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:30:23.398Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:30:23.398Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944495674,
  "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-12-02T01:30:23.399Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:30:23.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:30:23.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944496681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-02T01:30:23.399Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:30:23.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:30:23.400Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944497690,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-12-02T01:30:23.400Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:30:23.400Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:30:23.400Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944498714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-12-02T01:30:23.401Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:30:23.401Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:30:23.401Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944499720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T01:30:23.401Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:30:32.874Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:31:23.323Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:31:23.350Z||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-12-02T01:31:23.350Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:31:23.353Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:31:23.354Z||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-12-02T01:31:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:31:24.455Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:31:24.456Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T01:31:24.456Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a60c4777-054a-4b2c-befa-1380e94e9909",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669944561418,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-02T01:31:24.516Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T01:31:33.118Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:32:23.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:32:23.300Z||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-12-02T01:32:23.300Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:32:23.353Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:32:23.354Z||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-12-02T01:32:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:32:32.896Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:32:32.946Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:33:23.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:33:23.300Z||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-12-02T01:33:23.300Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:33:23.353Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:33:23.354Z||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-12-02T01:33:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:33:32.872Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:33:32.930Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:34:23.301Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:34:23.302Z||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-12-02T01:34:23.302Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:34:23.353Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:34:23.354Z|a60c4777-054a-4b2c-befa-1380e94e9909|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-12-02T01:34:23.354Z|a60c4777-054a-4b2c-befa-1380e94e9909|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:34:32.863Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:34:32.946Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:35:23.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:35:23.300Z||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-12-02T01:35:23.300Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:35:23.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:35:23.354Z||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-12-02T01:35:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:35:32.852Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:35:32.909Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:36:23.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:36:23.299Z||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-12-02T01:36:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:36:23.353Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:36:23.354Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|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-12-02T01:36:23.354Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:36:32.868Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:36:32.919Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:37:23.298Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:37:23.299Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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-12-02T01:37:23.299Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:37:23.353Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:37:23.354Z||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-12-02T01:37:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:37:32.910Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:37:32.939Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:38:23.299Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:38:23.302Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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-12-02T01:38:23.302Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:38:23.354Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:38:23.355Z||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-12-02T01:38:23.356Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:38:32.925Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:38:32.931Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:39:23.298Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:39:23.299Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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-12-02T01:39:23.299Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:39:23.353Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:39:23.355Z|a60c4777-054a-4b2c-befa-1380e94e9909|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-12-02T01:39:23.355Z|a60c4777-054a-4b2c-befa-1380e94e9909|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:39:32.879Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:39:32.915Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:40:23.298Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:40:23.299Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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-12-02T01:40:23.299Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:40:23.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:40:23.354Z||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-12-02T01:40:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:40:32.882Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:40:32.942Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:41:23.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:41:23.299Z||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-12-02T01:41:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:41:23.353Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:41:23.354Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|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-12-02T01:41:23.355Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:41:32.870Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:41:32.911Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:42:23.297Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:42:23.298Z||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-12-02T01:42:23.298Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:42:23.353Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:42:23.354Z||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-12-02T01:42:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:42:32.931Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:42:33.080Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:43:23.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:43:23.299Z||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-12-02T01:43:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:43:23.354Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:43:23.354Z||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-12-02T01:43:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:43:32.889Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:43:32.945Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:44:23.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:44:23.299Z||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-12-02T01:44:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:44:23.353Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:44:23.354Z|a60c4777-054a-4b2c-befa-1380e94e9909|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-12-02T01:44:23.354Z|a60c4777-054a-4b2c-befa-1380e94e9909|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:44:32.878Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:44:32.939Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:45:23.298Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:45:23.299Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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-12-02T01:45:23.299Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:45:23.354Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:45:23.355Z||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-12-02T01:45:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:45:32.864Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:45:32.910Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:46:23.298Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:46:23.299Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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-12-02T01:46:23.299Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:46:23.353Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:46:23.354Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|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-12-02T01:46:23.354Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:46:32.883Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:46:32.923Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:47:23.297Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:47:23.298Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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-12-02T01:47:23.298Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:47:23.353Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:47:23.354Z||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-12-02T01:47:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:47:32.892Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:47:32.915Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:48:23.298Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:48:23.299Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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-12-02T01:48:23.299Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:48:23.353Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:48:23.354Z||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-12-02T01:48:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:48:32.889Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:48:32.937Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:49:23.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:49:23.300Z||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-12-02T01:49:23.300Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:49:23.353Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:49:23.354Z|a60c4777-054a-4b2c-befa-1380e94e9909|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-12-02T01:49:23.354Z|a60c4777-054a-4b2c-befa-1380e94e9909|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:49:32.891Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:49:32.935Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:50:23.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:50:23.299Z||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-12-02T01:50:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:50:23.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:50:23.354Z||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-12-02T01:50:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:50:32.857Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:50:32.951Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:51:23.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:51:23.299Z||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-12-02T01:51:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:51:23.353Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:51:23.354Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|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-12-02T01:51:23.354Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:51:32.892Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:51:32.912Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:52:23.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:52:23.299Z||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-12-02T01:52:23.300Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:52:23.353Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:52:23.354Z||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-12-02T01:52:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:52:32.869Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:52:32.941Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:53:23.298Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:53:23.299Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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-12-02T01:53:23.299Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:53:23.353Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:53:23.354Z||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-12-02T01:53:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:53:32.865Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:53:32.955Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:54:23.297Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:54:23.298Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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-12-02T01:54:23.299Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:54:23.353Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:54:23.354Z|a60c4777-054a-4b2c-befa-1380e94e9909|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-12-02T01:54:23.354Z|a60c4777-054a-4b2c-befa-1380e94e9909|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:54:32.923Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:54:32.928Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:55:23.298Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:55:23.298Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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-12-02T01:55:23.299Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:55:23.354Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:55:23.355Z|a60c4777-054a-4b2c-befa-1380e94e9909|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-12-02T01:55:23.355Z|a60c4777-054a-4b2c-befa-1380e94e9909|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:55:32.870Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:55:32.930Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:56:23.298Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:56:23.299Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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-12-02T01:56:23.299Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:56:23.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:56:23.354Z||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-12-02T01:56:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:56:32.885Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:56:32.923Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:57:23.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:57:23.299Z||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-12-02T01:57:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:57:23.354Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:57:23.355Z||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-12-02T01:57:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:57:32.862Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:57:32.940Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:58:23.297Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:58:23.299Z||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-12-02T01:58:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:58:23.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:58:23.354Z||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-12-02T01:58:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:58:32.870Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:58:32.919Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:59:23.297Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:59:23.298Z||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-12-02T01:59:23.298Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:59:23.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T01:59:23.354Z||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-12-02T01:59:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T01:59:32.883Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T01:59:32.961Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:00:23.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:00:23.299Z||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-12-02T02:00:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:00:23.353Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:00:23.354Z|a60c4777-054a-4b2c-befa-1380e94e9909|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-12-02T02:00:23.355Z|a60c4777-054a-4b2c-befa-1380e94e9909|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:00:32.866Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:00:32.918Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:01:23.301Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:01:23.303Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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-12-02T02:01:23.303Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:01:23.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:01:23.354Z||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-12-02T02:01:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:01:32.896Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:01:32.931Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:02:23.298Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:02:23.300Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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-12-02T02:02:23.301Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:02:23.354Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:02:23.355Z||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-12-02T02:02:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:02:32.899Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:02:32.924Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:03:23.301Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:03:23.304Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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-12-02T02:03:23.305Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:03:23.354Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:03:23.354Z||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-12-02T02:03:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:03:32.879Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:03:32.921Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:04:23.303Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:04:23.305Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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-12-02T02:04:23.305Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:04:23.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:04:23.354Z||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-12-02T02:04:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:04:32.886Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:04:32.948Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:05:23.297Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:05:23.298Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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-12-02T02:05:23.298Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:05:23.353Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:05:23.354Z|a60c4777-054a-4b2c-befa-1380e94e9909|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-12-02T02:05:23.354Z|a60c4777-054a-4b2c-befa-1380e94e9909|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:05:32.876Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:05:32.936Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:06:23.298Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:06:23.299Z||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-12-02T02:06:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:06:23.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:06:23.354Z||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-12-02T02:06:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:06:32.866Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:06:32.949Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:07:23.300Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:07:23.301Z||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-12-02T02:07:23.302Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:07:23.353Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:07:23.354Z||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-12-02T02:07:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:07:32.896Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:07:32.946Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:08:23.297Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:08:23.298Z||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-12-02T02:08:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:08:23.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:08:23.354Z||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-12-02T02:08:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:08:32.886Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:08:32.959Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:09:23.298Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:09:23.303Z||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-12-02T02:09:23.304Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:09:23.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:09:23.354Z||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-12-02T02:09:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:09:27.381Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:09:27.382Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:09:27.383Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "aai-model-loader",
  "timestamp": 1669946963456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:09:27.385Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:09:27.849Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:09:27.850Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-02T02:09:27.850Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"26468fd4-181d-4612-90e7-892fe5ca4de3","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"1f2bc1c6-deb5-4cea-b413-64ebe7c6025d","serviceDescription":"service","serviceInvariantUUID":"9a885056-5d79-49fa-8df1-0ddf66494274","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b4f37bfc-eb82-487c-b2da-d194dd5b016a","resourceInvariantUUID":"8bcdf5fa-368b-4b54-a1cb-cdf967df0f4a","resourceCustomizationUUID":"3a9f9b45-92ee-4c2a-af98-72da5ead6e42","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":"OTcxNzJiZGNjOTU0YTE0MDE4NWUwNjdjNjYxNzUwMzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"22a50486-0d5f-4b60-af1c-056f7196c320","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":"MDEyNWQ4Y2M2MWJiZWZhNDFkZGMyZjkzYzg3OTM1YjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d238fa14-5e0c-45e8-8741-b970a675ed20","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":"3a184cb2-f3bd-4b60-99c4-6c396932545e","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":"ef1837ba-8610-4191-943e-1cfef6fc9e7d","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":"35139802-ed09-4741-b8a5-da4be4bc8695","artifactVersion":"2","generatedFromUUID":"3a184cb2-f3bd-4b60-99c4-6c396932545e"},{"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":"ZGNkMDZhNDRlNWQzMGNjMjRmMTkxN2MxYzljYjcwN2U\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"97af2913-3405-4f4c-bbeb-5cdac2779977","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":"OTlhYjkyYWE1OGVmNjc3NDFmNjFmMzcwNmVmMjA2ZTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d5bdcb9b-4924-49cb-a8b3-9cfbc4750856","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"N2MwYmVhOTNkOThkNDk4N2Q4ODJhNDVmMTUzMjI2ZTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cd2256ba-d637-40aa-8aec-5172376e7a09","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-02T02:09:27.853Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T02:09:27.854Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T02:09:27.858Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T02:09:27.859Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669946963298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:09:27.959Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-02T02:09:27.960Z||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-12-02T02:09:27.960Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T02:09:27.986Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:09:27.987Z||pool-89-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":5,"count":1}
2022-12-02T02:09:28.860Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T02:09:28.861Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T02:09:28.864Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T02:09:28.864Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669946963298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-02T02:09:28.965Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-02T02:09:28.966Z||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-12-02T02:09:28.967Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T02:09:28.997Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:09:28.998Z||pool-90-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-12-02T02:09:29.865Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T02:09:29.866Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T02:09:29.868Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T02:09:29.868Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669946963298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-02T02:09:29.969Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T02:09:29.970Z||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-12-02T02:09:29.970Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T02:09:29.991Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:09:29.992Z||pool-91-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-12-02T02:09:30.869Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T02:09:30.869Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T02:09:30.872Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T02:09:30.872Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669946963298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:09:30.972Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T02:09:30.973Z||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-12-02T02:09:30.973Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T02:09:30.989Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:09:30.990Z||pool-92-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-02T02:09:31.873Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T02:09:31.877Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T02:09:31.881Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T02:09:31.882Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669946963298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-02T02:09:31.981Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-02T02:09:31.982Z||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-12-02T02:09:31.983Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T02:09:32.001Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:09:32.002Z||pool-93-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-12-02T02:09:32.882Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T02:09:32.883Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T02:09:32.885Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T02:09:32.885Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669946963298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:09:32.986Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-02T02:09:32.987Z||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-12-02T02:09:32.987Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T02:09:33.014Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:09:33.015Z||pool-94-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-12-02T02:09:33.888Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T02:09:33.889Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T02:09:33.893Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T02:09:33.894Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669946963298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:09:33.994Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T02:09:33.995Z||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-12-02T02:09:33.995Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T02:09:34.016Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:09:34.017Z||pool-95-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-12-02T02:09:34.895Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T02:09:34.896Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T02:09:34.898Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T02:09:34.899Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669946963298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T02:09:34.999Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T02:09:35.000Z||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-12-02T02:09:35.000Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T02:09:35.020Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:09:35.020Z||pool-96-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-02T02:09:35.900Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "1f2bc1c6-deb5-4cea-b413-64ebe7c6025d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9a885056-5d79-49fa-8df1-0ddf66494274",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "3a9f9b45-92ee-4c2a-af98-72da5ead6e42",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b4f37bfc-eb82-487c-b2da-d194dd5b016a",
      "resourceInvariantUUID": "8bcdf5fa-368b-4b54-a1cb-cdf967df0f4a",
      "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": "MDEyNWQ4Y2M2MWJiZWZhNDFkZGMyZjkzYzg3OTM1YjM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d238fa14-5e0c-45e8-8741-b970a675ed20",
          "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": "3a184cb2-f3bd-4b60-99c4-6c396932545e",
          "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": "35139802-ed09-4741-b8a5-da4be4bc8695",
            "generatedFromUUID": "3a184cb2-f3bd-4b60-99c4-6c396932545e"
          },
          "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": "35139802-ed09-4741-b8a5-da4be4bc8695",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "N2MwYmVhOTNkOThkNDk4N2Q4ODJhNDVmMTUzMjI2ZTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cd2256ba-d637-40aa-8aec-5172376e7a09"
    }
  ],
  "workloadContext": "Production"
}
2022-12-02T02:09:35.901Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-02T02:09:35.901Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1f2bc1c6-deb5-4cea-b413-64ebe7c6025d ASDC
2022-12-02T02:09:35.902Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:26468fd4-181d-4612-90e7-892fe5ca4de3
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:1f2bc1c6-deb5-4cea-b413-64ebe7c6025d
ServiceInvariantUUID:9a885056-5d79-49fa-8df1-0ddf66494274
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:cd2256ba-d637-40aa-8aec-5172376e7a09
ArtifactChecksum:N2MwYmVhOTNkOThkNDk4N2Q4ODJhNDVmMTUzMjI2ZTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:3a9f9b45-92ee-4c2a-af98-72da5ead6e42
ResourceInvariantUUID:8bcdf5fa-368b-4b54-a1cb-cdf967df0f4a
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:b4f37bfc-eb82-487c-b2da-d194dd5b016a
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:d238fa14-5e0c-45e8-8741-b970a675ed20
ArtifactChecksum:MDEyNWQ4Y2M2MWJiZWZhNDFkZGMyZjkzYzg3OTM1YjM=
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:3a184cb2-f3bd-4b60-99c4-6c396932545e
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:35139802-ed09-4741-b8a5-da4be4bc8695
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:35139802-ed09-4741-b8a5-da4be4bc8695
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-02T02:09:35.903Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1f2bc1c6-deb5-4cea-b413-64ebe7c6025d 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-12-02T02:09:35.962Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-02T02:09:35.963Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-12-02T02:09:35.964Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-12-02T02:09:35.964Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: cd2256ba-d637-40aa-8aec-5172376e7a09 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-12-02T02:09:35.964Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-12-02T02:09:35.964Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-12-02T02:09:36.026Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-12-02T02:09:36.027Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar cd2256ba-d637-40aa-8aec-5172376e7a09 83014
2022-12-02T02:09:36.028Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-12-02T02:09:36.028Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-12-02T02:09:36.028Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-02T02:09:36.028Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T02:09:36.031Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T02:09:36.031Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669946976028,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T02:09:36.131Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T02:09:36.132Z||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-12-02T02:09:36.132Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T02:09:36.153Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:09:36.154Z||pool-97-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-12-02T02:09:37.031Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-02T02:09:37.032Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-12-02T02:09:37.033Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: cd2256ba-d637-40aa-8aec-5172376e7a09, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-02T02:09:37.033Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-12-02T02:09:37.034Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-02T02:09:37.034Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-02T02:09:37.255Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4103277316961940615/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-12-02T02:09:39.033Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-02T02:09:39.034Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-12-02T02:09:39.034Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-02T02:09:39.035Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-02T02:09:39.035Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||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-12-02T02:09:39.035Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||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-12-02T02:09:39.035Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||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-12-02T02:09:39.035Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||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-12-02T02:09:39.035Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||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-12-02T02:09:39.035Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||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-12-02T02:09:39.035Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||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-12-02T02:09:39.036Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-12-02T02:09:39.036Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T02:09:39.036Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T02:09:39.037Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-02T02:09:39.037Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-12-02T02:09:39.037Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-02T02:09:39.037Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T02:09:39.038Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T02:09:39.038Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-02T02:09:39.038Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-12-02T02:09:39.038Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-02T02:09:39.038Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T02:09:39.039Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T02:09:39.039Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T02:09:39.039Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-12-02T02:09:39.039Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-12-02T02:09:39.039Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-12-02T02:09:39.040Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-12-02T02:09:39.041Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-02T02:09:39.041Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-02T02:09:39.042Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T02:09:39.042Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-02T02:09:39.042Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T02:09:39.042Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-02T02:09:39.043Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T02:09:39.043Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T02:09:39.043Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-02T02:09:39.043Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T02:09:39.044Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T02:09:39.044Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-02T02:09:39.044Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T02:09:39.044Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T02:09:39.044Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-12-02T02:09:39.044Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-12-02T02:09:39.045Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-02T02:09:39.045Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b88dd8f6-6cf0-4213-922d-8ecc225bae1d
2022-12-02T02:09:39.045Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T02:09:39.045Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T02:09:39.045Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T02:09:39.046Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T02:09:39.046Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T02:09:39.046Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T02:09:39.046Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T02:09:39.046Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T02:09:39.048Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:1f2bc1c6-deb5-4cea-b413-64ebe7c6025d
Model Version:NULL
Model InvariantUuid:9a885056-5d79-49fa-8df1-0ddf66494274
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:503072db-53b2-4479-a2a2-0fc6120adaef
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8bcdf5fa-368b-4b54-a1cb-cdf967df0f4a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3a9f9b45-92ee-4c2a-af98-72da5ead6e42
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6553c31f-3020-458e-b66b-9f9d08e6d7d9
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:4abd8fed-73e3-4e88-b2d2-43b8479b562f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b88dd8f6-6cf0-4213-922d-8ecc225bae1d
ModelInvariantUuid:03e99092-e373-4d8f-81ac-4d070727ea13
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:86b7ede8-424f-45d1-ba94-840932533f62
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:5401bf7e-365a-421e-a6cf-5df69f9a443e
ModelInvariantUuid:5a2e3109-15fd-407f-9491-b6d024869d86
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:6eca417f-da35-4eef-b710-84c353c4ba71
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-12-02T02:09:39.060Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: b4f37bfc-eb82-487c-b2da-d194dd5b016a
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-12-02T02:09:39.066Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||basic_vm_macro 0
2022-12-02T02:09:39.066Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b4f37bfc-eb82-487c-b2da-d194dd5b016a
2022-12-02T02:09:39.066Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d238fa14-5e0c-45e8-8741-b970a675ed20 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-12-02T02:09:39.067Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-12-02T02:09:39.067Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||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-12-02T02:09:39.126Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-12-02T02:09:39.127Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json d238fa14-5e0c-45e8-8741-b970a675ed20 792
2022-12-02T02:09:39.127Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||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-12-02T02:09:39.127Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||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-12-02T02:09:39.127Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-02T02:09:39.127Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T02:09:39.131Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T02:09:39.131Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669946979127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-02T02:09:39.231Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T02:09:39.232Z||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-12-02T02:09:39.233Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T02:09:39.266Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:09:39.267Z||pool-98-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-12-02T02:09:40.132Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "6553c31f-3020-458e-b66b-9f9d08e6d7d9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4abd8fed-73e3-4e88-b2d2-43b8479b562f",
    "vfModuleModelCustomizationUUID": "c739dfa0-580d-4b5d-b0c0-a24b4f839bae",
    "isBase": true,
    "artifacts": [
      "3a184cb2-f3bd-4b60-99c4-6c396932545e",
      "35139802-ed09-4741-b8a5-da4be4bc8695"
    ],
    "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-12-02T02:09:40.139Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4abd8fed-73e3-4e88-b2d2-43b8479b562f
VfModuleModelInvariantUUID:6553c31f-3020-458e-b66b-9f9d08e6d7d9
VfModuleModelDescription:NULL
Artifacts UUID List:{
3a184cb2-f3bd-4b60-99c4-6c396932545e
,
35139802-ed09-4741-b8a5-da4be4bc8695

}
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-12-02T02:09:40.143Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "6553c31f-3020-458e-b66b-9f9d08e6d7d9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4abd8fed-73e3-4e88-b2d2-43b8479b562f",
    "vfModuleModelCustomizationUUID": "c739dfa0-580d-4b5d-b0c0-a24b4f839bae",
    "isBase": true,
    "artifacts": [
      "3a184cb2-f3bd-4b60-99c4-6c396932545e",
      "35139802-ed09-4741-b8a5-da4be4bc8695"
    ],
    "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-12-02T02:09:40.143Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4abd8fed-73e3-4e88-b2d2-43b8479b562f
VfModuleModelInvariantUUID:6553c31f-3020-458e-b66b-9f9d08e6d7d9
VfModuleModelDescription:NULL
Artifacts UUID List:{
3a184cb2-f3bd-4b60-99c4-6c396932545e
,
35139802-ed09-4741-b8a5-da4be4bc8695

}
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-12-02T02:09:40.144Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 3a184cb2-f3bd-4b60-99c4-6c396932545e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-12-02T02:09:40.144Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-12-02T02:09:40.144Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||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-12-02T02:09:40.202Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-12-02T02:09:40.203Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 3a184cb2-f3bd-4b60-99c4-6c396932545e 5033
2022-12-02T02:09:40.203Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||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-12-02T02:09:40.203Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||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-12-02T02:09:40.204Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-02T02:09:40.204Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T02:09:40.209Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T02:09:40.209Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669946980203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-02T02:09:40.309Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T02:09:40.310Z||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-12-02T02:09:40.310Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T02:09:40.326Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:09:40.328Z||pool-99-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-02T02:09:41.210Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 35139802-ed09-4741-b8a5-da4be4bc8695 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-12-02T02:09:41.211Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-12-02T02:09:41.211Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||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-12-02T02:09:41.267Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-12-02T02:09:41.268Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 35139802-ed09-4741-b8a5-da4be4bc8695 903
2022-12-02T02:09:41.268Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||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-12-02T02:09:41.269Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||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-12-02T02:09:41.269Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-02T02:09:41.269Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T02:09:41.271Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T02:09:41.271Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669946981268,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-02T02:09:41.371Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T02:09:41.372Z||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-12-02T02:09:41.372Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T02:09:41.392Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:09:41.392Z||pool-100-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-02T02:09:42.272Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 1f2bc1c6-deb5-4cea-b413-64ebe7c6025d
2022-12-02T02:09:42.273Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 b4f37bfc-eb82-487c-b2da-d194dd5b016a 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-12-02T02:09:42.297Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@57d77853, org.onap.sdc.toscaparser.api.parameters.Input@7f323a48, org.onap.sdc.toscaparser.api.parameters.Input@5b5b7962, org.onap.sdc.toscaparser.api.parameters.Input@303a7585, org.onap.sdc.toscaparser.api.parameters.Input@5cc39631]
2022-12-02T02:09:42.299Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T02:09:42.300Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T02:09:42.300Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-12-02T02:09:42.300Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 3a9f9b45-92ee-4c2a-af98-72da5ead6e42
2022-12-02T02:09:42.301Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3a9f9b45-92ee-4c2a-af98-72da5ead6e42 matches Tosca VF Customization UUID: 3a9f9b45-92ee-4c2a-af98-72da5ead6e42
2022-12-02T02:09:42.301Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 3a9f9b45-92ee-4c2a-af98-72da5ead6e42  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-12-02T02:09:42.304Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T02:09:42.304Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T02:09:42.305Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 3a9f9b45-92ee-4c2a-af98-72da5ead6e42: {\"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-12-02T02:09:42.305Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@51a8355a
2022-12-02T02:09:42.306Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T02:09:42.306Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-02T02:09:42.306Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c739dfa0-580d-4b5d-b0c0-a24b4f839bae
2022-12-02T02:09:42.306Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c739dfa0-580d-4b5d-b0c0-a24b4f839bae
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-12-02T02:09:42.310Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T02:09:42.310Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-02T02:09:42.310Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T02:09:42.311Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T02:09:42.311Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-02T02:09:42.311Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T02:09:42.311Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T02:09:42.312Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-12-02T02:09:42.312Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-12-02T02:09:42.312Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-02T02:09:42.312Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b88dd8f6-6cf0-4213-922d-8ecc225bae1d
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-12-02T02:09:42.316Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T02:09:42.316Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-02T02:09:42.316Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T02:09:42.317Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T02:09:42.317Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-02T02:09:42.317Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=3a9f9b45-92ee-4c2a-af98-72da5ead6e42
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-12-02T02:09:42.320Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T02:09:42.321Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T02:09:42.321Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 1f2bc1c6-deb5-4cea-b413-64ebe7c6025d: basic_vm_macro
2022-12-02T02:09:42.321Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T02:09:42.321Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T02:09:42.322Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T02:09:42.322Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T02:09:42.322Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T02:09:42.322Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T02:09:42.323Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T02:09:42.323Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T02:09:42.323Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T02:09:42.324Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T02:09:42.324Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||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-12-02T02:09:42.477Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro b4f37bfc-eb82-487c-b2da-d194dd5b016a 1 ASDC deployResourceStructure
2022-12-02T02:09:42.478Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||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-12-02T02:09:42.478Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||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-12-02T02:09:42.478Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-02T02:09:42.478Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T02:09:42.481Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T02:09:42.481Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669946982477,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-02T02:09:42.581Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T02:09:42.582Z||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-12-02T02:09:42.582Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T02:09:42.599Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:09:42.600Z||pool-101-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-02T02:09:43.483Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||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-12-02T02:09:43.483Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||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-12-02T02:09:43.483Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-02T02:09:43.484Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T02:09:43.487Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T02:09:43.487Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669946983482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-12-02T02:09:43.587Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T02:09:43.588Z||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-12-02T02:09:43.589Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T02:09:43.619Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:09:43.620Z||pool-102-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-12-02T02:09:44.489Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||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-12-02T02:09:44.490Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||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-12-02T02:09:44.491Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-02T02:09:44.492Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T02:09:44.495Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T02:09:44.496Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669946984489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-12-02T02:09:44.598Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-02T02:09:44.599Z||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-12-02T02:09:44.599Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T02:09:44.620Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:09:44.620Z||pool-103-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-02T02:09:45.497Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-12-02T02:09:45.497Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-12-02T02:09:45.497Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-02T02:09:45.498Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T02:09:45.502Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T02:09:45.503Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669946985496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T02:09:45.601Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-12-02T02:09:45.602Z||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-12-02T02:09:45.602Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T02:09:45.623Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:09:45.623Z||pool-104-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-12-02T02:09:46.504Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 26468fd4-181d-4612-90e7-892fe5ca4de3
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-12-02T02:09:46.519Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 26468fd4-181d-4612-90e7-892fe5ca4de3
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-12-02T02:09:46.522Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-02T02:09:46.522Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-02T02:09:46.523Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-02T02:10:16.523Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 26468fd4-181d-4612-90e7-892fe5ca4de3
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-12-02T02:10:16.556Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 26468fd4-181d-4612-90e7-892fe5ca4de3
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-12-02T02:10:16.562Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-02T02:10:16.562Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-02T02:10:16.563Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-02T02:10:23.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:10:23.354Z||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-12-02T02:10:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:10:23.401Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:10:23.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:10:23.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669946958306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:10:23.403Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:10:46.563Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 26468fd4-181d-4612-90e7-892fe5ca4de3
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-12-02T02:10:46.591Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 26468fd4-181d-4612-90e7-892fe5ca4de3
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-12-02T02:10:46.613Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-02T02:10:46.613Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-02T02:10:46.614Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-02T02:11:16.614Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 26468fd4-181d-4612-90e7-892fe5ca4de3
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-12-02T02:11:16.638Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 26468fd4-181d-4612-90e7-892fe5ca4de3
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-12-02T02:11:16.644Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-02T02:11:16.644Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-02T02:11:16.644Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-02T02:11:23.356Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:11:23.357Z||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-12-02T02:11:23.358Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:11:23.390Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:11:23.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.901Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669946963298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:23.901Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:23.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.902Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "aai-model-loader",
  "timestamp": 1669946963456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:23.902Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:23.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.902Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669946958306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-02T02:11:23.902Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:23.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.902Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669946963298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-02T02:11:23.903Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:23.903Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.903Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "aai-model-loader",
  "timestamp": 1669946963456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:23.903Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:23.903Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.903Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669946958306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-02T02:11:23.903Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:23.903Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.903Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "cds",
  "timestamp": 1669946968716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:23.903Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:23.903Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669946963298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-02T02:11:23.904Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:23.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "aai-model-loader",
  "timestamp": 1669946963456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:23.904Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:23.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669946958306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:23.904Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:23.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.905Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "cds",
  "timestamp": 1669946968716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:23.905Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:23.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.905Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669946968308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:23.905Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:23.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.905Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669946963298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:23.906Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:23.906Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.906Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "aai-model-loader",
  "timestamp": 1669946963456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:23.906Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:23.906Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.906Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669946958306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-02T02:11:23.906Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:23.906Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.906Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "cds",
  "timestamp": 1669946968716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:23.907Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:23.907Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.907Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669946968308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:23.907Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:23.907Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.907Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669946963298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-02T02:11:23.907Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:23.907Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.907Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "aai-model-loader",
  "timestamp": 1669946963456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:23.907Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:23.907Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.907Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669946958306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:23.908Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:23.908Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.908Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "cds",
  "timestamp": 1669946968716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:23.908Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:23.908Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.908Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669946968308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:23.908Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:23.908Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.908Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669946963298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:23.908Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:23.908Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.908Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "aai-model-loader",
  "timestamp": 1669946963456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:23.909Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:23.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669946958306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:23.909Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:23.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "cds",
  "timestamp": 1669946968716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:23.909Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:23.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669946968308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:23.909Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:23.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.910Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669946963298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:23.910Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:23.910Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.910Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "aai-model-loader",
  "timestamp": 1669946963456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T02:11:23.910Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:23.910Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.910Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669946958306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T02:11:23.911Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:23.911Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.911Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "cds",
  "timestamp": 1669946968716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:23.911Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:23.911Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.911Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669946968308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:23.912Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:23.912Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.912Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669946963298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T02:11:23.912Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:23.912Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.912Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669946975414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-02T02:11:23.912Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T02:11:23.913Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.913Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "aai-model-loader",
  "timestamp": 1669946975006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T02:11:23.913Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T02:11:23.913Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.913Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "cds",
  "timestamp": 1669946968716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:23.914Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:23.914Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.914Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669946968308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:23.914Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:23.914Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669946976028,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T02:11:23.915Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T02:11:23.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "policy-id",
  "timestamp": 1669946975496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:23.915Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:23.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669946976491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-02T02:11:23.916Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T02:11:23.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "cds",
  "timestamp": 1669946968716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T02:11:23.916Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:23.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669946968308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:23.916Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:23.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.917Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "policy-id",
  "timestamp": 1669946975496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:23.917Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:23.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.917Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669946977560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-02T02:11:23.918Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T02:11:23.918Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.918Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "cds",
  "timestamp": 1669946977499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T02:11:23.918Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T02:11:23.918Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.918Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669946968308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T02:11:23.918Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:23.918Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.918Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "policy-id",
  "timestamp": 1669946975496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-02T02:11:23.919Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:23.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669946978610,
  "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-12-02T02:11:23.928Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 26468fd4-181d-4612-90e7-892fe5ca4de3
2022-12-02T02:11:23.929Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26468fd4-181d-4612-90e7-892fe5ca4de3 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-12-02T02:11:23.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669946977067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T02:11:23.942Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T02:11:23.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669946979127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-02T02:11:23.943Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T02:11:23.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "policy-id",
  "timestamp": 1669946975496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:23.943Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:23.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669946979616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-02T02:11:23.944Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T02:11:23.944Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.944Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "policy-id",
  "timestamp": 1669946975496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:23.944Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:23.944Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.944Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669946980203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-02T02:11:23.944Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T02:11:23.944Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.944Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669946980620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:23.944Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:23.945Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.945Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669946979543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T02:11:23.945Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T02:11:23.945Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.945Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "policy-id",
  "timestamp": 1669946975496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:23.945Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:23.945Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.945Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669946981268,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-02T02:11:23.945Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T02:11:23.945Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.945Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669946980620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-02T02:11:23.946Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:23.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669946980548,
  "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-12-02T02:11:23.953Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 26468fd4-181d-4612-90e7-892fe5ca4de3
2022-12-02T02:11:23.954Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26468fd4-181d-4612-90e7-892fe5ca4de3 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-12-02T02:11:23.967Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.968Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "policy-id",
  "timestamp": 1669946975496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:23.968Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:23.968Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.968Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669946982477,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-02T02:11:23.968Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T02:11:23.968Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.968Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "aai-model-loader",
  "timestamp": 1669946982179,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T02:11:23.969Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T02:11:23.969Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.969Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669946980620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-12-02T02:11:23.970Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:23.970Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.970Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "policy-id",
  "timestamp": 1669946975496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T02:11:23.970Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:23.970Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.970Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "aai-model-loader",
  "timestamp": 1669946983181,
  "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-12-02T02:11:23.980Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 26468fd4-181d-4612-90e7-892fe5ca4de3
2022-12-02T02:11:23.981Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26468fd4-181d-4612-90e7-892fe5ca4de3 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-12-02T02:11:23.993Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.993Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669946983482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-12-02T02:11:23.993Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T02:11:23.994Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.994Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669946980620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:23.994Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:23.994Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.994Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "policy-id",
  "timestamp": 1669946984288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T02:11:23.994Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T02:11:23.994Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.994Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "cds",
  "timestamp": 1669946983717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:23.995Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:23.995Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.995Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669946984489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-12-02T02:11:23.995Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T02:11:23.995Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.995Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669946980620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-12-02T02:11:23.995Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:23.996Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.996Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "policy-id",
  "timestamp": 1669946985296,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T02:11:23.996Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T02:11:23.996Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.996Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "cds",
  "timestamp": 1669946983717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:23.996Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:23.996Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.996Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669946985496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T02:11:23.997Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T02:11:23.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669946980620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-12-02T02:11:23.997Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:23.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:23.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "policy-id",
  "timestamp": 1669946986303,
  "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-12-02T02:11:24.009Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 26468fd4-181d-4612-90e7-892fe5ca4de3
2022-12-02T02:11:24.009Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26468fd4-181d-4612-90e7-892fe5ca4de3 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-12-02T02:11:24.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:24.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "cds",
  "timestamp": 1669946983717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:24.028Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:24.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:24.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669946980620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-12-02T02:11:24.029Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:24.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:24.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "policy-id",
  "timestamp": 1669946975496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:24.029Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:24.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:24.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "cds",
  "timestamp": 1669946983717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:24.030Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:24.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:24.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669946980620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:24.030Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:24.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:24.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "policy-id",
  "timestamp": 1669946975496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:24.030Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:24.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:24.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "cds",
  "timestamp": 1669946983717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:24.031Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:24.031Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:24.031Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669946980620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:24.031Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:24.031Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:24.031Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "policy-id",
  "timestamp": 1669946975496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-12-02T02:11:24.031Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:24.031Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:24.032Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "cds",
  "timestamp": 1669946983717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:24.032Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:24.032Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:24.032Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669946980620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T02:11:24.033Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:24.033Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:24.033Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "policy-id",
  "timestamp": 1669946975496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:24.033Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:24.033Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:24.033Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "cds",
  "timestamp": 1669946983717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:24.033Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:24.033Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:24.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669946990991,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-02T02:11:24.034Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T02:11:24.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:24.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "policy-id",
  "timestamp": 1669946975496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:24.034Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:24.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:24.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "cds",
  "timestamp": 1669946983717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:24.034Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:24.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:24.035Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669946992099,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-02T02:11:24.035Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T02:11:24.035Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:24.035Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "policy-id",
  "timestamp": 1669946975496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:24.035Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:24.035Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:24.035Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "cds",
  "timestamp": 1669946983717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:24.035Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:24.035Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:24.036Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669946993198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-12-02T02:11:24.036Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T02:11:24.036Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:24.036Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "policy-id",
  "timestamp": 1669946975496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:24.036Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:24.036Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:24.036Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "cds",
  "timestamp": 1669946983717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T02:11:24.036Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:24.036Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:24.036Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "aai-model-loader",
  "timestamp": 1669946993456,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:24.036Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:24.036Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:24.036Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669946994275,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-02T02:11:24.036Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T02:11:24.037Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:24.037Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "policy-id",
  "timestamp": 1669946975496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:24.037Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:24.037Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:24.037Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "cds",
  "timestamp": 1669946994521,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T02:11:24.037Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T02:11:24.037Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:24.037Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "aai-model-loader",
  "timestamp": 1669946993456,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:24.038Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:24.038Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:24.038Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669946995375,
  "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-12-02T02:11:24.057Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f9e14885-ca5b-479d-af6b-7761873c49f9
2022-12-02T02:11:24.057Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9e14885-ca5b-479d-af6b-7761873c49f9 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-12-02T02:11:24.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:24.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "policy-id",
  "timestamp": 1669946975496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:24.069Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:24.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:24.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "aai-model-loader",
  "timestamp": 1669946993456,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:24.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:24.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:24.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1669946996379,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-02T02:11:24.070Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T02:11:24.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:24.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "policy-id",
  "timestamp": 1669946975496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T02:11:24.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:24.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:24.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "aai-model-loader",
  "timestamp": 1669946993456,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:24.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:24.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:24.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "policy-id",
  "timestamp": 1669946997451,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T02:11:24.071Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T02:11:24.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:24.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "aai-model-loader",
  "timestamp": 1669946993456,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:24.071Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:24.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:24.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "policy-id",
  "timestamp": 1669946998458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T02:11:24.071Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T02:11:24.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:24.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "aai-model-loader",
  "timestamp": 1669946993456,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:24.072Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:24.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:24.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "policy-id",
  "timestamp": 1669946999462,
  "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-12-02T02:11:24.086Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f9e14885-ca5b-479d-af6b-7761873c49f9
2022-12-02T02:11:24.087Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9e14885-ca5b-479d-af6b-7761873c49f9 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-12-02T02:11:24.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:24.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "aai-model-loader",
  "timestamp": 1669946993456,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:24.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:24.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:24.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669946998308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:24.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:24.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:24.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "aai-model-loader",
  "timestamp": 1669946993456,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:24.099Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:24.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:24.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669946998308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:24.099Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:24.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:24.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "aai-model-loader",
  "timestamp": 1669946993456,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:24.100Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:24.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:24.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669946998308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:24.100Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:24.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:24.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "aai-model-loader",
  "timestamp": 1669946993456,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T02:11:24.100Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:24.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:24.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669946998308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:24.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:24.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:24.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "aai-model-loader",
  "timestamp": 1669947003565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T02:11:24.101Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T02:11:24.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:24.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669946998308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:24.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:24.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:24.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669946998308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:24.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:24.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:24.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669946998308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:24.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:24.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:24.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669946998308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:24.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:24.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:24.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669946998308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:11:24.103Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:24.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:24.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669946998308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T02:11:24.103Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:11:24.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:24.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669947009091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T02:11:24.103Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T02:11:24.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:24.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "aai-model-loader",
  "timestamp": 1669947010634,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T02:11:24.103Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T02:11:24.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:24.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "aai-model-loader",
  "timestamp": 1669947011637,
  "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-12-02T02:11:24.114Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f9e14885-ca5b-479d-af6b-7761873c49f9
2022-12-02T02:11:24.114Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9e14885-ca5b-479d-af6b-7761873c49f9 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-12-02T02:11:24.128Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:24.128Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669947011492,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T02:11:24.128Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T02:11:24.128Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:11:24.128Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669947012496,
  "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-12-02T02:11:24.138Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f9e14885-ca5b-479d-af6b-7761873c49f9
2022-12-02T02:11:24.138Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9e14885-ca5b-479d-af6b-7761873c49f9 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-12-02T02:11:46.644Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 26468fd4-181d-4612-90e7-892fe5ca4de3
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-12-02T02:11:46.671Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 26468fd4-181d-4612-90e7-892fe5ca4de3
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-12-02T02:11:46.701Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-02T02:11:46.702Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-02T02:11:46.703Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-02T02:11:46.703Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-02T02:11:46.703Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T02:11:46.703Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T02:11:46.704Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T02:11:46.704Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T02:11:46.704Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||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-12-02T02:11:46.716Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-02T02:12:16.716Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 26468fd4-181d-4612-90e7-892fe5ca4de3 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-12-02T02:12:16.724Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 26468fd4-181d-4612-90e7-892fe5ca4de3 and serviceModelVersionId: 1f2bc1c6-deb5-4cea-b413-64ebe7c6025d
2022-12-02T02:12:16.724Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9a885056-5d79-49fa-8df1-0ddf66494274
2022-12-02T02:12:16.725Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9a885056-5d79-49fa-8df1-0ddf66494274/model-vers/model-ver/1f2bc1c6-deb5-4cea-b413-64ebe7c6025d?depth=0
2022-12-02T02:12:16.731Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-12-02T02:12:16.776Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9a885056-5d79-49fa-8df1-0ddf66494274/model-vers/model-ver/1f2bc1c6-deb5-4cea-b413-64ebe7c6025d?depth=0|INFO|500||Invoke
2022-12-02T02:12:16.777Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9a885056-5d79-49fa-8df1-0ddf66494274/model-vers/model-ver/1f2bc1c6-deb5-4cea-b413-64ebe7c6025d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9a885056-5d79-49fa-8df1-0ddf66494274/model-vers/model-ver/1f2bc1c6-deb5-4cea-b413-64ebe7c6025d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[26468fd4-181d-4612-90e7-892fe5ca4de3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[59864088-de2f-4987-b71f-c0b9e5abec8e], X-ECOMP-RequestID=[26468fd4-181d-4612-90e7-892fe5ca4de3], X-TransactionId=[], X-ONAP-RequestID=[26468fd4-181d-4612-90e7-892fe5ca4de3], Content-Type=[application/merge-patch+json]}
2022-12-02T02:12:16.785Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9a885056-5d79-49fa-8df1-0ddf66494274/model-vers/model-ver/1f2bc1c6-deb5-4cea-b413-64ebe7c6025d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-02T02:12:16.915Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9a885056-5d79-49fa-8df1-0ddf66494274/model-vers/model-ver/1f2bc1c6-deb5-4cea-b413-64ebe7c6025d?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/9a885056-5d79-49fa-8df1-0ddf66494274/model-vers/model-ver/1f2bc1c6-deb5-4cea-b413-64ebe7c6025d?depth=0 has http status code:200 and response headers:{date=[Fri, 02 Dec 2022 02:12:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[125], vertex-id=[540744], x-aai-txid=[2-aai-resources-221202-02:12:16:017-92220], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-02T02:12:16.916Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9a885056-5d79-49fa-8df1-0ddf66494274/model-vers/model-ver/1f2bc1c6-deb5-4cea-b413-64ebe7c6025d?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-02T02:12:16.917Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9a885056-5d79-49fa-8df1-0ddf66494274/model-vers/model-ver/1f2bc1c6-deb5-4cea-b413-64ebe7c6025d?depth=0|INFO|500||InvokeReturn
2022-12-02T02:12:16.917Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-02T02:12:16.917Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||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-12-02T02:12:16.928Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||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-12-02T02:12:16.928Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 26468fd4-181d-4612-90e7-892fe5ca4de3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-02T02:12:16.928Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-02T02:12:16.929Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T02:12:16.931Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T02:12:16.931Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669947136928,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-02T02:12:17.032Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-02T02:12:17.032Z||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-12-02T02:12:17.033Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T02:12:17.067Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:12:17.067Z||pool-105-thread-1|||||INFO|500||cambria reply ok (35 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-12-02T02:12:17.979Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:12:17.980Z|26468fd4-181d-4612-90e7-892fe5ca4de3|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-12-02T02:12:17.980Z|26468fd4-181d-4612-90e7-892fe5ca4de3|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:12:23.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:12:23.355Z||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-12-02T02:12:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:12:23.760Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:12:23.761Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-02T02:12:23.761Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"f9e14885-ca5b-479d-af6b-7761873c49f9","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"86d3686b-ae99-4e64-8757-f915c8c33a7b","serviceDescription":"service","serviceInvariantUUID":"11a5ad73-b1b3-4906-9ae0-6c74c384a99f","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e757f2f1-c6b2-4f8c-9236-bdb482aff9c1","resourceInvariantUUID":"5078a78b-10eb-4298-a53b-64bece102476","resourceCustomizationUUID":"9fb648c9-77e1-4ba5-810e-823f03fadc8d","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":"MGQ0OGQxNGM0MWIyNmFhYjU0MmEwNTVkMzNiOGY4M2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f2a42a20-d605-4039-93c9-c229dfe787dc","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":"MzMzYzFlMjczNDNkNjdlN2NhZWMzMGQyYTJiOWRjNDc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ee4b47d2-6eb6-432d-98fa-78679990acee","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":"0a09672c-b622-4d16-9408-f8c5ff506ce0","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":"3027f1ce-a2e7-4f06-8d21-46e24807366c","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":"b84ada69-abf6-4375-947b-2160a7685753","artifactVersion":"2","generatedFromUUID":"c46b044b-ef3a-4910-8ae0-60fee35d69ad"},{"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":"0e0fcdff-c5c2-497a-855d-1ccff0a094b8","artifactVersion":"2","generatedFromUUID":"0a09672c-b622-4d16-9408-f8c5ff506ce0"},{"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":"c46b044b-ef3a-4910-8ae0-60fee35d69ad","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":"47ded50b-372c-4f7e-8767-c6f5335c14be","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":"NmYwZmJlMGI2ZjA4ZmRmMjUyMWFlMWFlZTk4MjA1MGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"45909e35-af8a-4caa-a806-b9ee16966b56","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"OGRlOGVmZTU4OGEyZTkyYWI3NzE5ODllODY3ZjFhZWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"90059be9-1189-4459-a6ac-67aad6611bba","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-02T02:12:23.764Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T02:12:23.764Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T02:12:23.767Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T02:12:23.767Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669947137979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:12:23.868Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-02T02:12:23.869Z||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-12-02T02:12:23.869Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T02:12:23.887Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:12:23.887Z||pool-106-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-02T02:12:23.911Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:12:23.911Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:12:23.911Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26468fd4-181d-4612-90e7-892fe5ca4de3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669947136928,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-02T02:12:23.912Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T02:12:24.768Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T02:12:24.769Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T02:12:24.771Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T02:12:24.772Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669947137979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-02T02:12:24.873Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-02T02:12:24.874Z||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-12-02T02:12:24.874Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T02:12:24.892Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:12:24.893Z||pool-107-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-02T02:12:25.773Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T02:12:25.774Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T02:12:25.777Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T02:12:25.777Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669947137979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-12-02T02:12:25.877Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T02:12:25.878Z||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-12-02T02:12:25.879Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T02:12:25.918Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:12:25.918Z||pool-108-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-12-02T02:12:26.777Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T02:12:26.778Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T02:12:26.781Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T02:12:26.781Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669947137979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:12:26.881Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T02:12:26.882Z||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-12-02T02:12:26.882Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T02:12:26.901Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:12:26.902Z||pool-109-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-02T02:12:27.782Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T02:12:27.783Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T02:12:27.785Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T02:12:27.785Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669947137979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-12-02T02:12:27.885Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T02:12:27.887Z||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-12-02T02:12:27.887Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T02:12:27.904Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:12:27.905Z||pool-110-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-12-02T02:12:28.786Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T02:12:28.787Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T02:12:28.791Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T02:12:28.791Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669947137979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-12-02T02:12:28.890Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-02T02:12:28.891Z||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-12-02T02:12:28.891Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T02:12:28.915Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:12:28.915Z||pool-111-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-12-02T02:12:29.792Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T02:12:29.793Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T02:12:29.797Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T02:12:29.797Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669947137979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-12-02T02:12:29.897Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T02:12:29.898Z||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-12-02T02:12:29.898Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T02:12:29.921Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:12:29.922Z||pool-112-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-12-02T02:12:30.798Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T02:12:30.808Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T02:12:30.811Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T02:12:30.811Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669947137979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:12:30.911Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T02:12:30.912Z||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-12-02T02:12:30.912Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T02:12:30.930Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:12:30.931Z||pool-113-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-02T02:12:31.812Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T02:12:31.813Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T02:12:31.817Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T02:12:31.817Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669947137979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:12:31.916Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-02T02:12:31.917Z||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-12-02T02:12:31.917Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T02:12:31.939Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:12:31.940Z||pool-114-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-12-02T02:12:32.818Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T02:12:32.819Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T02:12:32.827Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T02:12:32.827Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669947137979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T02:12:32.927Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-02T02:12:32.928Z||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-12-02T02:12:32.928Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T02:12:32.947Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:12:32.948Z||pool-115-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-02T02:12:33.829Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "86d3686b-ae99-4e64-8757-f915c8c33a7b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "11a5ad73-b1b3-4906-9ae0-6c74c384a99f",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "9fb648c9-77e1-4ba5-810e-823f03fadc8d",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e757f2f1-c6b2-4f8c-9236-bdb482aff9c1",
      "resourceInvariantUUID": "5078a78b-10eb-4298-a53b-64bece102476",
      "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": "MzMzYzFlMjczNDNkNjdlN2NhZWMzMGQyYTJiOWRjNDc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ee4b47d2-6eb6-432d-98fa-78679990acee",
          "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": "0a09672c-b622-4d16-9408-f8c5ff506ce0",
          "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": "0e0fcdff-c5c2-497a-855d-1ccff0a094b8",
            "generatedFromUUID": "0a09672c-b622-4d16-9408-f8c5ff506ce0"
          },
          "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": "b84ada69-abf6-4375-947b-2160a7685753",
          "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": "0e0fcdff-c5c2-497a-855d-1ccff0a094b8",
          "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": "c46b044b-ef3a-4910-8ae0-60fee35d69ad",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "OGRlOGVmZTU4OGEyZTkyYWI3NzE5ODllODY3ZjFhZWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "90059be9-1189-4459-a6ac-67aad6611bba"
    }
  ],
  "workloadContext": "Production"
}
2022-12-02T02:12:33.830Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-02T02:12:33.830Z|26468fd4-181d-4612-90e7-892fe5ca4de3|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 86d3686b-ae99-4e64-8757-f915c8c33a7b ASDC
2022-12-02T02:12:33.831Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:f9e14885-ca5b-479d-af6b-7761873c49f9
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:86d3686b-ae99-4e64-8757-f915c8c33a7b
ServiceInvariantUUID:11a5ad73-b1b3-4906-9ae0-6c74c384a99f
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:90059be9-1189-4459-a6ac-67aad6611bba
ArtifactChecksum:OGRlOGVmZTU4OGEyZTkyYWI3NzE5ODllODY3ZjFhZWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:9fb648c9-77e1-4ba5-810e-823f03fadc8d
ResourceInvariantUUID:5078a78b-10eb-4298-a53b-64bece102476
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:e757f2f1-c6b2-4f8c-9236-bdb482aff9c1
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:ee4b47d2-6eb6-432d-98fa-78679990acee
ArtifactChecksum:MzMzYzFlMjczNDNkNjdlN2NhZWMzMGQyYTJiOWRjNDc=
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:0a09672c-b622-4d16-9408-f8c5ff506ce0
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:0e0fcdff-c5c2-497a-855d-1ccff0a094b8
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:b84ada69-abf6-4375-947b-2160a7685753
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:0e0fcdff-c5c2-497a-855d-1ccff0a094b8
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:c46b044b-ef3a-4910-8ae0-60fee35d69ad
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-02T02:12:33.832Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 86d3686b-ae99-4e64-8757-f915c8c33a7b 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-12-02T02:12:33.908Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-02T02:12:33.909Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-12-02T02:12:33.909Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-12-02T02:12:33.910Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 90059be9-1189-4459-a6ac-67aad6611bba from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-12-02T02:12:33.910Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-12-02T02:12:33.910Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-12-02T02:12:34.034Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-12-02T02:12:34.035Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 90059be9-1189-4459-a6ac-67aad6611bba 163293
2022-12-02T02:12:34.035Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-12-02T02:12:34.035Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-12-02T02:12:34.035Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-02T02:12:34.036Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T02:12:34.038Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T02:12:34.038Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669947154035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T02:12:34.138Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T02:12:34.139Z||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-12-02T02:12:34.139Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T02:12:34.159Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:12:34.159Z||pool-116-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-12-02T02:12:35.038Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-02T02:12:35.039Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-12-02T02:12:35.039Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 90059be9-1189-4459-a6ac-67aad6611bba, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-02T02:12:35.042Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-12-02T02:12:35.044Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-02T02:12:35.044Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-02T02:12:35.230Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11587861195181383892/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2022-12-02T02:12:36.662Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-02T02:12:36.662Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-12-02T02:12:36.662Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-02T02:12:36.662Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-12-02T02:12:36.662Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||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-12-02T02:12:36.662Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||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-12-02T02:12:36.662Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||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-12-02T02:12:36.663Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||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-12-02T02:12:36.663Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-12-02T02:12:36.663Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T02:12:36.663Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T02:12:36.663Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-02T02:12:36.663Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-12-02T02:12:36.664Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-02T02:12:36.664Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T02:12:36.664Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T02:12:36.664Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-02T02:12:36.664Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-12-02T02:12:36.664Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-02T02:12:36.665Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T02:12:36.665Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T02:12:36.665Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T02:12:36.665Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-12-02T02:12:36.665Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-12-02T02:12:36.665Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-12-02T02:12:36.666Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-02T02:12:36.666Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T02:12:36.666Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-02T02:12:36.666Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T02:12:36.666Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-02T02:12:36.666Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T02:12:36.666Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T02:12:36.667Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-02T02:12:36.667Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T02:12:36.667Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T02:12:36.667Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-02T02:12:36.667Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T02:12:36.667Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T02:12:36.668Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-02T02:12:36.668Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T02:12:36.668Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T02:12:36.668Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-12-02T02:12:36.668Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-12-02T02:12:36.668Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=c3829e16-cf21-48f8-8d7c-8c60858ff83b
2022-12-02T02:12:36.668Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T02:12:36.668Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T02:12:36.669Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T02:12:36.669Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T02:12:36.669Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T02:12:36.669Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T02:12:36.669Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T02:12:36.669Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T02:12:36.669Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:86d3686b-ae99-4e64-8757-f915c8c33a7b
Model Version:NULL
Model InvariantUuid:11a5ad73-b1b3-4906-9ae0-6c74c384a99f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:270445e0-69b8-47f1-b91e-51e9f76a9c34
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5078a78b-10eb-4298-a53b-64bece102476
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9fb648c9-77e1-4ba5-810e-823f03fadc8d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c55d8f21-4de2-4e4d-a521-e7c1c10a104b
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:3d9f737f-33b7-42cf-8ecf-c92320fdd3e2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:826631cc-fc82-41d7-a6d3-ab50774c711d
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:22f02620-2159-4ac5-865f-ba5821390685
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c3829e16-cf21-48f8-8d7c-8c60858ff83b
ModelInvariantUuid:a9b2c267-c4aa-46b1-b0e7-5a7168d48974
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:3826e78e-c3d1-4dea-80e2-0cc0b250c7d9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:a72a299f-41d3-4e12-88bd-9bf717784cde
ModelInvariantUuid:2bf0021a-e164-49da-baf1-e9330f1316f3
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:00be3d6b-20f8-4ed7-8a9a-e915eac7276d
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-12-02T02:12:36.704Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: e757f2f1-c6b2-4f8c-9236-bdb482aff9c1
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-12-02T02:12:36.714Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||basic_cnf_macro 0
2022-12-02T02:12:36.714Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e757f2f1-c6b2-4f8c-9236-bdb482aff9c1
2022-12-02T02:12:36.714Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ee4b47d2-6eb6-432d-98fa-78679990acee from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-12-02T02:12:36.714Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-12-02T02:12:36.715Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||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-12-02T02:12:36.794Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-12-02T02:12:36.794Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ee4b47d2-6eb6-432d-98fa-78679990acee 1565
2022-12-02T02:12:36.795Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||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-12-02T02:12:36.795Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||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-12-02T02:12:36.795Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-02T02:12:36.795Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T02:12:36.797Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T02:12:36.798Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669947156794,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-02T02:12:36.898Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T02:12:36.899Z||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-12-02T02:12:36.899Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T02:12:36.924Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:12:36.924Z||pool-117-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-12-02T02:12:37.798Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "826631cc-fc82-41d7-a6d3-ab50774c711d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "22f02620-2159-4ac5-865f-ba5821390685",
    "vfModuleModelCustomizationUUID": "33e674a8-6bad-4bdf-ab30-6e975729b5eb",
    "isBase": true,
    "artifacts": [
      "0a09672c-b622-4d16-9408-f8c5ff506ce0",
      "0e0fcdff-c5c2-497a-855d-1ccff0a094b8"
    ],
    "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": "c55d8f21-4de2-4e4d-a521-e7c1c10a104b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3d9f737f-33b7-42cf-8ecf-c92320fdd3e2",
    "vfModuleModelCustomizationUUID": "94b9b2f4-6ff8-41ae-acd5-9f839ede53a8",
    "isBase": false,
    "artifacts": [
      "c46b044b-ef3a-4910-8ae0-60fee35d69ad"
    ],
    "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-12-02T02:12:37.804Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:22f02620-2159-4ac5-865f-ba5821390685
VfModuleModelInvariantUUID:826631cc-fc82-41d7-a6d3-ab50774c711d
VfModuleModelDescription:NULL
Artifacts UUID List:{
0a09672c-b622-4d16-9408-f8c5ff506ce0
,
0e0fcdff-c5c2-497a-855d-1ccff0a094b8

}
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:3d9f737f-33b7-42cf-8ecf-c92320fdd3e2
VfModuleModelInvariantUUID:c55d8f21-4de2-4e4d-a521-e7c1c10a104b
VfModuleModelDescription:NULL
Artifacts UUID List:{
c46b044b-ef3a-4910-8ae0-60fee35d69ad

}
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-12-02T02:12:37.807Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "826631cc-fc82-41d7-a6d3-ab50774c711d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "22f02620-2159-4ac5-865f-ba5821390685",
    "vfModuleModelCustomizationUUID": "33e674a8-6bad-4bdf-ab30-6e975729b5eb",
    "isBase": true,
    "artifacts": [
      "0a09672c-b622-4d16-9408-f8c5ff506ce0",
      "0e0fcdff-c5c2-497a-855d-1ccff0a094b8"
    ],
    "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": "c55d8f21-4de2-4e4d-a521-e7c1c10a104b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3d9f737f-33b7-42cf-8ecf-c92320fdd3e2",
    "vfModuleModelCustomizationUUID": "94b9b2f4-6ff8-41ae-acd5-9f839ede53a8",
    "isBase": false,
    "artifacts": [
      "c46b044b-ef3a-4910-8ae0-60fee35d69ad"
    ],
    "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-12-02T02:12:37.808Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:22f02620-2159-4ac5-865f-ba5821390685
VfModuleModelInvariantUUID:826631cc-fc82-41d7-a6d3-ab50774c711d
VfModuleModelDescription:NULL
Artifacts UUID List:{
0a09672c-b622-4d16-9408-f8c5ff506ce0
,
0e0fcdff-c5c2-497a-855d-1ccff0a094b8

}
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:3d9f737f-33b7-42cf-8ecf-c92320fdd3e2
VfModuleModelInvariantUUID:c55d8f21-4de2-4e4d-a521-e7c1c10a104b
VfModuleModelDescription:NULL
Artifacts UUID List:{
c46b044b-ef3a-4910-8ae0-60fee35d69ad

}
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-12-02T02:12:37.808Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0a09672c-b622-4d16-9408-f8c5ff506ce0 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-12-02T02:12:37.808Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-12-02T02:12:37.808Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||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-12-02T02:12:37.880Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-12-02T02:12:37.880Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 0a09672c-b622-4d16-9408-f8c5ff506ce0 914
2022-12-02T02:12:37.881Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||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-12-02T02:12:37.881Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||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-12-02T02:12:37.881Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-02T02:12:37.881Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T02:12:37.884Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T02:12:37.884Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669947157881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-02T02:12:37.985Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-02T02:12:37.986Z||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-12-02T02:12:37.987Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T02:12:38.010Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:12:38.011Z||pool-118-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-12-02T02:12:38.885Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b84ada69-abf6-4375-947b-2160a7685753 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-12-02T02:12:38.886Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-12-02T02:12:38.886Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||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-12-02T02:12:38.946Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-12-02T02:12:38.946Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env b84ada69-abf6-4375-947b-2160a7685753 12
2022-12-02T02:12:38.947Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||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-12-02T02:12:38.947Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||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-12-02T02:12:38.947Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-02T02:12:38.947Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T02:12:38.953Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T02:12:38.953Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669947158946,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-12-02T02:12:39.051Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-02T02:12:39.052Z||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-12-02T02:12:39.052Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T02:12:39.078Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:12:39.079Z||pool-119-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-12-02T02:12:39.955Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0e0fcdff-c5c2-497a-855d-1ccff0a094b8 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-12-02T02:12:39.955Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-12-02T02:12:39.955Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||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-12-02T02:12:40.030Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-12-02T02:12:40.031Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 0e0fcdff-c5c2-497a-855d-1ccff0a094b8 96
2022-12-02T02:12:40.031Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||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-12-02T02:12:40.031Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||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-12-02T02:12:40.031Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-02T02:12:40.032Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T02:12:40.034Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T02:12:40.034Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669947160031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-12-02T02:12:40.135Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T02:12:40.136Z||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-12-02T02:12:40.136Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T02:12:40.158Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:12:40.159Z||pool-120-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-12-02T02:12:41.035Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c46b044b-ef3a-4910-8ae0-60fee35d69ad from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-12-02T02:12:41.035Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-12-02T02:12:41.036Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||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-12-02T02:12:41.108Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-12-02T02:12:41.109Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz c46b044b-ef3a-4910-8ae0-60fee35d69ad 20206
2022-12-02T02:12:41.109Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||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-12-02T02:12:41.109Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||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-12-02T02:12:41.110Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-02T02:12:41.110Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T02:12:41.114Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T02:12:41.114Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669947161109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-02T02:12:41.213Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-02T02:12:41.214Z||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-12-02T02:12:41.214Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T02:12:41.233Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:12:41.234Z||pool-121-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-12-02T02:12:42.122Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 86d3686b-ae99-4e64-8757-f915c8c33a7b
2022-12-02T02:12:42.123Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 e757f2f1-c6b2-4f8c-9236-bdb482aff9c1 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-12-02T02:12:42.140Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@31410fe8, org.onap.sdc.toscaparser.api.parameters.Input@7e49e7af, org.onap.sdc.toscaparser.api.parameters.Input@667826d2, org.onap.sdc.toscaparser.api.parameters.Input@41273112, org.onap.sdc.toscaparser.api.parameters.Input@78a05891]
2022-12-02T02:12:42.142Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T02:12:42.142Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T02:12:42.142Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-12-02T02:12:42.143Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 9fb648c9-77e1-4ba5-810e-823f03fadc8d
2022-12-02T02:12:42.143Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9fb648c9-77e1-4ba5-810e-823f03fadc8d matches Tosca VF Customization UUID: 9fb648c9-77e1-4ba5-810e-823f03fadc8d
2022-12-02T02:12:42.143Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 9fb648c9-77e1-4ba5-810e-823f03fadc8d  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-12-02T02:12:42.146Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T02:12:42.146Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T02:12:42.147Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 9fb648c9-77e1-4ba5-810e-823f03fadc8d: {\"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-12-02T02:12:42.147Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@16db5e9f
2022-12-02T02:12:42.147Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T02:12:42.147Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-02T02:12:42.148Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 94b9b2f4-6ff8-41ae-acd5-9f839ede53a8
2022-12-02T02:12:42.148Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 94b9b2f4-6ff8-41ae-acd5-9f839ede53a8
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-12-02T02:12:42.151Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T02:12:42.152Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-02T02:12:42.152Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T02:12:42.152Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T02:12:42.153Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-02T02:12:42.153Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T02:12:42.153Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T02:12:42.153Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-02T02:12:42.154Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=9fb648c9-77e1-4ba5-810e-823f03fadc8d
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-12-02T02:12:42.157Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T02:12:42.157Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T02:12:42.157Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 86d3686b-ae99-4e64-8757-f915c8c33a7b: basic_cnf_macro
2022-12-02T02:12:42.157Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T02:12:42.157Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T02:12:42.158Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T02:12:42.158Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T02:12:42.158Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T02:12:42.158Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T02:12:42.158Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T02:12:42.158Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T02:12:42.159Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T02:12:42.159Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T02:12:42.159Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||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-12-02T02:12:42.227Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro e757f2f1-c6b2-4f8c-9236-bdb482aff9c1 2 ASDC deployResourceStructure
2022-12-02T02:12:42.227Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||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-12-02T02:12:42.227Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||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-12-02T02:12:42.227Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-02T02:12:42.228Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T02:12:42.230Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T02:12:42.230Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669947162227,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-02T02:12:42.330Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T02:12:42.332Z||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-12-02T02:12:42.332Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T02:12:42.350Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:12:42.351Z||pool-122-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-02T02:12:43.231Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||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-12-02T02:12:43.231Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||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-12-02T02:12:43.231Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-02T02:12:43.232Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T02:12:43.235Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T02:12:43.235Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669947163231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-12-02T02:12:43.335Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T02:12:43.336Z||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-12-02T02:12:43.336Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T02:12:43.357Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:12:43.357Z||pool-123-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-02T02:12:44.239Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||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-12-02T02:12:44.240Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||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-12-02T02:12:44.240Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-12-02T02:12:44.240Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T02:12:44.245Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T02:12:44.245Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669947164239,
  "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-12-02T02:12:44.345Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-02T02:12:44.346Z||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-12-02T02:12:44.346Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T02:12:44.372Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:12:44.373Z||pool-124-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-12-02T02:12:45.247Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||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-12-02T02:12:45.247Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||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-12-02T02:12:45.247Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-02T02:12:45.248Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T02:12:45.253Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T02:12:45.253Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669947165246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-12-02T02:12:45.352Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-02T02:12:45.353Z||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-12-02T02:12:45.353Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T02:12:45.376Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:12:45.376Z||pool-125-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-12-02T02:12:46.255Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||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-12-02T02:12:46.256Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||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-12-02T02:12:46.256Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-12-02T02:12:46.257Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T02:12:46.261Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T02:12:46.261Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669947166255,
  "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-12-02T02:12:46.363Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-02T02:12:46.364Z||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-12-02T02:12:46.364Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T02:12:46.387Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:12:46.387Z||pool-126-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-12-02T02:12:47.262Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-12-02T02:12:47.267Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-12-02T02:12:47.268Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-02T02:12:47.271Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T02:12:47.274Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T02:12:47.275Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669947167262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T02:12:47.374Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-02T02:12:47.375Z||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-12-02T02:12:47.375Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T02:12:47.404Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:12:47.404Z||pool-127-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-12-02T02:12:48.276Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9e14885-ca5b-479d-af6b-7761873c49f9
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-12-02T02:12:48.312Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9e14885-ca5b-479d-af6b-7761873c49f9
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-12-02T02:12:48.324Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-02T02:12:48.325Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-02T02:12:48.326Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-02T02:12:48.326Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-02T02:12:48.327Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T02:12:48.327Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T02:12:48.327Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T02:12:48.327Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T02:12:48.327Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||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-12-02T02:12:48.350Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-02T02:13:18.350Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f9e14885-ca5b-479d-af6b-7761873c49f9 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-12-02T02:13:18.365Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f9e14885-ca5b-479d-af6b-7761873c49f9 and serviceModelVersionId: 86d3686b-ae99-4e64-8757-f915c8c33a7b
2022-12-02T02:13:18.366Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 11a5ad73-b1b3-4906-9ae0-6c74c384a99f
2022-12-02T02:13:18.367Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/11a5ad73-b1b3-4906-9ae0-6c74c384a99f/model-vers/model-ver/86d3686b-ae99-4e64-8757-f915c8c33a7b?depth=0
2022-12-02T02:13:18.375Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-12-02T02:13:18.429Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/11a5ad73-b1b3-4906-9ae0-6c74c384a99f/model-vers/model-ver/86d3686b-ae99-4e64-8757-f915c8c33a7b?depth=0|INFO|500||Invoke
2022-12-02T02:13:18.430Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/11a5ad73-b1b3-4906-9ae0-6c74c384a99f/model-vers/model-ver/86d3686b-ae99-4e64-8757-f915c8c33a7b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/11a5ad73-b1b3-4906-9ae0-6c74c384a99f/model-vers/model-ver/86d3686b-ae99-4e64-8757-f915c8c33a7b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f9e14885-ca5b-479d-af6b-7761873c49f9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5f6a628a-2e31-40e9-a88f-3e9e494f8fac], X-ECOMP-RequestID=[f9e14885-ca5b-479d-af6b-7761873c49f9], X-TransactionId=[], X-ONAP-RequestID=[f9e14885-ca5b-479d-af6b-7761873c49f9], Content-Type=[application/merge-patch+json]}
2022-12-02T02:13:18.444Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/11a5ad73-b1b3-4906-9ae0-6c74c384a99f/model-vers/model-ver/86d3686b-ae99-4e64-8757-f915c8c33a7b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-02T02:13:18.566Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/11a5ad73-b1b3-4906-9ae0-6c74c384a99f/model-vers/model-ver/86d3686b-ae99-4e64-8757-f915c8c33a7b?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/11a5ad73-b1b3-4906-9ae0-6c74c384a99f/model-vers/model-ver/86d3686b-ae99-4e64-8757-f915c8c33a7b?depth=0 has http status code:200 and response headers:{date=[Fri, 02 Dec 2022 02:13:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[116], vertex-id=[229424], x-aai-txid=[2-aai-resources-221202-02:13:17:675-97753], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-02T02:13:18.567Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/11a5ad73-b1b3-4906-9ae0-6c74c384a99f/model-vers/model-ver/86d3686b-ae99-4e64-8757-f915c8c33a7b?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-02T02:13:18.568Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/11a5ad73-b1b3-4906-9ae0-6c74c384a99f/model-vers/model-ver/86d3686b-ae99-4e64-8757-f915c8c33a7b?depth=0|INFO|500||InvokeReturn
2022-12-02T02:13:18.568Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-02T02:13:18.568Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||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-12-02T02:13:18.598Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||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-12-02T02:13:18.601Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f9e14885-ca5b-479d-af6b-7761873c49f9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-02T02:13:18.601Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-02T02:13:18.602Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T02:13:18.606Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T02:13:18.607Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669947198601,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-02T02:13:18.706Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-02T02:13:18.708Z||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-12-02T02:13:18.708Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yN8e2hzvKfPqrzyY) ...
2022-12-02T02:13:18.734Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:13:18.737Z||pool-128-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-12-02T02:13:19.633Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:13:19.634Z|f9e14885-ca5b-479d-af6b-7761873c49f9|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-12-02T02:13:19.640Z|f9e14885-ca5b-479d-af6b-7761873c49f9|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:13:23.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:13:23.354Z||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-12-02T02:13:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:13:23.394Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:13:23.395Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-02T02:13:23.395Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669947137979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:13:23.396Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:13:29.221Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:13:29.222Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:13:29.222Z|a60c4777-054a-4b2c-befa-1380e94e9909|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-12-02T02:13:29.222Z|a60c4777-054a-4b2c-befa-1380e94e9909|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:13:38.799Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:13:38.800Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:13:38.800Z|a60c4777-054a-4b2c-befa-1380e94e9909|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-12-02T02:13:38.800Z|a60c4777-054a-4b2c-befa-1380e94e9909|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:13:48.375Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:14:23.298Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:14:23.298Z|a60c4777-054a-4b2c-befa-1380e94e9909|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-12-02T02:14:23.299Z|a60c4777-054a-4b2c-befa-1380e94e9909|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:14:23.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:14:23.354Z||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-12-02T02:14:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:14:23.891Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:14:23.892Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T02:14:23.892Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669947137979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-02T02:14:23.892Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:14:23.892Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T02:14:23.893Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669947137979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-12-02T02:14:23.893Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:14:23.893Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T02:14:23.893Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669947137979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:14:23.893Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:14:23.894Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T02:14:23.894Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669947137979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-12-02T02:14:23.894Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:14:23.894Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T02:14:23.894Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669947137979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-12-02T02:14:23.895Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:14:23.895Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T02:14:23.895Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669947137979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-12-02T02:14:23.896Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:14:23.896Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T02:14:23.896Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669947137979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:14:23.896Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:14:23.896Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T02:14:23.905Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669947137979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T02:14:23.906Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:14:23.906Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T02:14:23.906Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669947137979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T02:14:23.906Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-02T02:14:23.907Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T02:14:23.907Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669947154035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T02:14:23.907Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T02:14:23.907Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T02:14:23.907Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669947156794,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-02T02:14:23.908Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T02:14:23.908Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T02:14:23.908Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669947157881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-02T02:14:23.908Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T02:14:23.916Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T02:14:23.916Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669947158946,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-12-02T02:14:23.917Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T02:14:23.917Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T02:14:23.917Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669947160031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-12-02T02:14:23.918Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T02:14:23.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T02:14:23.918Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669947161109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-02T02:14:23.918Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T02:14:23.919Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T02:14:23.919Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669947162227,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-02T02:14:23.919Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T02:14:23.919Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T02:14:23.919Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669947163231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-12-02T02:14:23.919Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T02:14:23.920Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T02:14:23.920Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669947164239,
  "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-12-02T02:14:23.920Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T02:14:23.921Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T02:14:23.921Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669947165246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-12-02T02:14:23.921Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T02:14:23.921Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T02:14:23.921Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669947166255,
  "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-12-02T02:14:23.922Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T02:14:23.922Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T02:14:23.922Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669947167262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T02:14:23.922Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T02:14:23.922Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T02:14:23.923Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f9e14885-ca5b-479d-af6b-7761873c49f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669947198601,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-02T02:14:23.923Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T02:14:32.884Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:15:23.301Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:15:23.302Z|a60c4777-054a-4b2c-befa-1380e94e9909|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-12-02T02:15:23.302Z|a60c4777-054a-4b2c-befa-1380e94e9909|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:15:23.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:15:23.355Z||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-12-02T02:15:23.356Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:15:32.882Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:15:32.952Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:16:23.298Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:16:23.299Z|a60c4777-054a-4b2c-befa-1380e94e9909|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-12-02T02:16:23.299Z|a60c4777-054a-4b2c-befa-1380e94e9909|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:16:23.353Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:16:23.354Z||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-12-02T02:16:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:16:32.874Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:16:32.910Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:17:23.297Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:17:23.298Z|a60c4777-054a-4b2c-befa-1380e94e9909|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-12-02T02:17:23.298Z|a60c4777-054a-4b2c-befa-1380e94e9909|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:17:23.354Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:17:23.355Z||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-12-02T02:17:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:17:32.886Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:17:32.946Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:18:23.298Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:18:23.299Z|a60c4777-054a-4b2c-befa-1380e94e9909|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-12-02T02:18:23.299Z|a60c4777-054a-4b2c-befa-1380e94e9909|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:18:23.353Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:18:23.354Z||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-12-02T02:18:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:18:32.897Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:18:32.926Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:19:23.298Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:19:23.299Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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-12-02T02:19:23.299Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:19:23.354Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:19:23.355Z|f9e14885-ca5b-479d-af6b-7761873c49f9|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-12-02T02:19:23.355Z|f9e14885-ca5b-479d-af6b-7761873c49f9|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:19:32.922Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:19:33.015Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:20:23.297Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:20:23.299Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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-12-02T02:20:23.299Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:20:23.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:20:23.354Z||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-12-02T02:20:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:20:32.907Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:20:32.920Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:21:23.298Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:21:23.299Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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-12-02T02:21:23.299Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:21:23.359Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:21:23.360Z||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-12-02T02:21:23.360Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:21:32.870Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:21:32.931Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:22:23.298Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:22:23.298Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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-12-02T02:22:23.299Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:22:23.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:22:23.355Z||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-12-02T02:22:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:22:32.896Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:22:32.929Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:23:23.298Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:23:23.300Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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-12-02T02:23:23.300Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:23:23.354Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:23:23.355Z||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-12-02T02:23:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:23:32.881Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:23:32.944Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:24:23.299Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:24:23.303Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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-12-02T02:24:23.304Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:24:23.353Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:24:23.354Z|f9e14885-ca5b-479d-af6b-7761873c49f9|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-12-02T02:24:23.355Z|f9e14885-ca5b-479d-af6b-7761873c49f9|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:24:32.881Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:24:32.943Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:25:23.304Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:25:23.305Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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-12-02T02:25:23.305Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:25:23.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:25:23.354Z||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-12-02T02:25:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:25:32.876Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:25:32.929Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:26:23.298Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:26:23.298Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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-12-02T02:26:23.299Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:26:23.353Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:26:23.354Z||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-12-02T02:26:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:26:32.891Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:26:32.909Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:27:23.300Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:27:23.301Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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-12-02T02:27:23.302Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:27:23.354Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:27:23.355Z||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-12-02T02:27:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:27:32.889Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:27:32.923Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:28:23.298Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:28:23.299Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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-12-02T02:28:23.299Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:28:23.353Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:28:23.354Z||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-12-02T02:28:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:28:32.962Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:28:32.967Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:29:23.297Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:29:23.298Z|f9e14885-ca5b-479d-af6b-7761873c49f9|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-12-02T02:29:23.299Z|f9e14885-ca5b-479d-af6b-7761873c49f9|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:29:23.353Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:29:23.355Z||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-12-02T02:29:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:29:32.886Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:29:32.914Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:30:23.298Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:30:23.299Z|f9e14885-ca5b-479d-af6b-7761873c49f9|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-12-02T02:30:23.306Z|f9e14885-ca5b-479d-af6b-7761873c49f9|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:30:23.353Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:30:23.354Z|a60c4777-054a-4b2c-befa-1380e94e9909|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-12-02T02:30:23.354Z|a60c4777-054a-4b2c-befa-1380e94e9909|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:30:32.882Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:30:32.944Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:31:23.298Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:31:23.299Z|f9e14885-ca5b-479d-af6b-7761873c49f9|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-12-02T02:31:23.299Z|f9e14885-ca5b-479d-af6b-7761873c49f9|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:31:23.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:31:23.354Z||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-12-02T02:31:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:31:32.875Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:31:32.949Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:32:23.298Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:32:23.299Z|f9e14885-ca5b-479d-af6b-7761873c49f9|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-12-02T02:32:23.299Z|f9e14885-ca5b-479d-af6b-7761873c49f9|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:32:23.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:32:23.354Z||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-12-02T02:32:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:32:32.912Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:32:32.941Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:33:23.298Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:33:23.299Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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-12-02T02:33:23.299Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:33:23.353Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:33:23.354Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|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-12-02T02:33:23.354Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:33:32.892Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:33:32.931Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:34:23.298Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:34:23.299Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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-12-02T02:34:23.299Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:34:23.353Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:34:23.355Z||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-12-02T02:34:23.356Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:34:32.904Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:34:32.951Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:35:23.298Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:35:23.300Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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-12-02T02:35:23.300Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:35:23.355Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:35:23.356Z|a60c4777-054a-4b2c-befa-1380e94e9909|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-12-02T02:35:23.356Z|a60c4777-054a-4b2c-befa-1380e94e9909|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:35:32.875Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:35:32.944Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:36:23.300Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:36:23.302Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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-12-02T02:36:23.302Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:36:23.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:36:23.355Z||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-12-02T02:36:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:36:32.872Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:36:32.912Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:37:23.298Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:37:23.298Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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-12-02T02:37:23.299Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:37:23.355Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:37:23.356Z||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-12-02T02:37:23.356Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:37:32.898Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:37:32.926Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:38:23.298Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:38:23.299Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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-12-02T02:38:23.300Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:38:23.353Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:38:23.354Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|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-12-02T02:38:23.354Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:38:32.898Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:38:32.941Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:39:23.298Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:39:23.299Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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-12-02T02:39:23.299Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:39:23.353Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:39:23.354Z||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-12-02T02:39:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:39:32.865Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:39:32.951Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:40:23.298Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:40:23.299Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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-12-02T02:40:23.299Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:40:23.353Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:40:23.354Z|a60c4777-054a-4b2c-befa-1380e94e9909|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-12-02T02:40:23.354Z|a60c4777-054a-4b2c-befa-1380e94e9909|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:40:32.904Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:40:32.953Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:41:23.298Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:41:23.299Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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-12-02T02:41:23.299Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:41:23.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:41:23.355Z||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-12-02T02:41:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:41:32.867Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:41:32.915Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:42:23.298Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:42:23.300Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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-12-02T02:42:23.300Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:42:23.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:42:23.354Z||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-12-02T02:42:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:42:32.863Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:42:32.927Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:43:23.298Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:43:23.299Z||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-12-02T02:43:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:43:23.355Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:43:23.361Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|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-12-02T02:43:23.362Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:43:32.889Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:43:32.940Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:44:23.306Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:44:23.307Z||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-12-02T02:44:23.307Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:44:23.354Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:44:23.355Z||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-12-02T02:44:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:44:32.913Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:44:32.946Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:45:23.298Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:45:23.299Z||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-12-02T02:45:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:45:23.353Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:45:23.354Z|a60c4777-054a-4b2c-befa-1380e94e9909|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-12-02T02:45:23.354Z|a60c4777-054a-4b2c-befa-1380e94e9909|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:45:32.900Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:45:32.930Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:46:23.298Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:46:23.299Z||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-12-02T02:46:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:46:23.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:46:23.354Z||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-12-02T02:46:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:46:32.895Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:46:32.933Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:47:23.298Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:47:23.299Z||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-12-02T02:47:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:47:23.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:47:23.354Z||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-12-02T02:47:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:47:32.870Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:47:32.915Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:48:23.298Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:48:23.300Z||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-12-02T02:48:23.300Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:48:23.357Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:48:23.359Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|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-12-02T02:48:23.360Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:48:32.874Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:48:32.927Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:49:23.298Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:49:23.299Z||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-12-02T02:49:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:49:23.358Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:49:23.360Z||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-12-02T02:49:23.360Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:49:32.897Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:49:32.992Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:50:23.297Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:50:23.298Z||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-12-02T02:50:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:50:23.354Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:50:23.354Z|a60c4777-054a-4b2c-befa-1380e94e9909|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-12-02T02:50:23.355Z|a60c4777-054a-4b2c-befa-1380e94e9909|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:50:32.887Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:50:32.930Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:51:23.298Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:51:23.299Z||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-12-02T02:51:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:51:23.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:51:23.354Z||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-12-02T02:51:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:51:32.898Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:51:32.986Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:52:23.297Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:52:23.298Z||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-12-02T02:52:23.298Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:52:23.354Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:52:23.355Z||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-12-02T02:52:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:52:32.905Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:52:32.948Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:53:23.297Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:53:23.298Z||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-12-02T02:53:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:53:23.353Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:53:23.354Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|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-12-02T02:53:23.354Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:53:32.900Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:53:32.929Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:54:23.297Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:54:23.298Z||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-12-02T02:54:23.300Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:54:23.353Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:54:23.354Z||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-12-02T02:54:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:54:32.874Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:54:32.941Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:55:23.298Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:55:23.298Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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-12-02T02:55:23.299Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:55:23.353Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:55:23.354Z|a60c4777-054a-4b2c-befa-1380e94e9909|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-12-02T02:55:23.354Z|a60c4777-054a-4b2c-befa-1380e94e9909|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:55:32.871Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:55:32.933Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:56:23.297Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:56:23.298Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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-12-02T02:56:23.298Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:56:23.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:56:23.354Z||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-12-02T02:56:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:56:32.900Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:56:32.925Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:57:23.297Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:57:23.298Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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-12-02T02:57:23.299Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:57:23.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:57:23.354Z||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-12-02T02:57:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:57:32.896Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:57:32.933Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:58:23.297Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:58:23.298Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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-12-02T02:58:23.298Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:58:23.353Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:58:23.354Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|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-12-02T02:58:23.354Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:58:32.930Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:58:32.953Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:59:23.298Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:59:23.299Z||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-12-02T02:59:23.300Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:59:23.353Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T02:59:23.354Z||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-12-02T02:59:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T02:59:32.883Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T02:59:32.913Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:00:23.297Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:00:23.299Z||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-12-02T03:00:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:00:23.354Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:00:23.354Z|a60c4777-054a-4b2c-befa-1380e94e9909|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-12-02T03:00:23.355Z|a60c4777-054a-4b2c-befa-1380e94e9909|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:00:32.888Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:00:32.920Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:01:23.298Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:01:23.299Z|f9e14885-ca5b-479d-af6b-7761873c49f9|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-12-02T03:01:23.299Z|f9e14885-ca5b-479d-af6b-7761873c49f9|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:01:23.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:01:23.354Z||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-12-02T03:01:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:01:32.901Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:01:32.943Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:02:23.297Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:02:23.298Z|f9e14885-ca5b-479d-af6b-7761873c49f9|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-12-02T03:02:23.299Z|f9e14885-ca5b-479d-af6b-7761873c49f9|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:02:23.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:02:23.354Z||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-12-02T03:02:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:02:32.905Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:02:32.929Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:03:23.299Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:03:23.300Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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-12-02T03:03:23.300Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:03:23.353Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:03:23.354Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|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-12-02T03:03:23.354Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:03:32.884Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:03:32.908Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:04:23.297Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:04:23.298Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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-12-02T03:04:23.298Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:04:23.353Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:04:23.354Z||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-12-02T03:04:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:04:32.881Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:04:32.944Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:05:23.297Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:05:23.298Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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-12-02T03:05:23.303Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:05:23.353Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:05:23.354Z|a60c4777-054a-4b2c-befa-1380e94e9909|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-12-02T03:05:23.354Z|a60c4777-054a-4b2c-befa-1380e94e9909|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:05:32.897Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:05:32.920Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:06:23.297Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:06:23.298Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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-12-02T03:06:23.299Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:06:23.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:06:23.354Z||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-12-02T03:06:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:06:32.886Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:06:32.909Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:07:23.297Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:07:23.298Z|f9e14885-ca5b-479d-af6b-7761873c49f9|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-12-02T03:07:23.299Z|f9e14885-ca5b-479d-af6b-7761873c49f9|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:07:23.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:07:23.355Z||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-12-02T03:07:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:07:32.880Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:07:32.967Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:08:23.297Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:08:23.298Z|f9e14885-ca5b-479d-af6b-7761873c49f9|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-12-02T03:08:23.298Z|f9e14885-ca5b-479d-af6b-7761873c49f9|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:08:23.353Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:08:23.354Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|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-12-02T03:08:23.354Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:08:32.880Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:08:32.926Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:09:23.298Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:09:23.298Z||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-12-02T03:09:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:09:23.355Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:09:23.357Z||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-12-02T03:09:23.357Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:09:32.868Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:09:33.002Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:10:23.298Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:10:23.298Z||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-12-02T03:10:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:10:23.353Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:10:23.354Z|a60c4777-054a-4b2c-befa-1380e94e9909|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-12-02T03:10:23.354Z|a60c4777-054a-4b2c-befa-1380e94e9909|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:10:32.882Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:10:32.922Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:11:23.297Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:11:23.298Z||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-12-02T03:11:23.298Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:11:23.355Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:11:23.357Z||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-12-02T03:11:23.357Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:11:32.864Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:11:32.950Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:12:23.298Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:12:23.300Z||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-12-02T03:12:23.300Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:12:23.357Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:12:23.358Z||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-12-02T03:12:23.358Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:12:32.884Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:12:32.926Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:13:23.298Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:13:23.299Z|f9e14885-ca5b-479d-af6b-7761873c49f9|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-12-02T03:13:23.299Z|f9e14885-ca5b-479d-af6b-7761873c49f9|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:13:23.353Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:13:23.354Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|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-12-02T03:13:23.354Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:13:32.892Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:13:32.912Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:14:23.297Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:14:23.298Z|f9e14885-ca5b-479d-af6b-7761873c49f9|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-12-02T03:14:23.299Z|f9e14885-ca5b-479d-af6b-7761873c49f9|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:14:23.354Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:14:23.354Z||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-12-02T03:14:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:14:32.886Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:14:32.950Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:15:23.298Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:15:23.299Z|f9e14885-ca5b-479d-af6b-7761873c49f9|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-12-02T03:15:23.299Z|f9e14885-ca5b-479d-af6b-7761873c49f9|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:15:23.353Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:15:23.355Z|a60c4777-054a-4b2c-befa-1380e94e9909|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-12-02T03:15:23.355Z|a60c4777-054a-4b2c-befa-1380e94e9909|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:15:32.899Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:15:32.905Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:16:23.297Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:16:23.298Z|f9e14885-ca5b-479d-af6b-7761873c49f9|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-12-02T03:16:23.299Z|f9e14885-ca5b-479d-af6b-7761873c49f9|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:16:23.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:16:23.354Z||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-12-02T03:16:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:16:32.864Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:16:32.912Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:17:23.297Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:17:23.298Z||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-12-02T03:17:23.298Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:17:23.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:17:23.354Z||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-12-02T03:17:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:17:32.902Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:17:32.931Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:18:23.297Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:18:23.298Z||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-12-02T03:18:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:18:23.353Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:18:23.354Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|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-12-02T03:18:23.354Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:18:32.874Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:18:32.916Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:19:23.298Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:19:23.299Z||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-12-02T03:19:23.300Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:19:23.353Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:19:23.354Z||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-12-02T03:19:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:19:32.897Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:19:32.936Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:20:23.297Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:20:23.299Z||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-12-02T03:20:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:20:23.353Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:20:23.363Z|a60c4777-054a-4b2c-befa-1380e94e9909|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-12-02T03:20:23.363Z|a60c4777-054a-4b2c-befa-1380e94e9909|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:20:32.885Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:20:32.922Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:21:23.297Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:21:23.298Z|f9e14885-ca5b-479d-af6b-7761873c49f9|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-12-02T03:21:23.299Z|f9e14885-ca5b-479d-af6b-7761873c49f9|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:21:23.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:21:23.354Z||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-12-02T03:21:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:21:32.887Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:21:32.927Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:22:23.297Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:22:23.298Z|f9e14885-ca5b-479d-af6b-7761873c49f9|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-12-02T03:22:23.298Z|f9e14885-ca5b-479d-af6b-7761873c49f9|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:22:23.355Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:22:23.356Z||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-12-02T03:22:23.356Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:22:32.891Z|f9e14885-ca5b-479d-af6b-7761873c49f9|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:22:32.957Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:23:23.297Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:23:23.298Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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-12-02T03:23:23.298Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:23:23.353Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:23:23.354Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|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-12-02T03:23:23.354Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:23:32.869Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:23:32.981Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:24:23.298Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:24:23.299Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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-12-02T03:24:23.300Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:24:23.353Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:24:23.354Z||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-12-02T03:24:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:24:32.860Z|d4cc8308-e515-42ad-b6cd-6a4d7bc32d22|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:24:32.941Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:25:23.304Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:25:23.307Z||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-12-02T03:25:23.307Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:25:23.364Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:25:23.367Z|a60c4777-054a-4b2c-befa-1380e94e9909|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-12-02T03:25:23.367Z|a60c4777-054a-4b2c-befa-1380e94e9909|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:25:32.901Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:25:33.002Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:26:23.297Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:26:23.299Z||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-12-02T03:26:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:26:23.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:26:23.354Z||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-12-02T03:26:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:26:32.915Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:26:32.924Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:27:23.298Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:27:23.299Z||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-12-02T03:27:23.300Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:27:23.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:27:23.354Z||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-12-02T03:27:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:27:32.896Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:27:32.924Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:28:23.298Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:28:23.298Z||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-12-02T03:28:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:28:23.354Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:28:23.355Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|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-12-02T03:28:23.355Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:28:32.883Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:28:32.925Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:29:23.297Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:29:23.298Z||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-12-02T03:29:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:29:23.353Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:29:23.354Z||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-12-02T03:29:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:29:32.857Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:29:32.936Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:30:23.297Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:30:23.299Z||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-12-02T03:30:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:30:23.353Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:30:23.354Z|a60c4777-054a-4b2c-befa-1380e94e9909|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-12-02T03:30:23.354Z|a60c4777-054a-4b2c-befa-1380e94e9909|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:30:32.872Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:30:32.915Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:31:23.301Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:31:23.302Z||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-12-02T03:31:23.302Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:31:23.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:31:23.354Z||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-12-02T03:31:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:31:32.945Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:31:32.959Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:32:23.297Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:32:23.298Z||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-12-02T03:32:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:32:23.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:32:23.354Z||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-12-02T03:32:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:32:32.876Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:32:32.930Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:33:23.298Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:33:23.299Z||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-12-02T03:33:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:33:23.353Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:33:23.354Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|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-12-02T03:33:23.354Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:33:32.902Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:33:32.920Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:34:23.297Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:34:23.298Z||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-12-02T03:34:23.298Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:34:23.353Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:34:23.354Z||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-12-02T03:34:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:34:32.909Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:34:32.954Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:35:23.297Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:35:23.298Z||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-12-02T03:35:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:35:23.355Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:35:23.356Z|a60c4777-054a-4b2c-befa-1380e94e9909|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-12-02T03:35:23.356Z|a60c4777-054a-4b2c-befa-1380e94e9909|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:35:32.879Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:35:32.927Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:36:23.298Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:36:23.300Z||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-12-02T03:36:23.300Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:36:23.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:36:23.354Z||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-12-02T03:36:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:36:32.900Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:36:32.918Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:37:23.298Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:37:23.299Z||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-12-02T03:37:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:37:23.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:37:23.354Z||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-12-02T03:37:23.356Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:37:32.912Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:37:32.914Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:38:23.299Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:38:23.300Z||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-12-02T03:38:23.300Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:38:23.354Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:38:23.355Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|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-12-02T03:38:23.355Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:38:32.906Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:38:32.908Z|993317ed-5e3d-4918-8c68-8241ef23c1c5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:39:23.297Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:39:23.298Z||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-12-02T03:39:23.298Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:39:23.353Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:39:23.354Z||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-12-02T03:39:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:39:32.870Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:39:32.937Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:40:23.300Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:40:23.301Z||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-12-02T03:40:23.301Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:40:23.353Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:40:23.354Z|a60c4777-054a-4b2c-befa-1380e94e9909|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-12-02T03:40:23.354Z|a60c4777-054a-4b2c-befa-1380e94e9909|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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:40:32.873Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:40:32.923Z|a60c4777-054a-4b2c-befa-1380e94e9909|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:41:23.299Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:41:23.300Z||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-12-02T03:41:23.301Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:41:23.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:41:23.354Z||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-12-02T03:41:23.355Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:41:32.863Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:41:32.923Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:42:23.298Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:42:23.298Z||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-12-02T03:42:23.299Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:42:23.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T03:42:23.354Z||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-12-02T03:42:23.354Z||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 yN8e2hzvKfPqrzyY) ...
2022-12-02T03:42:32.872Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T03:42:32.935Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK