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-11-11T23:12:49.958Z||main|||||INFO|500||The following profiles are active: basic
2022-11-11T23:13:07.580Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-11T23:13:07.581Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-11T23:13:07.880Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-11T23:13:16.537Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-11T23:13:17.178Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-11T23:13:18.925Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-11T23:13:18.996Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-11T23:13:19.350Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-11T23:13:19.788Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-11T23:13:21.927Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-11T23:13:24.632Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-11T23:13:27.811Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-11T23:13:27.900Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-11T23:13:28.635Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-11T23:13:29.055Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-11-11T23:13:30.781Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-11T23:13:32.376Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
Hibernate: select activitysp0_.ID as id1_0_, activitysp0_.CREATION_TIMESTAMP as creation2_0_, activitysp0_.DESCRIPTION as descript3_0_, activitysp0_.NAME as name4_0_, activitysp0_.VERSION as version5_0_ from activity_spec activitysp0_
2022-11-11T23:13:33.261Z||main|||||DEBUG|500||Attempting to create activity  VNFSetInMaintFlagActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ID as id1_1_0_, activitysp0_.NAME as name2_1_0_ from activity_spec_categories activitysp0_ where activitysp0_.ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ID as id1_2_0_, activitysp0_.CREATION_TIMESTAMP as creation2_2_0_, activitysp0_.DESCRIPTION as descript3_2_0_, activitysp0_.DIRECTION as directio4_2_0_, activitysp0_.NAME as name5_2_0_, activitysp0_.TYPE as type6_2_0_ from activity_spec_parameters activitysp0_ where activitysp0_.ID=?
2022-11-11T23:13:34.279Z||main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-11T23:13:34.294Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-11T23:13:34.318Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFSetInMaintFlagActivity","description":"Activity to Set InMaint Flag in A&AI","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2022-11-11T23:13:37.521Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-11T23:13:37.523Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Fri, 11 Nov 2022 23:13:34 GMT], server=[envoy], x-envoy-upstream-service-time=[3182], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-11T23:13:37.525Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||{"id":"a068e91615644f98aa811a46fcac13e7","versionId":"bfbbb686fcc34adca4221eb54bd47a50"}

2022-11-11T23:13:37.561Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully created activitySpec VNFSetInMaintFlagActivity
2022-11-11T23:13:37.717Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a068e91615644f98aa811a46fcac13e7/versions/latest/actions|INFO|500||Invoke
2022-11-11T23:13:37.718Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a068e91615644f98aa811a46fcac13e7/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/a068e91615644f98aa811a46fcac13e7/versions/latest/actions with request headers:{X-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[8f9e0f34-f4f0-45a8-88ad-30f1948ce34a], X-ECOMP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-TransactionID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], Content-Type=[application/json]}
2022-11-11T23:13:37.720Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a068e91615644f98aa811a46fcac13e7/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-11-11T23:13:38.323Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a068e91615644f98aa811a46fcac13e7/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/a068e91615644f98aa811a46fcac13e7/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 11 Nov 2022 23:13:37 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[561]}
2022-11-11T23:13:38.324Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a068e91615644f98aa811a46fcac13e7/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-11-11T23:13:38.325Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a068e91615644f98aa811a46fcac13e7/versions/latest/actions|INFO|500||InvokeReturn
2022-11-11T23:13:38.329Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully certified activitySpec VNFSetInMaintFlagActivity
2022-11-11T23:13:38.329Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Attempting to create activity  VNFCheckPserversLockedFlagActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2022-11-11T23:13:38.459Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-11T23:13:38.466Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-11T23:13:38.469Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFCheckPserversLockedFlagActivity","description":"Activity Check Pservers Locked Flag VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2022-11-11T23:13:38.795Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-11T23:13:38.796Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Fri, 11 Nov 2022 23:13:38 GMT], server=[envoy], x-envoy-upstream-service-time=[310], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-11T23:13:38.797Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||{"id":"da562fc5e39a4801a2f533edd7af4902","versionId":"41f4dfbb607346398a2afc84d0d11668"}

2022-11-11T23:13:38.803Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully created activitySpec VNFCheckPserversLockedFlagActivity
2022-11-11T23:13:38.972Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/da562fc5e39a4801a2f533edd7af4902/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-11T23:13:38.995Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/da562fc5e39a4801a2f533edd7af4902/versions/latest/actions|INFO|500||Invoke
2022-11-11T23:13:39.011Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/da562fc5e39a4801a2f533edd7af4902/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-11-11T23:13:39.762Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/da562fc5e39a4801a2f533edd7af4902/versions/latest/actions|INFO|500||InvokeReturn
2022-11-11T23:13:39.763Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/da562fc5e39a4801a2f533edd7af4902/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 11 Nov 2022 23:13:38 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[726]}
2022-11-11T23:13:39.764Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Response was returned with an empty entity.
2022-11-11T23:13:39.770Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully certified activitySpec VNFCheckPserversLockedFlagActivity
2022-11-11T23:13:39.771Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Attempting to create activity  VNFCheckInMaintFlagActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2022-11-11T23:13:39.948Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-11T23:13:39.949Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[43ccab64-0c14-4108-a618-fc8c050ba9f4], X-ECOMP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-TransactionID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], Content-Type=[application/json]}
2022-11-11T23:13:40.002Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFCheckInMaintFlagActivity","description":"Activity CheckIn Maint Flag on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2022-11-11T23:13:40.315Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Fri, 11 Nov 2022 23:13:39 GMT], server=[envoy], x-envoy-upstream-service-time=[307], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-11T23:13:40.316Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"82776da8c4b944f39acfa1472150f3d4","versionId":"faeb70d243f74cff8ec9663e75ccbd2a"}

2022-11-11T23:13:40.324Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-11T23:13:40.333Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully created activitySpec VNFCheckInMaintFlagActivity
2022-11-11T23:13:40.403Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/82776da8c4b944f39acfa1472150f3d4/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-11T23:13:40.404Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/82776da8c4b944f39acfa1472150f3d4/versions/latest/actions|INFO|500||Invoke
2022-11-11T23:13:40.412Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/82776da8c4b944f39acfa1472150f3d4/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-11-11T23:13:41.047Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/82776da8c4b944f39acfa1472150f3d4/versions/latest/actions|INFO|500||InvokeReturn
2022-11-11T23:13:41.048Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/82776da8c4b944f39acfa1472150f3d4/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 11 Nov 2022 23:13:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[619]}
2022-11-11T23:13:41.048Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Response was returned with an empty entity.
2022-11-11T23:13:41.048Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully certified activitySpec VNFCheckInMaintFlagActivity
2022-11-11T23:13:41.048Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Attempting to create activity  VNFCheckClosedLoopDisabledFlagActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2022-11-11T23:13:41.141Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-11T23:13:41.145Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-11T23:13:41.148Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFCheckClosedLoopDisabledFlagActivity","description":"Activity Check Closed Loop Disabled Flag on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2022-11-11T23:13:41.349Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-11T23:13:41.349Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Fri, 11 Nov 2022 23:13:40 GMT], server=[envoy], x-envoy-upstream-service-time=[191], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-11T23:13:41.351Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||{"id":"5a91047a28564159bce384953ff073cb","versionId":"4a03d4f0e92847679b7c2307f67ee4d4"}

2022-11-11T23:13:41.353Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully created activitySpec VNFCheckClosedLoopDisabledFlagActivity
2022-11-11T23:13:41.481Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/5a91047a28564159bce384953ff073cb/versions/latest/actions|INFO|500||Invoke
2022-11-11T23:13:41.482Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/5a91047a28564159bce384953ff073cb/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/5a91047a28564159bce384953ff073cb/versions/latest/actions with request headers:{X-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[9ff917ab-f321-4923-9efd-96faa6c9cdbd], X-ECOMP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-TransactionID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], Content-Type=[application/json]}
2022-11-11T23:13:41.483Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/5a91047a28564159bce384953ff073cb/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-11-11T23:13:41.795Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/5a91047a28564159bce384953ff073cb/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/5a91047a28564159bce384953ff073cb/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 11 Nov 2022 23:13:41 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[304]}
2022-11-11T23:13:41.796Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/5a91047a28564159bce384953ff073cb/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-11-11T23:13:41.797Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/5a91047a28564159bce384953ff073cb/versions/latest/actions|INFO|500||InvokeReturn
2022-11-11T23:13:41.797Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully certified activitySpec VNFCheckClosedLoopDisabledFlagActivity
2022-11-11T23:13:41.797Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Attempting to create activity  VNFSetClosedLoopDisabledFlagActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2022-11-11T23:13:41.957Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-11T23:13:41.961Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-11T23:13:41.964Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFSetClosedLoopDisabledFlagActivity","description":"Activity Set Closed Loop Disabled Flag on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2022-11-11T23:13:42.291Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-11T23:13:42.294Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Fri, 11 Nov 2022 23:13:41 GMT], server=[envoy], x-envoy-upstream-service-time=[304], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-11T23:13:42.302Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||{"id":"dd4561f56d4d4328ad52495821cd0da8","versionId":"78c815dabe0c4756a70d6d10b3478005"}

2022-11-11T23:13:42.320Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully created activitySpec VNFSetClosedLoopDisabledFlagActivity
2022-11-11T23:13:42.503Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/dd4561f56d4d4328ad52495821cd0da8/versions/latest/actions|INFO|500||Invoke
2022-11-11T23:13:42.509Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/dd4561f56d4d4328ad52495821cd0da8/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/dd4561f56d4d4328ad52495821cd0da8/versions/latest/actions with request headers:{X-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[4247641d-a090-4c5d-a063-f33c93d4f758], X-ECOMP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-TransactionID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], Content-Type=[application/json]}
2022-11-11T23:13:42.511Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/dd4561f56d4d4328ad52495821cd0da8/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-11-11T23:13:43.026Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/dd4561f56d4d4328ad52495821cd0da8/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/dd4561f56d4d4328ad52495821cd0da8/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 11 Nov 2022 23:13:42 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[511]}
2022-11-11T23:13:43.027Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/dd4561f56d4d4328ad52495821cd0da8/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-11-11T23:13:43.028Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/dd4561f56d4d4328ad52495821cd0da8/versions/latest/actions|INFO|500||InvokeReturn
2022-11-11T23:13:43.031Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully certified activitySpec VNFSetClosedLoopDisabledFlagActivity
2022-11-11T23:13:43.032Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Attempting to create activity  VNFUnsetClosedLoopDisabledFlagActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2022-11-11T23:13:43.120Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-11T23:13:43.121Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-11T23:13:43.123Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFUnsetClosedLoopDisabledFlagActivity","description":"Activity Unset Closed Loop Disabled Flag on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2022-11-11T23:13:43.323Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-11T23:13:43.324Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Fri, 11 Nov 2022 23:13:42 GMT], server=[envoy], x-envoy-upstream-service-time=[191], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-11T23:13:43.325Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||{"id":"ac87996948794db08b8481e0d62897ca","versionId":"ff3abed6b9de4ab6951b2cb9d1e0e2e7"}

2022-11-11T23:13:43.335Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully created activitySpec VNFUnsetClosedLoopDisabledFlagActivity
2022-11-11T23:13:43.426Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/ac87996948794db08b8481e0d62897ca/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-11T23:13:43.428Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ac87996948794db08b8481e0d62897ca/versions/latest/actions|INFO|500||Invoke
2022-11-11T23:13:43.430Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ac87996948794db08b8481e0d62897ca/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-11-11T23:13:43.923Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ac87996948794db08b8481e0d62897ca/versions/latest/actions|INFO|500||InvokeReturn
2022-11-11T23:13:43.925Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/ac87996948794db08b8481e0d62897ca/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 11 Nov 2022 23:13:43 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[486]}
2022-11-11T23:13:43.925Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Response was returned with an empty entity.
2022-11-11T23:13:43.926Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully certified activitySpec VNFUnsetClosedLoopDisabledFlagActivity
2022-11-11T23:13:43.928Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Attempting to create activity  VNFLockActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2022-11-11T23:13:43.996Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-11T23:13:43.997Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[231e406a-e2c3-452a-aac6-cd1d6d8d163e], X-ECOMP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-TransactionID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], Content-Type=[application/json]}
2022-11-11T23:13:43.999Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFLockActivity","description":"Activity Lock on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2022-11-11T23:13:44.238Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Fri, 11 Nov 2022 23:13:43 GMT], server=[envoy], x-envoy-upstream-service-time=[235], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-11T23:13:44.239Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"d9533e3221434577b01ef33760e6815a","versionId":"64a77c0cbbee4f5998fb3a735c48048b"}

2022-11-11T23:13:44.240Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-11T23:13:44.250Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully created activitySpec VNFLockActivity
2022-11-11T23:13:44.393Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d9533e3221434577b01ef33760e6815a/versions/latest/actions|INFO|500||Invoke
2022-11-11T23:13:44.403Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d9533e3221434577b01ef33760e6815a/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/d9533e3221434577b01ef33760e6815a/versions/latest/actions with request headers:{X-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[2d02a85e-6828-4333-8026-d63857e254b4], X-ECOMP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-TransactionID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], Content-Type=[application/json]}
2022-11-11T23:13:44.404Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d9533e3221434577b01ef33760e6815a/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-11-11T23:13:44.777Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d9533e3221434577b01ef33760e6815a/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/d9533e3221434577b01ef33760e6815a/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 11 Nov 2022 23:13:44 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[354]}
2022-11-11T23:13:44.778Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d9533e3221434577b01ef33760e6815a/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-11-11T23:13:44.779Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d9533e3221434577b01ef33760e6815a/versions/latest/actions|INFO|500||InvokeReturn
2022-11-11T23:13:44.780Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully certified activitySpec VNFLockActivity
2022-11-11T23:13:44.780Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Attempting to create activity  VNFUnlockActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2022-11-11T23:13:44.857Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-11T23:13:44.860Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-11T23:13:44.861Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFUnlockActivity","description":"Activity UnLock on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2022-11-11T23:13:45.052Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-11T23:13:45.052Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Fri, 11 Nov 2022 23:13:44 GMT], server=[envoy], x-envoy-upstream-service-time=[187], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-11T23:13:45.053Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||{"id":"84d99dc5cdcb43728d14ebbd4aad2867","versionId":"6e2219fac9da4a14aae9d30f1880b628"}

2022-11-11T23:13:45.057Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully created activitySpec VNFUnlockActivity
2022-11-11T23:13:45.131Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/84d99dc5cdcb43728d14ebbd4aad2867/versions/latest/actions|INFO|500||Invoke
2022-11-11T23:13:45.132Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/84d99dc5cdcb43728d14ebbd4aad2867/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/84d99dc5cdcb43728d14ebbd4aad2867/versions/latest/actions with request headers:{X-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[877fd1e1-04a9-41af-8126-36cb066e687a], X-ECOMP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-TransactionID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], Content-Type=[application/json]}
2022-11-11T23:13:45.134Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/84d99dc5cdcb43728d14ebbd4aad2867/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-11-11T23:13:45.395Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/84d99dc5cdcb43728d14ebbd4aad2867/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/84d99dc5cdcb43728d14ebbd4aad2867/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 11 Nov 2022 23:13:44 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[253]}
2022-11-11T23:13:45.396Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/84d99dc5cdcb43728d14ebbd4aad2867/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-11-11T23:13:45.397Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/84d99dc5cdcb43728d14ebbd4aad2867/versions/latest/actions|INFO|500||InvokeReturn
2022-11-11T23:13:45.398Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully certified activitySpec VNFUnlockActivity
2022-11-11T23:13:45.398Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Attempting to create activity  VNFStopActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2022-11-11T23:13:45.466Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-11T23:13:45.467Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-11T23:13:45.469Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFStopActivity","description":"Activity Stop on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2022-11-11T23:13:45.637Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-11T23:13:45.638Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Fri, 11 Nov 2022 23:13:45 GMT], server=[envoy], x-envoy-upstream-service-time=[160], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-11T23:13:45.639Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||{"id":"3a395c86b14a4b7083cdec8c75e4b4ec","versionId":"69612d6a63c54ba28389516f1d828ead"}

2022-11-11T23:13:45.642Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully created activitySpec VNFStopActivity
2022-11-11T23:13:45.680Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/3a395c86b14a4b7083cdec8c75e4b4ec/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-11T23:13:45.682Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/3a395c86b14a4b7083cdec8c75e4b4ec/versions/latest/actions|INFO|500||Invoke
2022-11-11T23:13:45.683Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/3a395c86b14a4b7083cdec8c75e4b4ec/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-11-11T23:13:45.939Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/3a395c86b14a4b7083cdec8c75e4b4ec/versions/latest/actions|INFO|500||InvokeReturn
2022-11-11T23:13:45.940Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/3a395c86b14a4b7083cdec8c75e4b4ec/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 11 Nov 2022 23:13:45 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[250]}
2022-11-11T23:13:45.941Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Response was returned with an empty entity.
2022-11-11T23:13:45.941Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully certified activitySpec VNFStopActivity
2022-11-11T23:13:45.943Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Attempting to create activity  VNFStartActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2022-11-11T23:13:46.028Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-11T23:13:46.028Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[2147f72c-bce2-4dc2-91cb-59420a66b1ee], X-ECOMP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-TransactionID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], Content-Type=[application/json]}
2022-11-11T23:13:46.030Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFStartActivity","description":"Activity Start on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2022-11-11T23:13:46.319Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Fri, 11 Nov 2022 23:13:45 GMT], server=[envoy], x-envoy-upstream-service-time=[281], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-11T23:13:46.320Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"d1494d22e3894118b2a99631ddafcafe","versionId":"d02a8f7727a44766b46ecc03c49b709a"}

2022-11-11T23:13:46.320Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-11T23:13:46.329Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully created activitySpec VNFStartActivity
2022-11-11T23:13:46.376Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/d1494d22e3894118b2a99631ddafcafe/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-11T23:13:46.378Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d1494d22e3894118b2a99631ddafcafe/versions/latest/actions|INFO|500||Invoke
2022-11-11T23:13:46.381Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d1494d22e3894118b2a99631ddafcafe/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-11-11T23:13:46.720Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d1494d22e3894118b2a99631ddafcafe/versions/latest/actions|INFO|500||InvokeReturn
2022-11-11T23:13:46.722Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/d1494d22e3894118b2a99631ddafcafe/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 11 Nov 2022 23:13:46 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[333]}
2022-11-11T23:13:46.722Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Response was returned with an empty entity.
2022-11-11T23:13:46.722Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully certified activitySpec VNFStartActivity
2022-11-11T23:13:46.723Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Attempting to create activity  VNFSnapShotActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2022-11-11T23:13:46.799Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-11T23:13:46.801Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-11T23:13:46.802Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFSnapShotActivity","description":"Activity Snap Shot on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2022-11-11T23:13:47.003Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-11T23:13:47.004Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Fri, 11 Nov 2022 23:13:46 GMT], server=[envoy], x-envoy-upstream-service-time=[192], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-11T23:13:47.005Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||{"id":"eba07aa57bbc414a8e55ac3c5bc706f9","versionId":"b427f81a38b34e55ae992fc786022470"}

2022-11-11T23:13:47.007Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully created activitySpec VNFSnapShotActivity
2022-11-11T23:13:47.045Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/eba07aa57bbc414a8e55ac3c5bc706f9/versions/latest/actions|INFO|500||Invoke
2022-11-11T23:13:47.046Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/eba07aa57bbc414a8e55ac3c5bc706f9/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/eba07aa57bbc414a8e55ac3c5bc706f9/versions/latest/actions with request headers:{X-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[c7a7a96a-902d-4cd4-8f69-129aaac93c6c], X-ECOMP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-TransactionID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], Content-Type=[application/json]}
2022-11-11T23:13:47.048Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/eba07aa57bbc414a8e55ac3c5bc706f9/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-11-11T23:13:47.391Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/eba07aa57bbc414a8e55ac3c5bc706f9/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/eba07aa57bbc414a8e55ac3c5bc706f9/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 11 Nov 2022 23:13:46 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[340]}
2022-11-11T23:13:47.392Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/eba07aa57bbc414a8e55ac3c5bc706f9/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-11-11T23:13:47.393Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/eba07aa57bbc414a8e55ac3c5bc706f9/versions/latest/actions|INFO|500||InvokeReturn
2022-11-11T23:13:47.393Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully certified activitySpec VNFSnapShotActivity
2022-11-11T23:13:47.393Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Attempting to create activity  FlowCompleteActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2022-11-11T23:13:47.457Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-11T23:13:47.458Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-11T23:13:47.460Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"FlowCompleteActivity","description":"Activity Complete on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2022-11-11T23:13:47.643Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-11T23:13:47.644Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Fri, 11 Nov 2022 23:13:47 GMT], server=[envoy], x-envoy-upstream-service-time=[180], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-11T23:13:47.645Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||{"id":"fc85fa5abc9c4e979391561d32abfc4a","versionId":"3b3525cc229540d59ce0742f8147cd4f"}

2022-11-11T23:13:47.649Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully created activitySpec FlowCompleteActivity
2022-11-11T23:13:47.692Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/fc85fa5abc9c4e979391561d32abfc4a/versions/latest/actions|INFO|500||Invoke
2022-11-11T23:13:47.692Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/fc85fa5abc9c4e979391561d32abfc4a/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/fc85fa5abc9c4e979391561d32abfc4a/versions/latest/actions with request headers:{X-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[28581fe1-570b-400c-884a-c0efa0ec3e46], X-ECOMP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-TransactionID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], Content-Type=[application/json]}
2022-11-11T23:13:47.693Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/fc85fa5abc9c4e979391561d32abfc4a/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-11-11T23:13:48.047Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/fc85fa5abc9c4e979391561d32abfc4a/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/fc85fa5abc9c4e979391561d32abfc4a/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 11 Nov 2022 23:13:47 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[350]}
2022-11-11T23:13:48.047Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/fc85fa5abc9c4e979391561d32abfc4a/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-11-11T23:13:48.048Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/fc85fa5abc9c4e979391561d32abfc4a/versions/latest/actions|INFO|500||InvokeReturn
2022-11-11T23:13:48.048Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully certified activitySpec FlowCompleteActivity
2022-11-11T23:13:48.049Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Attempting to create activity  PauseForManualTaskActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2022-11-11T23:13:48.092Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-11T23:13:48.092Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[3aa4dd6e-7d9f-4107-8912-2a1fb4e606cb], X-ECOMP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-TransactionID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], Content-Type=[application/json]}
2022-11-11T23:13:48.094Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"PauseForManualTaskActivity","description":"Activity Pause For Manual Task on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2022-11-11T23:13:48.249Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Fri, 11 Nov 2022 23:13:47 GMT], server=[envoy], x-envoy-upstream-service-time=[152], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-11T23:13:48.250Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"30a292811566453181d6cad7e2836f88","versionId":"24d12837a25545d2a40431f43ca63efc"}

2022-11-11T23:13:48.251Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-11T23:13:48.255Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully created activitySpec PauseForManualTaskActivity
2022-11-11T23:13:48.300Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/30a292811566453181d6cad7e2836f88/versions/latest/actions|INFO|500||Invoke
2022-11-11T23:13:48.302Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/30a292811566453181d6cad7e2836f88/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/30a292811566453181d6cad7e2836f88/versions/latest/actions with request headers:{X-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[bd687418-3965-42cf-a31d-d98f19864a91], X-ECOMP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-TransactionID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], Content-Type=[application/json]}
2022-11-11T23:13:48.304Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/30a292811566453181d6cad7e2836f88/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-11-11T23:13:48.578Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/30a292811566453181d6cad7e2836f88/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/30a292811566453181d6cad7e2836f88/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 11 Nov 2022 23:13:47 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[270]}
2022-11-11T23:13:48.579Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/30a292811566453181d6cad7e2836f88/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-11-11T23:13:48.580Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/30a292811566453181d6cad7e2836f88/versions/latest/actions|INFO|500||InvokeReturn
2022-11-11T23:13:48.581Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully certified activitySpec PauseForManualTaskActivity
2022-11-11T23:13:48.582Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Attempting to create activity  DistributeTrafficActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2022-11-11T23:13:48.636Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-11T23:13:48.637Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-11T23:13:48.639Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"DistributeTrafficActivity","description":"Activity Distribute Traffic on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2022-11-11T23:13:48.813Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-11T23:13:48.813Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Fri, 11 Nov 2022 23:13:48 GMT], server=[envoy], x-envoy-upstream-service-time=[169], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-11T23:13:48.814Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||{"id":"d53c320c11c34e628a652306d7e63767","versionId":"fb260566e4674a4cbea9200c6dff4adf"}

2022-11-11T23:13:48.816Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully created activitySpec DistributeTrafficActivity
2022-11-11T23:13:48.860Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d53c320c11c34e628a652306d7e63767/versions/latest/actions|INFO|500||Invoke
2022-11-11T23:13:48.861Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d53c320c11c34e628a652306d7e63767/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/d53c320c11c34e628a652306d7e63767/versions/latest/actions with request headers:{X-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[82304b64-03fb-4e42-97f2-b2e980a54bc7], X-ECOMP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-TransactionID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], Content-Type=[application/json]}
2022-11-11T23:13:48.862Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d53c320c11c34e628a652306d7e63767/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-11-11T23:13:49.134Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d53c320c11c34e628a652306d7e63767/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/d53c320c11c34e628a652306d7e63767/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 11 Nov 2022 23:13:48 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[269]}
2022-11-11T23:13:49.135Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d53c320c11c34e628a652306d7e63767/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-11-11T23:13:49.136Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d53c320c11c34e628a652306d7e63767/versions/latest/actions|INFO|500||InvokeReturn
2022-11-11T23:13:49.136Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully certified activitySpec DistributeTrafficActivity
2022-11-11T23:13:49.137Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Attempting to create activity  DistributeTrafficCheckActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2022-11-11T23:13:49.193Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-11T23:13:49.194Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[23d6cb6e-e8a4-43ec-8049-0ce7a90487cc], X-ECOMP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-TransactionID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], Content-Type=[application/json]}
2022-11-11T23:13:49.196Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"DistributeTrafficCheckActivity","description":"Activity Distribute Traffic Check on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2022-11-11T23:13:49.363Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Fri, 11 Nov 2022 23:13:48 GMT], server=[envoy], x-envoy-upstream-service-time=[164], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-11T23:13:49.366Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"b9647cadc519461f9b8791af5e738d3d","versionId":"39ca4310f0e24576bb3363c00f87e096"}

2022-11-11T23:13:49.366Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-11T23:13:49.370Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully created activitySpec DistributeTrafficCheckActivity
2022-11-11T23:13:49.421Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/b9647cadc519461f9b8791af5e738d3d/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-11T23:13:49.423Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b9647cadc519461f9b8791af5e738d3d/versions/latest/actions|INFO|500||Invoke
2022-11-11T23:13:49.425Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b9647cadc519461f9b8791af5e738d3d/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-11-11T23:13:49.692Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b9647cadc519461f9b8791af5e738d3d/versions/latest/actions|INFO|500||InvokeReturn
2022-11-11T23:13:49.693Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/b9647cadc519461f9b8791af5e738d3d/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 11 Nov 2022 23:13:49 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[263]}
2022-11-11T23:13:49.694Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Response was returned with an empty entity.
2022-11-11T23:13:49.694Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully certified activitySpec DistributeTrafficCheckActivity
2022-11-11T23:13:49.694Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Attempting to create activity  VNFHealthCheckActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2022-11-11T23:13:49.762Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-11T23:13:49.763Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[ce72d91f-ad85-4e66-b44c-b3231899b314], X-ECOMP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-TransactionID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], Content-Type=[application/json]}
2022-11-11T23:13:49.764Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFHealthCheckActivity","description":"Activity Health Check on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2022-11-11T23:13:49.925Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Fri, 11 Nov 2022 23:13:49 GMT], server=[envoy], x-envoy-upstream-service-time=[157], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-11T23:13:49.927Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"750fd18fa3ff4637898801f78f28b6e2","versionId":"cf4d3ebd5f4e4318bb08c7d1a3a4e928"}

2022-11-11T23:13:49.928Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-11T23:13:49.933Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully created activitySpec VNFHealthCheckActivity
2022-11-11T23:13:49.981Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/750fd18fa3ff4637898801f78f28b6e2/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-11T23:13:49.983Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/750fd18fa3ff4637898801f78f28b6e2/versions/latest/actions|INFO|500||Invoke
2022-11-11T23:13:49.984Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/750fd18fa3ff4637898801f78f28b6e2/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-11-11T23:13:50.301Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/750fd18fa3ff4637898801f78f28b6e2/versions/latest/actions|INFO|500||InvokeReturn
2022-11-11T23:13:50.302Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/750fd18fa3ff4637898801f78f28b6e2/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 11 Nov 2022 23:13:49 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[313]}
2022-11-11T23:13:50.302Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Response was returned with an empty entity.
2022-11-11T23:13:50.303Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully certified activitySpec VNFHealthCheckActivity
2022-11-11T23:13:50.303Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Attempting to create activity  VNFQuiesceTrafficActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2022-11-11T23:13:50.344Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-11T23:13:50.346Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-11T23:13:50.347Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFQuiesceTrafficActivity","description":"Activity Quiesce Traffic on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2022-11-11T23:13:50.519Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-11T23:13:50.519Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Fri, 11 Nov 2022 23:13:50 GMT], server=[envoy], x-envoy-upstream-service-time=[168], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-11T23:13:50.520Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||{"id":"f32deca271e044ad981ef9ebd7be9b5e","versionId":"adb0c4714a1245648922bd6104469503"}

2022-11-11T23:13:50.524Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully created activitySpec VNFQuiesceTrafficActivity
2022-11-11T23:13:50.553Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f32deca271e044ad981ef9ebd7be9b5e/versions/latest/actions|INFO|500||Invoke
2022-11-11T23:13:50.553Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f32deca271e044ad981ef9ebd7be9b5e/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/f32deca271e044ad981ef9ebd7be9b5e/versions/latest/actions with request headers:{X-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[78229b31-6a00-43c8-9d6f-313f77a79fb0], X-ECOMP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-TransactionID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], Content-Type=[application/json]}
2022-11-11T23:13:50.554Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f32deca271e044ad981ef9ebd7be9b5e/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-11-11T23:13:50.802Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f32deca271e044ad981ef9ebd7be9b5e/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/f32deca271e044ad981ef9ebd7be9b5e/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 11 Nov 2022 23:13:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[244]}
2022-11-11T23:13:50.803Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f32deca271e044ad981ef9ebd7be9b5e/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-11-11T23:13:50.804Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f32deca271e044ad981ef9ebd7be9b5e/versions/latest/actions|INFO|500||InvokeReturn
2022-11-11T23:13:50.804Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully certified activitySpec VNFQuiesceTrafficActivity
2022-11-11T23:13:50.805Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Attempting to create activity  VNFResumeTrafficActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2022-11-11T23:13:50.874Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-11T23:13:50.875Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-11T23:13:50.876Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFResumeTrafficActivity","description":"Activity Resume Traffic on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2022-11-11T23:13:51.050Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-11T23:13:51.051Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Fri, 11 Nov 2022 23:13:50 GMT], server=[envoy], x-envoy-upstream-service-time=[171], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-11T23:13:51.052Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||{"id":"b6fcaa0c118a4b42aaec6d2b52001e08","versionId":"28ef6735fed246a3b8a75c44c7ef86b0"}

2022-11-11T23:13:51.054Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully created activitySpec VNFResumeTrafficActivity
2022-11-11T23:13:51.089Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b6fcaa0c118a4b42aaec6d2b52001e08/versions/latest/actions|INFO|500||Invoke
2022-11-11T23:13:51.090Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b6fcaa0c118a4b42aaec6d2b52001e08/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/b6fcaa0c118a4b42aaec6d2b52001e08/versions/latest/actions with request headers:{X-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[0da6452e-6033-4b24-be30-25219bb62cdc], X-ECOMP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-TransactionID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], Content-Type=[application/json]}
2022-11-11T23:13:51.091Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b6fcaa0c118a4b42aaec6d2b52001e08/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-11-11T23:13:51.439Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b6fcaa0c118a4b42aaec6d2b52001e08/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/b6fcaa0c118a4b42aaec6d2b52001e08/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 11 Nov 2022 23:13:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[344]}
2022-11-11T23:13:51.440Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b6fcaa0c118a4b42aaec6d2b52001e08/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-11-11T23:13:51.442Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b6fcaa0c118a4b42aaec6d2b52001e08/versions/latest/actions|INFO|500||InvokeReturn
2022-11-11T23:13:51.442Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully certified activitySpec VNFResumeTrafficActivity
2022-11-11T23:13:51.443Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Attempting to create activity  VNFUnsetInMaintFlagActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2022-11-11T23:13:51.518Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-11T23:13:51.519Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[b46f892e-87df-4f77-80a0-ed9c8faacdf1], X-ECOMP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-TransactionID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], Content-Type=[application/json]}
2022-11-11T23:13:51.522Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFUnsetInMaintFlagActivity","description":"Activity Unset InMaint Flag on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2022-11-11T23:13:51.938Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Fri, 11 Nov 2022 23:13:51 GMT], server=[envoy], x-envoy-upstream-service-time=[413], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-11T23:13:51.939Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"35c8d5809dcd4d99af10a1d417e2b2f7","versionId":"8b932fa0cb4b4ff8974c65895c20ae4d"}

2022-11-11T23:13:51.940Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-11T23:13:51.943Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully created activitySpec VNFUnsetInMaintFlagActivity
2022-11-11T23:13:51.975Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/35c8d5809dcd4d99af10a1d417e2b2f7/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-11T23:13:51.977Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/35c8d5809dcd4d99af10a1d417e2b2f7/versions/latest/actions|INFO|500||Invoke
2022-11-11T23:13:51.978Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/35c8d5809dcd4d99af10a1d417e2b2f7/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-11-11T23:13:52.563Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/35c8d5809dcd4d99af10a1d417e2b2f7/versions/latest/actions|INFO|500||InvokeReturn
2022-11-11T23:13:52.563Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/35c8d5809dcd4d99af10a1d417e2b2f7/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 11 Nov 2022 23:13:51 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[582]}
2022-11-11T23:13:52.564Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Response was returned with an empty entity.
2022-11-11T23:13:52.564Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully certified activitySpec VNFUnsetInMaintFlagActivity
2022-11-11T23:13:52.564Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Attempting to create activity  VNFUpgradeBackupActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2022-11-11T23:13:52.861Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-11T23:13:52.863Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-11T23:13:52.866Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFUpgradeBackupActivity","description":"Activity Upgrade Backup on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2022-11-11T23:13:53.179Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-11T23:13:53.180Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Fri, 11 Nov 2022 23:13:52 GMT], server=[envoy], x-envoy-upstream-service-time=[303], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-11T23:13:53.180Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||{"id":"e792f37d9449425390b86d735431dedd","versionId":"d17ca01b9b544de889d04fab0974aa64"}

2022-11-11T23:13:53.183Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully created activitySpec VNFUpgradeBackupActivity
2022-11-11T23:13:53.227Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e792f37d9449425390b86d735431dedd/versions/latest/actions|INFO|500||Invoke
2022-11-11T23:13:53.228Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e792f37d9449425390b86d735431dedd/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/e792f37d9449425390b86d735431dedd/versions/latest/actions with request headers:{X-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[17acbd51-c790-4cde-bb34-b590d12beed7], X-ECOMP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-TransactionID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], Content-Type=[application/json]}
2022-11-11T23:13:53.229Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e792f37d9449425390b86d735431dedd/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-11-11T23:13:53.856Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e792f37d9449425390b86d735431dedd/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/e792f37d9449425390b86d735431dedd/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 11 Nov 2022 23:13:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[623]}
2022-11-11T23:13:53.856Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e792f37d9449425390b86d735431dedd/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-11-11T23:13:53.857Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e792f37d9449425390b86d735431dedd/versions/latest/actions|INFO|500||InvokeReturn
2022-11-11T23:13:53.857Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully certified activitySpec VNFUpgradeBackupActivity
2022-11-11T23:13:53.858Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Attempting to create activity  VNFUpgradePostCheckActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2022-11-11T23:13:53.927Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-11T23:13:53.928Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[26b8f871-dd08-41d6-a628-845530d62bfd], X-ECOMP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-TransactionID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], Content-Type=[application/json]}
2022-11-11T23:13:53.930Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFUpgradePostCheckActivity","description":"Activity Upgrade Post Check on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2022-11-11T23:13:54.246Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Fri, 11 Nov 2022 23:13:53 GMT], server=[envoy], x-envoy-upstream-service-time=[313], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-11T23:13:54.247Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"dcc70d4b5720420a863d76b4699f5aaa","versionId":"f2f7e0c6a3d34ffc92bd74d9dd200337"}

2022-11-11T23:13:54.248Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-11T23:13:54.250Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully created activitySpec VNFUpgradePostCheckActivity
2022-11-11T23:13:54.279Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/dcc70d4b5720420a863d76b4699f5aaa/versions/latest/actions|INFO|500||Invoke
2022-11-11T23:13:54.280Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/dcc70d4b5720420a863d76b4699f5aaa/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/dcc70d4b5720420a863d76b4699f5aaa/versions/latest/actions with request headers:{X-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[c2061608-233a-42be-86f8-a45e84018e71], X-ECOMP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-TransactionID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], Content-Type=[application/json]}
2022-11-11T23:13:54.281Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/dcc70d4b5720420a863d76b4699f5aaa/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-11-11T23:13:55.142Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/dcc70d4b5720420a863d76b4699f5aaa/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/dcc70d4b5720420a863d76b4699f5aaa/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 11 Nov 2022 23:13:53 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[851]}
2022-11-11T23:13:55.143Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/dcc70d4b5720420a863d76b4699f5aaa/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-11-11T23:13:55.144Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/dcc70d4b5720420a863d76b4699f5aaa/versions/latest/actions|INFO|500||InvokeReturn
2022-11-11T23:13:55.145Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully certified activitySpec VNFUpgradePostCheckActivity
2022-11-11T23:13:55.145Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Attempting to create activity  VNFUpgradePreCheckActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2022-11-11T23:13:55.201Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-11T23:13:55.202Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-11T23:13:55.203Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFUpgradePreCheckActivity","description":"Activity Upgrade PreCheck on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2022-11-11T23:13:55.707Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-11T23:13:55.708Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Fri, 11 Nov 2022 23:13:54 GMT], server=[envoy], x-envoy-upstream-service-time=[498], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-11T23:13:55.709Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||{"id":"6662bbe476314394abc28cc64b0dfaed","versionId":"6670662356244f3faaf4e07653d6fc06"}

2022-11-11T23:13:55.712Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully created activitySpec VNFUpgradePreCheckActivity
2022-11-11T23:13:55.746Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/6662bbe476314394abc28cc64b0dfaed/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-11T23:13:55.748Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6662bbe476314394abc28cc64b0dfaed/versions/latest/actions|INFO|500||Invoke
2022-11-11T23:13:55.749Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6662bbe476314394abc28cc64b0dfaed/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-11-11T23:13:56.252Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6662bbe476314394abc28cc64b0dfaed/versions/latest/actions|INFO|500||InvokeReturn
2022-11-11T23:13:56.253Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/6662bbe476314394abc28cc64b0dfaed/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 11 Nov 2022 23:13:55 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[500]}
2022-11-11T23:13:56.254Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Response was returned with an empty entity.
2022-11-11T23:13:56.255Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully certified activitySpec VNFUpgradePreCheckActivity
2022-11-11T23:13:56.255Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Attempting to create activity  VNFUpgradeSoftwareActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2022-11-11T23:13:56.293Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-11T23:13:56.294Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[cbc4e6c7-8991-4bc2-96c6-14a4d8422b16], X-ECOMP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-TransactionID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], Content-Type=[application/json]}
2022-11-11T23:13:56.295Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFUpgradeSoftwareActivity","description":"Activity UpgradeS oftware on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}

2022-11-11T23:13:56.712Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Fri, 11 Nov 2022 23:13:55 GMT], server=[envoy], x-envoy-upstream-service-time=[413], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-11T23:13:56.713Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"f47e871ccfdd43f498e50d3c457a73be","versionId":"33ece5c91ae548d0a6f54bad6b639650"}

2022-11-11T23:13:56.714Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-11T23:13:56.717Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully created activitySpec VNFUpgradeSoftwareActivity
2022-11-11T23:13:56.760Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f47e871ccfdd43f498e50d3c457a73be/versions/latest/actions|INFO|500||Invoke
2022-11-11T23:13:56.760Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f47e871ccfdd43f498e50d3c457a73be/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/f47e871ccfdd43f498e50d3c457a73be/versions/latest/actions with request headers:{X-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[b8f4b668-98e9-4713-b24d-1d9f9329b2bf], X-ECOMP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-TransactionID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], Content-Type=[application/json]}
2022-11-11T23:13:56.762Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f47e871ccfdd43f498e50d3c457a73be/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-11-11T23:13:57.727Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f47e871ccfdd43f498e50d3c457a73be/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/f47e871ccfdd43f498e50d3c457a73be/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 11 Nov 2022 23:13:56 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[959]}
2022-11-11T23:13:57.728Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f47e871ccfdd43f498e50d3c457a73be/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-11-11T23:13:57.729Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f47e871ccfdd43f498e50d3c457a73be/versions/latest/actions|INFO|500||InvokeReturn
2022-11-11T23:13:57.840Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully certified activitySpec VNFUpgradeSoftwareActivity
2022-11-11T23:13:57.840Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Attempting to create activity  VnfInPlaceSoftwareUpdate
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2022-11-11T23:13:58.088Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-11T23:13:58.089Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-11T23:13:58.103Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VnfInPlaceSoftwareUpdate","description":"Activity InPlace Software Update on VNF","categoryList":["VNF"]}

2022-11-11T23:13:58.442Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-11T23:13:58.443Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Fri, 11 Nov 2022 23:13:57 GMT], server=[envoy], x-envoy-upstream-service-time=[329], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-11T23:13:58.449Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||{"id":"a22ed06b8a54405b83ceddb7bc15fd70","versionId":"e3fda97ee32948d1850f1f051af018e4"}

2022-11-11T23:13:58.453Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully created activitySpec VnfInPlaceSoftwareUpdate
2022-11-11T23:13:58.508Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/a22ed06b8a54405b83ceddb7bc15fd70/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-11T23:13:58.509Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a22ed06b8a54405b83ceddb7bc15fd70/versions/latest/actions|INFO|500||Invoke
2022-11-11T23:13:58.511Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a22ed06b8a54405b83ceddb7bc15fd70/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2022-11-11T23:13:58.945Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a22ed06b8a54405b83ceddb7bc15fd70/versions/latest/actions|INFO|500||InvokeReturn
2022-11-11T23:13:58.945Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/a22ed06b8a54405b83ceddb7bc15fd70/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 11 Nov 2022 23:13:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[425]}
2022-11-11T23:13:58.946Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Response was returned with an empty entity.
2022-11-11T23:13:58.946Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully certified activitySpec VnfInPlaceSoftwareUpdate
2022-11-11T23:14:04.733Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-11-11T23:14:08.381Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||WARN|500||---
2022-11-11T23:14:08.382Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-11T23:14:08.383Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||WARN|500||---
2022-11-11T23:14:09.242Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-11T23:14:16.871Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Started Application in 93.643 seconds (JVM running for 97.211)
2022-11-11T23:14:16.918Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-11T23:14:16.923Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-11T23:14:16.984Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-11T23:14:17.127Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-11T23:14:17.202Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b2b11270-03b6-4c12-ab15-f290195f6f86 url= /sdc/v1/artifactTypes
2022-11-11T23:14:17.202Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-11T23:14:17.427Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-11T23:14:17.430Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@46d1985d
2022-11-11T23:14:17.430Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-11T23:14:17.465Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-11T23:14:17.468Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-11T23:14:17.476Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$4187bf4d.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 33 common frames omitted
2022-11-11T23:15:06.852Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-11T23:15:06.853Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-11T23:15:06.853Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-11T23:15:06.860Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-11T23:15:06.872Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d4b5ba60-d136-4be1-a5f8-944cad603d4b url= /sdc/v1/artifactTypes
2022-11-11T23:15:06.873Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-11T23:15:06.895Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-11T23:15:06.896Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4c298e7c
2022-11-11T23:15:06.896Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-11T23:15:06.897Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-11T23:15:06.897Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-11T23:15:06.898Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$4187bf4d.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 33 common frames omitted
2022-11-11T23:15:56.852Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-11T23:15:56.853Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-11T23:15:56.854Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-11T23:15:56.858Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-11T23:15:56.864Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8534e91a-d7f1-419b-b533-0f12cdd05ccc url= /sdc/v1/artifactTypes
2022-11-11T23:15:56.865Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-11T23:15:56.876Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-11T23:15:56.876Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@23b3a25f
2022-11-11T23:15:56.877Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-11T23:15:56.877Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-11T23:15:56.877Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-11T23:15:56.878Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$4187bf4d.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 33 common frames omitted
2022-11-11T23:16:46.856Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-11T23:16:46.858Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-11T23:16:46.859Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-11T23:16:46.865Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-11T23:16:46.888Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 640f20ec-34ef-4fef-ae2c-01344cdc6057 url= /sdc/v1/artifactTypes
2022-11-11T23:16:46.890Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-11T23:16:47.067Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-11T23:16:47.125Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-11-11T23:16:47.203Z||scheduling-1|||||DEBUG|500||create keys
2022-11-11T23:16:47.219Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-11T23:16:47.391Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:16:47.424Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= ab4405ac-8103-40fe-9aab-cd0525af8761 url= /sdc/v1/registerForDistribution
2022-11-11T23:16:47.614Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= ab4405ac-8103-40fe-9aab-cd0525af8761 url= /sdc/v1/registerForDistribution
2022-11-11T23:16:47.614Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-11T23:16:47.626Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:16:47.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:16:47.630Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-11T23:16:47.637Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:16:47.637Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:16:47.637Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:16:47.637Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:16:58.041Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:16:58.342Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:17:47.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:17:47.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:17:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:17:47.626Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:17:47.626Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:17:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:17:57.201Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:17:57.234Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:18:47.624Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:18:47.625Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:18:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:18:47.626Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:18:47.626Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:18:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:18:57.200Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:18:57.206Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:19:47.623Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:19:47.625Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:19:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:19:47.626Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:19:47.626Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:19:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:19:57.212Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:19:57.213Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:20:47.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:20:47.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:20:47.629Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:20:47.629Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:20:47.629Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:20:47.629Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:20:57.203Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:20:57.210Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:21:47.623Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:21:47.625Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:21:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:21:47.626Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:21:47.626Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:21:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:21:57.182Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:21:57.190Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:22:47.623Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:22:47.624Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:22:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:22:47.626Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:22:47.626Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:22:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:22:57.206Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:22:57.211Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:23:18.083Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-11T23:23:47.623Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:23:47.624Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:23:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:23:47.625Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:23:47.627Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:23:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:23:57.191Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:23:57.196Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:24:47.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:24:47.626Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:24:47.628Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:24:47.628Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:24:47.628Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:24:47.628Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:24:57.284Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:24:57.284Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:25:47.623Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:25:47.624Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:25:47.624Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:25:47.626Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:25:47.626Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:25:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:25:57.216Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:25:57.219Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:26:47.623Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:26:47.625Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:26:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:26:47.626Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:26:47.626Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:26:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:26:57.197Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:26:57.219Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:27:47.623Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:27:47.624Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:27:47.624Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:27:47.626Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:27:47.626Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:27:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:27:57.223Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:27:57.224Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:28:47.623Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:28:47.625Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:28:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:28:47.626Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:28:47.627Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:28:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:28:57.174Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:28:57.198Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:29:47.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:29:47.625Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:29:47.625Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:29:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:29:47.626Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:29:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:29:57.197Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:29:57.197Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:30:47.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:30:47.626Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:30:47.628Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:30:47.629Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:30:47.628Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:30:47.630Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:30:57.206Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:30:57.206Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:31:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:31:47.624Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:31:47.624Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:31:47.626Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:31:47.626Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:31:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:31:57.195Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:31:57.199Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:32:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:32:47.624Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:32:47.624Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:32:47.626Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:32:47.626Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:32:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:32:57.185Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:32:57.206Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:33:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:33:47.624Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:33:47.624Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:33:47.625Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:33:47.626Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:33:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:33:57.222Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:33:57.225Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:34:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:34:47.624Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:34:47.624Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:34:47.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:34:47.628Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:34:47.628Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:34:57.184Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:34:57.200Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:35:47.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:35:47.626Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:35:47.628Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:35:47.628Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:35:47.628Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:35:47.631Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:35:57.226Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:35:57.239Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:36:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:36:47.625Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:36:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:36:47.625Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:36:47.626Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:36:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:36:57.178Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:36:57.179Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:37:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:37:47.625Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:37:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:37:47.626Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:37:47.626Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:37:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:37:57.192Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:37:57.194Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:38:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:38:47.624Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:38:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:38:47.625Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:38:47.626Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:38:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:38:57.179Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:38:57.181Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:39:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:39:47.625Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:39:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:39:47.626Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:39:47.626Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:39:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:39:57.203Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:39:57.216Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:40:47.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:40:47.625Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:40:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:40:47.625Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:40:47.627Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:40:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:40:57.188Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:40:57.196Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:41:47.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:41:47.626Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:41:47.627Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:41:47.627Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:41:47.628Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:41:47.628Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:41:57.201Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:41:57.204Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:42:47.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:42:47.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:42:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:42:47.626Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:42:47.626Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:42:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:42:57.172Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:42:57.172Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:43:47.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:43:47.624Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:43:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:43:47.626Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:43:47.626Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:43:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:43:57.180Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:43:57.187Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:44:47.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:44:47.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:44:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:44:47.625Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:44:47.626Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:44:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:44:57.166Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:44:57.166Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:45:47.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:45:47.624Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:45:47.624Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:45:47.625Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:45:47.626Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:45:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:45:57.170Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:45:57.170Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:46:47.625Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:46:47.626Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:46:47.627Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:46:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:46:47.627Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:46:47.628Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:46:57.191Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:46:57.202Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:47:47.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:47:47.626Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:47:47.626Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:47:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:47:47.627Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:47:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:47:57.175Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:47:57.179Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:48:47.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:48:47.624Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:48:47.624Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:48:47.626Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:48:47.627Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:48:47.628Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:48:57.191Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:48:57.199Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:49:47.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:49:47.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:49:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:49:47.625Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:49:47.626Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:49:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:49:57.176Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:49:57.179Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:50:47.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:50:47.624Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:50:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:50:47.625Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:50:47.626Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:50:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:50:57.180Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:50:57.186Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:51:47.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:51:47.624Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:51:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:51:47.626Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:51:47.626Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:51:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:51:57.171Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:51:57.176Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:52:47.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:52:47.624Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:52:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:52:47.626Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:52:47.627Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:52:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:52:57.172Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:52:57.176Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:53:47.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:53:47.625Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:53:47.626Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:53:47.626Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:53:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:53:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:53:57.194Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:53:57.197Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:54:47.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:54:47.626Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:54:47.626Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:54:47.627Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:54:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:54:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:54:57.191Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:54:57.211Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:55:47.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:55:47.624Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:55:47.624Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:55:47.626Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:55:47.626Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:55:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:55:57.177Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:55:57.178Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:56:47.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:56:47.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:56:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:56:47.626Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:56:47.627Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:56:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:56:57.176Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:56:57.176Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:57:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:57:47.625Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:57:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:57:47.626Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:57:47.626Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:57:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:57:57.201Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:57:57.202Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:58:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:58:47.625Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:58:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:58:47.626Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:58:47.626Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:58:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:58:57.181Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:58:57.184Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:59:47.625Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:59:47.626Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:59:47.628Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:59:47.628Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:59:47.628Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:59:47.628Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:59:57.181Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-11T23:59:57.183Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:00:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:00:47.626Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:00:47.626Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:00:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:00:47.626Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:00:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:00:57.180Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:00:57.181Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:01:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:01:47.624Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:01:47.624Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:01:47.625Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:01:47.626Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:01:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:01:57.207Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:01:57.213Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:02:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:02:47.624Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:02:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:02:47.626Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:02:47.627Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:02:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:02:57.198Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:02:57.205Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:03:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:03:47.625Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:03:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:03:47.625Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:03:47.626Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:03:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:03:57.188Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:03:57.193Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:04:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:04:47.625Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:04:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:04:47.626Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:04:47.627Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:04:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:04:57.183Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:04:57.185Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:05:47.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:05:47.626Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:05:47.627Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:05:47.627Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:05:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:05:47.628Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:05:57.181Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:05:57.196Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:06:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:06:47.625Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:06:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:06:47.626Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:06:47.626Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:06:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:06:57.197Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:06:57.219Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:07:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:07:47.624Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:07:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:07:47.626Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:07:47.626Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:07:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:07:57.194Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:07:57.197Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:08:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:08:47.624Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:08:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:08:47.626Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:08:47.626Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:08:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:08:57.188Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:08:57.188Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:09:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:09:47.624Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:09:47.624Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:09:47.625Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:09:47.626Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:09:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:09:57.183Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:09:57.183Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:10:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:10:47.625Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:10:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:10:47.625Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:10:47.626Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:10:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:10:57.194Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:10:57.197Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:11:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:11:47.626Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:11:47.626Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:11:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:11:47.625Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:11:47.628Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:11:57.183Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:11:57.184Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:12:47.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:12:47.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:12:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:12:47.626Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:12:47.627Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:12:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:12:57.195Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:12:57.211Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:13:47.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:13:47.624Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:13:47.624Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:13:47.626Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:13:47.626Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:13:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:13:57.204Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:13:57.206Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:14:47.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:14:47.624Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:14:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:14:47.627Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:14:47.627Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:14:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:14:57.192Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:14:57.200Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:15:47.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:15:47.624Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:15:47.624Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:15:47.625Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:15:47.626Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:15:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:15:47.761Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:15:47.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:47.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668212097247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:15:47.800Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:47.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:47.800Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "policy-id",
  "timestamp": 1668212094547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:15:47.800Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:47.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:47.801Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668212097247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vfwa6fd553b25380_modules.json",
  "status": "NOTIFIED"
}
2022-11-12T00:15:47.801Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:47.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:47.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "policy-id",
  "timestamp": 1668212094547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vfwa6fd553b25380_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:15:47.802Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:47.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:47.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668212097247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-12T00:15:47.803Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:47.803Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:47.803Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "policy-id",
  "timestamp": 1668212094547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-12T00:15:47.803Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:47.803Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:47.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "policy-id",
  "timestamp": 1668212094547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:15:47.804Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:47.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:47.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668212097247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:15:47.805Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:47.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:47.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "policy-id",
  "timestamp": 1668212094547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:15:47.806Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:47.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:47.806Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668212097247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-12T00:15:47.806Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:47.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:47.807Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "cds",
  "timestamp": 1668212106230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:15:47.807Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:47.807Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:47.807Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668212097247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:15:47.808Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:47.808Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:47.808Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "policy-id",
  "timestamp": 1668212094547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:15:47.808Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:47.808Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:47.808Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "cds",
  "timestamp": 1668212106230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vfwa6fd553b25380_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:15:47.809Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:47.809Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:47.809Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668212097247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T00:15:47.809Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:47.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:47.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "policy-id",
  "timestamp": 1668212094547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T00:15:47.811Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:47.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:47.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "cds",
  "timestamp": 1668212106230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:15:47.812Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:47.812Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:47.812Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668212109809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vfwa6fd553b25380_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:15:47.812Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:15:47.812Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:47.813Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "policy-id",
  "timestamp": 1668212111181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:15:47.813Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:15:47.813Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:47.813Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "cds",
  "timestamp": 1668212106230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:15:47.814Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:47.814Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:47.814Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "policy-id",
  "timestamp": 1668212112209,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T00:15:47.814Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:15:47.814Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:47.815Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668212110896,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:15:47.815Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:15:47.815Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:47.815Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "cds",
  "timestamp": 1668212106230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:15:47.815Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:47.816Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:47.816Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "policy-id",
  "timestamp": 1668212113215,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-12T00:15:47.968Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bda3c7d0-89df-4079-978b-64b9b30ecb98
2022-11-12T00:15:47.998Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bda3c7d0-89df-4079-978b-64b9b30ecb98 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-12T00:15:48.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.028Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668212112019,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:15:48.028Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:15:48.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.028Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "cds",
  "timestamp": 1668212106230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.028Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:48.029Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.029Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668212113115,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-12T00:15:48.037Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bda3c7d0-89df-4079-978b-64b9b30ecb98
2022-11-12T00:15:48.037Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bda3c7d0-89df-4079-978b-64b9b30ecb98 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-11-12T00:15:48.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "cds",
  "timestamp": 1668212106230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T00:15:48.054Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:48.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "policy-id",
  "timestamp": 1668212114544,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.055Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:48.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668212114120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vfwa6fd553b25380_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-12T00:15:48.056Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:15:48.056Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.056Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "cds",
  "timestamp": 1668212113970,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:15:48.056Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:15:48.056Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.056Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "policy-id",
  "timestamp": 1668212114544,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/basic_onboard_dxohpo0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.057Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:48.057Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.057Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668212114622,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.057Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:48.057Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.057Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "policy-id",
  "timestamp": 1668212114544,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-12T00:15:48.058Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:48.058Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.058Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "aai-ml",
  "timestamp": 1668212115556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.058Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:48.058Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.058Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668212114622,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vfwa6fd553b25380_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.059Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:48.059Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.059Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "policy-id",
  "timestamp": 1668212114544,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.059Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:48.059Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.059Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "aai-ml",
  "timestamp": 1668212115556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vfwa6fd553b25380_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.059Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:48.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668212114622,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.060Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:48.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "policy-id",
  "timestamp": 1668212114544,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.060Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:48.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.061Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668212117247,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.061Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:48.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.061Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "aai-ml",
  "timestamp": 1668212115556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.061Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:48.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668212114622,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.062Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:48.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "policy-id",
  "timestamp": 1668212114544,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.062Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:48.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668212117247,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/basic_onboard_dxohpo0_modules.json",
  "status": "NOTIFIED"
}
2022-11-12T00:15:48.063Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:48.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "aai-ml",
  "timestamp": 1668212115556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.063Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:48.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668212114622,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.064Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:48.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "policy-id",
  "timestamp": 1668212114544,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T00:15:48.064Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:48.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668212117247,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-12T00:15:48.065Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:48.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "aai-ml",
  "timestamp": 1668212115556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.066Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:48.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668212114622,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.066Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:48.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668212117247,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.067Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:48.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "aai-ml",
  "timestamp": 1668212115556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.067Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:48.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "policy-id",
  "timestamp": 1668212122619,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:15:48.068Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:15:48.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668212114622,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T00:15:48.069Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:48.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668212117247,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-11-12T00:15:48.069Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:48.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "aai-ml",
  "timestamp": 1668212115556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T00:15:48.070Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:48.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "policy-id",
  "timestamp": 1668212123625,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T00:15:48.070Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:15:48.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.071Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "cds",
  "timestamp": 1668212121231,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.071Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:48.071Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.071Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668212122408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:15:48.071Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:15:48.072Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.072Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668212117247,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.072Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:48.072Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.072Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "aai-ml",
  "timestamp": 1668212123448,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:15:48.072Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:15:48.073Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.073Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "policy-id",
  "timestamp": 1668212124629,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-12T00:15:48.097Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d7f06b8e-30f8-477b-8782-a2e9a09601df
2022-11-12T00:15:48.097Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7f06b8e-30f8-477b-8782-a2e9a09601df and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-12T00:15:48.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.116Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "cds",
  "timestamp": 1668212121231,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/basic_onboard_dxohpo0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.118Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:48.118Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.118Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668212117247,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T00:15:48.119Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:48.119Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.119Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "cds",
  "timestamp": 1668212121231,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.119Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:48.119Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.119Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668212124999,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/basic_onboard_dxohpo0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:15:48.119Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:15:48.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.120Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "cds",
  "timestamp": 1668212121231,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.120Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:48.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.120Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668212126087,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:15:48.121Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:15:48.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "cds",
  "timestamp": 1668212121231,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.121Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:48.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668212127221,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:15:48.122Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:15:48.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "cds",
  "timestamp": 1668212121231,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.122Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:48.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668212128256,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-12T00:15:48.136Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d7f06b8e-30f8-477b-8782-a2e9a09601df
2022-11-12T00:15:48.137Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7f06b8e-30f8-477b-8782-a2e9a09601df and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-11-12T00:15:48.148Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.148Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "cds",
  "timestamp": 1668212121231,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T00:15:48.149Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:48.149Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.149Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668212127971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T00:15:48.149Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:15:48.149Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.150Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668212129259,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/basic_onboard_dxohpo0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-12T00:15:48.150Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:15:48.150Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.150Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668212128975,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-12T00:15:48.158Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bda3c7d0-89df-4079-978b-64b9b30ecb98
2022-11-12T00:15:48.158Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bda3c7d0-89df-4079-978b-64b9b30ecb98 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-12T00:15:48.172Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.172Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "cds",
  "timestamp": 1668212128972,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:15:48.173Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:15:48.173Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.173Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668212114622,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.174Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:48.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.174Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668212114622,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/basic_onboard_dxohpo0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.174Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:48.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.175Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668212114622,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.175Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:48.175Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.175Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668212114622,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.175Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:48.176Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.176Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668212114622,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.176Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:48.176Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.176Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668212114622,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.177Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:48.177Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.177Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668212114622,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T00:15:48.177Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:48.177Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.177Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668212137110,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:15:48.178Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:15:48.178Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.178Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "aai-ml",
  "timestamp": 1668212139382,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T00:15:48.178Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:15:48.178Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668212139425,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T00:15:48.179Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:15:48.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "aai-ml",
  "timestamp": 1668212140389,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-12T00:15:48.190Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bda3c7d0-89df-4079-978b-64b9b30ecb98
2022-11-12T00:15:48.190Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bda3c7d0-89df-4079-978b-64b9b30ecb98 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-12T00:15:48.204Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.204Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668212140430,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-12T00:15:48.213Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d7f06b8e-30f8-477b-8782-a2e9a09601df
2022-11-12T00:15:48.214Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7f06b8e-30f8-477b-8782-a2e9a09601df and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-12T00:15:48.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.224Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "aai-ml",
  "timestamp": 1668212115556,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.225Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:48.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.225Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "aai-ml",
  "timestamp": 1668212115556,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/basic_onboard_dxohpo0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.225Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:48.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.225Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "aai-ml",
  "timestamp": 1668212115556,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.226Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:48.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.226Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "aai-ml",
  "timestamp": 1668212115556,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.226Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:48.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.226Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "aai-ml",
  "timestamp": 1668212115556,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.227Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:48.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.227Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "aai-ml",
  "timestamp": 1668212115556,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.227Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:15:48.255Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:15:48.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.257Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"bda3c7d0-89df-4079-978b-64b9b30ecb98","serviceName":"vFW 2022-11-12 00-13-48","serviceVersion":"1.0","serviceUUID":"9963f8eb-a1ee-41cd-a2bb-9026884dea15","serviceDescription":"catalog service description","serviceInvariantUUID":"d023456d-04cb-462b-b6d1-582656f7f1e1","resources":[{"resourceInstanceName":"vFW a6fd553b-2538 0","resourceName":"vFW a6fd553b-2538","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"562223af-bc19-4693-b37f-74f29efe0ac2","resourceInvariantUUID":"e56fca10-eb05-4420-9601-8dde200fd420","resourceCustomizationUUID":"0df67d35-b526-4da5-ae7f-f0a142723c9a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vf-license-model.xml","artifactChecksum":"OWIxY2MxMTk5NjNmYWVlOTJjMWM4NDVjNjE2OTQyNGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1cfbe339-3b5c-4a4f-be6d-ca7fa3d763a7","artifactVersion":"1"},{"artifactName":"vfwa6fd553b25380_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vfwa6fd553b25380_modules.json","artifactChecksum":"MTFmZTI3NmI0OGVmZTkwY2FhNzYxZmMyODRhMDdiNDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c7768ace-51f8-4bd4-9986-035728f88071","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4e11381e-4d67-4826-8ce1-4abccb065013","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vendor-license-model.xml","artifactChecksum":"ZDRjMTQ5YjZhNmVhNjAyNTQ1ODMwNTRlZWZlZGZhNjU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"68c8e249-e295-4281-9dc0-b2e13843c7eb","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"dc240777-94df-412d-ac8f-ddc3be9d41bd","artifactVersion":"2","generatedFromUUID":"4e11381e-4d67-4826-8ce1-4abccb065013"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221112001348-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-template.yml","artifactChecksum":"ZDdhNzkzNWU5ZGI2NjA3MGFkMTk0YzM1NjQzNTNkZDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"712cbefa-e274-4bf5-be74-7f721c33f467","artifactVersion":"1"},{"artifactName":"service-Vfw20221112001348-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-csar.csar","artifactChecksum":"ODY4OWIzNmFjMWNhYTRjZTNkMDAwZWQ4ODZlM2QxNDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4e8d03e0-c622-4049-a8b3-90ac33d458be","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-12T00:15:48.265Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:15:48.271Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:15:48.284Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:15:48.284Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212147623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.386Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-11-12T00:15:48.393Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:15:48.393Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:15:48.412Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:15:48.414Z||pool-3-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:15:49.295Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:15:49.296Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:15:49.300Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:15:49.300Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212147623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vfwa6fd553b25380_modules.json",
  "status": "NOTIFIED"
}
2022-11-12T00:15:49.401Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-12T00:15:49.403Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:15:49.404Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:15:49.431Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:15:49.432Z||pool-4-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:15:50.301Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:15:50.302Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:15:50.304Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:15:50.305Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212147623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-12T00:15:50.405Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-12T00:15:50.406Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:15:50.406Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:15:50.421Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:15:50.422Z||pool-5-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:15:51.306Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:15:51.307Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:15:51.309Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:15:51.310Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212147623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:15:51.410Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-12T00:15:51.412Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:15:51.412Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:15:51.466Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:15:51.467Z||pool-6-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:15:52.311Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:15:52.312Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:15:52.315Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:15:52.315Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212147623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-12T00:15:52.415Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-12T00:15:52.416Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:15:52.417Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:15:52.445Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:15:52.446Z||pool-7-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-11-12T00:15:53.316Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:15:53.318Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:15:53.321Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:15:53.321Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212147623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:15:53.421Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-12T00:15:53.423Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:15:53.423Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:15:53.441Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:15:53.442Z||pool-8-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:15:54.322Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:15:54.323Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:15:54.326Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:15:54.326Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212147623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T00:15:54.427Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:15:54.428Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:15:54.428Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:15:54.454Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:15:54.455Z||pool-9-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-11-12T00:15:55.329Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "serviceName": "vFW 2022-11-12 00-13-48",
  "serviceVersion": "1.0",
  "serviceUUID": "9963f8eb-a1ee-41cd-a2bb-9026884dea15",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d023456d-04cb-462b-b6d1-582656f7f1e1",
  "resources": [
    {
      "resourceInstanceName": "vFW a6fd553b-2538 0",
      "resourceCustomizationUUID": "0df67d35-b526-4da5-ae7f-f0a142723c9a",
      "resourceName": "vFW a6fd553b-2538",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "562223af-bc19-4693-b37f-74f29efe0ac2",
      "resourceInvariantUUID": "e56fca10-eb05-4420-9601-8dde200fd420",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwa6fd553b25380_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vfwa6fd553b25380_modules.json",
          "artifactChecksum": "MTFmZTI3NmI0OGVmZTkwY2FhNzYxZmMyODRhMDdiNDI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c7768ace-51f8-4bd4-9986-035728f88071",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "4e11381e-4d67-4826-8ce1-4abccb065013",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "dc240777-94df-412d-ac8f-ddc3be9d41bd",
            "generatedFromUUID": "4e11381e-4d67-4826-8ce1-4abccb065013"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "dc240777-94df-412d-ac8f-ddc3be9d41bd",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20221112001348-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-csar.csar",
      "artifactChecksum": "ODY4OWIzNmFjMWNhYTRjZTNkMDAwZWQ4ODZlM2QxNDA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4e8d03e0-c622-4049-a8b3-90ac33d458be"
    }
  ],
  "workloadContext": "Production"
}
2022-11-12T00:15:55.331Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-12T00:15:55.331Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9963f8eb-a1ee-41cd-a2bb-9026884dea15 ASDC
2022-11-12T00:15:55.483Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:bda3c7d0-89df-4079-978b-64b9b30ecb98
ServiceName:vFW 2022-11-12 00-13-48
ServiceVersion:1.0
ServiceUUID:9963f8eb-a1ee-41cd-a2bb-9026884dea15
ServiceInvariantUUID:d023456d-04cb-462b-b6d1-582656f7f1e1
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221112001348-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-csar.csar
ArtifactUUID:4e8d03e0-c622-4049-a8b3-90ac33d458be
ArtifactChecksum:ODY4OWIzNmFjMWNhYTRjZTNkMDAwZWQ4ODZlM2QxNDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW a6fd553b-2538 0
ResourceCustomizationUUID:0df67d35-b526-4da5-ae7f-f0a142723c9a
ResourceInvariantUUID:e56fca10-eb05-4420-9601-8dde200fd420
ResourceName:vFW a6fd553b-2538
ResourceType:VF
ResourceUUID:562223af-bc19-4693-b37f-74f29efe0ac2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwa6fd553b25380_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vfwa6fd553b25380_modules.json
ArtifactUUID:c7768ace-51f8-4bd4-9986-035728f88071
ArtifactChecksum:MTFmZTI3NmI0OGVmZTkwY2FhNzYxZmMyODRhMDdiNDI=
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/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.yaml
ArtifactUUID:4e11381e-4d67-4826-8ce1-4abccb065013
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/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.env
ArtifactUUID:dc240777-94df-412d-ac8f-ddc3be9d41bd
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/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.env
ArtifactUUID:dc240777-94df-412d-ac8f-ddc3be9d41bd
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-12T00:15:55.483Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9963f8eb-a1ee-41cd-a2bb-9026884dea15 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-12T00:15:55.545Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-12T00:15:55.547Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-12T00:15:55.549Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-12T00:15:55.549Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4e8d03e0-c622-4049-a8b3-90ac33d458be from URL: /sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-csar.csar
2022-11-12T00:15:55.549Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-11-12T00:15:55.551Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-csar.csar
2022-11-12T00:15:55.689Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-11-12T00:15:55.697Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-csar.csar 4e8d03e0-c622-4049-a8b3-90ac33d458be 100689
2022-11-12T00:15:55.698Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-csar.csar ASDC sendASDCNotification
2022-11-12T00:15:55.699Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-csar.csar
2022-11-12T00:15:55.700Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T00:15:55.705Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:15:55.708Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:15:55.708Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212155698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:15:55.808Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-12T00:15:55.810Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:15:55.810Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:15:55.823Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:15:55.824Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:15:56.709Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-12T00:15:56.711Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-12T00:15:56.711Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 4e8d03e0-c622-4049-a8b3-90ac33d458be, URL: /sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-csar.csar to file: /app/ASDC/1/service-Vfw20221112001348-csar.csar
2022-11-12T00:15:56.713Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221112001348-csar.csar
2022-11-12T00:15:56.912Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221112001348-csar.csar
2022-11-12T00:15:56.913Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221112001348-csar.csar
2022-11-12T00:15:57.637Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7038514123551130295/Definitions/service-Vfw20221112001348-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-11-12T00:16:01.584Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-12T00:16:01.591Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-11-12T00:16:01.591Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221112001348-csar.csar
2022-11-12T00:16:01.591Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-11-12T00:16:01.592Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221112001348-csar.csar
2022-11-12T00:16:01.592Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||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-Vfw20221112001348-csar.csar
2022-11-12T00:16:01.592Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||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-Vfw20221112001348-csar.csar
2022-11-12T00:16:01.592Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||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-Vfw20221112001348-csar.csar
2022-11-12T00:16:01.592Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221112001348-csar.csar
2022-11-12T00:16:01.593Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221112001348-csar.csar
2022-11-12T00:16:01.593Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||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-Vfw20221112001348-csar.csar
2022-11-12T00:16:01.593Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221112001348-csar.csar
2022-11-12T00:16:01.593Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221112001348-csar.csar
2022-11-12T00:16:01.593Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221112001348-csar.csar
2022-11-12T00:16:01.594Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a6fd553b-2538 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-Vfw20221112001348-csar.csar
2022-11-12T00:16:01.594Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-11-12T00:16:01.602Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:16:01.604Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-12 00-13-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:16:01.609Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vFW a6fd553b-2538 0 is matching search criteria
2022-11-12T00:16:01.609Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-11-12T00:16:01.611Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a6fd553b-2538 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-12T00:16:01.613Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:16:01.613Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-12 00-13-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:16:01.613Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vFW a6fd553b-2538 0 is matching search criteria
2022-11-12T00:16:01.614Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-11-12T00:16:01.614Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a6fd553b-2538 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-12T00:16:01.615Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:16:01.615Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-12 00-13-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:16:01.619Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:16:01.619Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vFW a6fd553b-2538 0 is not matching search criteria
2022-11-12T00:16:01.620Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-12T00:16:01.620Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-12T00:16:01.620Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-12T00:16:01.620Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-12T00:16:01.620Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-12T00:16:01.621Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-12T00:16:01.621Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-12T00:16:01.621Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-12T00:16:01.621Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-12T00:16:01.622Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-12T00:16:01.622Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-12T00:16:01.622Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-12T00:16:01.622Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-12T00:16:01.623Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-12T00:16:01.623Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-12T00:16:01.623Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-12T00:16:01.623Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:16:01.623Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-12 00-13-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-12T00:16:01.625Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:16:01.625Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vFW a6fd553b-2538 0 is matching search criteria
2022-11-12T00:16:01.626Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a6fd553b-2538 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T00:16:01.626Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:16:01.627Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vFW a6fd553b-2538 0 is matching search criteria
2022-11-12T00:16:01.627Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a6fd553b-2538 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T00:16:01.627Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:16:01.628Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vFW a6fd553b-2538 0 is matching search criteria
2022-11-12T00:16:01.628Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a6fd553b-2538 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T00:16:01.628Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:16:01.629Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vFW a6fd553b-2538 0 is not matching search criteria
2022-11-12T00:16:01.629Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-12T00:16:01.629Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-12T00:16:01.630Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-12T00:16:01.630Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-12T00:16:01.630Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-12T00:16:01.630Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-12T00:16:01.631Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-12T00:16:01.631Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-12T00:16:01.631Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-12T00:16:01.631Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-12T00:16:01.631Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-12T00:16:01.632Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b3084302-79b2-43da-8256-4552dc4e7598
2022-11-12T00:16:01.632Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:16:01.632Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vFW a6fd553b-2538 0 is not matching search criteria
2022-11-12T00:16:01.632Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-12T00:16:01.633Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-12T00:16:01.633Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-12T00:16:01.633Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-12T00:16:01.634Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-12T00:16:01.634Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-12T00:16:01.634Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-12T00:16:01.634Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-12T00:16:01.634Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-12T00:16:01.635Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-12T00:16:01.635Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-12T00:16:01.635Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-12T00:16:01.635Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=36bb2e87-116c-4f56-99c3-cc14138ebbf1
2022-11-12T00:16:01.636Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:16:01.636Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vFW a6fd553b-2538 0 is not matching search criteria
2022-11-12T00:16:01.636Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-12T00:16:01.636Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-12T00:16:01.636Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-12T00:16:01.637Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-12T00:16:01.637Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-12T00:16:01.637Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-12T00:16:01.638Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-12T00:16:01.638Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-12T00:16:01.638Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-12T00:16:01.638Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-12T00:16:01.638Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-12T00:16:01.639Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-12T00:16:01.639Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d1b13ae2-9cc7-4f51-a3ea-51580bc1a439
2022-11-12T00:16:01.639Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:16:01.640Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-12 00-13-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:16:01.640Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:16:01.640Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-12 00-13-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:16:01.640Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:16:01.641Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-12 00-13-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:16:01.641Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:16:01.641Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-12 00-13-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:16:01.641Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-11-12 00-13-48
Description:catalog service description
Model UUID:9963f8eb-a1ee-41cd-a2bb-9026884dea15
Model Version:NULL
Model InvariantUuid:d023456d-04cb-462b-b6d1-582656f7f1e1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW a6fd553b-2538
Model UUID:de5f1584-0b11-4c7d-afe7-a6c22320cf79
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e56fca10-eb05-4420-9601-8dde200fd420
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0df67d35-b526-4da5-ae7f-f0a142723c9a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:90ed2bc9-7681-4935-a438-3e36b006831e
ModelName:VfwA6fd553b2538..base_vfw..module-0
ModelUuid:8959f082-fb59-420a-8cff-5d6c0ece20c9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b3084302-79b2-43da-8256-4552dc4e7598
ModelInvariantUuid:572add58-c92e-497e-8487-661e855e43aa
ModelName:vFW a6fd553b-2538-nodes.vfwCvfc
ModelUuid:d6bf83be-9fc5-446f-90e9-5bb22ea9851b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:62c7464e-789b-4453-8134-25188baf2eda
ModelInvariantUuid:ab734c03-d6ab-457c-8e6d-b7bfba2f4b9e
ModelName:VfwA6fd553b2538.compute.nodes.heat.vfw
ModelUuid:d1b5dcdd-cf67-461b-8f6b-7250a3481560
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:36bb2e87-116c-4f56-99c3-cc14138ebbf1
ModelInvariantUuid:39f34e94-9eaf-4eac-8086-b938b89e3343
ModelName:vFW a6fd553b-2538-nodes.vsnCvfc
ModelUuid:4f7b8169-2acb-49b4-b1e4-07b456c959d9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:85ae0703-6404-4b8e-953b-3bde25fdb7ed
ModelInvariantUuid:0483fec2-af79-4efc-af5c-e1d13557a305
ModelName:VfwA6fd553b2538.compute.nodes.heat.vsn
ModelUuid:7d706b36-8af5-49ef-b5fd-991461c36c7e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:d1b13ae2-9cc7-4f51-a3ea-51580bc1a439
ModelInvariantUuid:7e6a069c-02d6-464a-aaec-eb69e59ffc1f
ModelName:vFW a6fd553b-2538-nodes.vpgCvfc
ModelUuid:ca6b8b10-666f-4faf-80ae-9148cfde7b8a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:be46dd19-bbd5-407b-b2cf-275141b5b785
ModelInvariantUuid:f6be0577-68bd-409e-aed4-da73af347530
ModelName:VfwA6fd553b2538.compute.nodes.heat.vpg
ModelUuid:cb9ee88f-bcc9-4c19-91e1-6b0ca73f85b2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-12T00:16:01.655Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 562223af-bc19-4693-b37f-74f29efe0ac2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-12T00:16:01.728Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||vFW a6fd553b-2538 0
2022-11-12T00:16:01.741Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 562223af-bc19-4693-b37f-74f29efe0ac2
2022-11-12T00:16:01.742Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c7768ace-51f8-4bd4-9986-035728f88071 from URL: /sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vfwa6fd553b25380_modules.json
2022-11-12T00:16:01.742Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-11-12T00:16:01.742Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vfwa6fd553b25380_modules.json
2022-11-12T00:16:01.830Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-11-12T00:16:01.831Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vfwa6fd553b25380_modules.json c7768ace-51f8-4bd4-9986-035728f88071 785
2022-11-12T00:16:01.831Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vfwa6fd553b25380_modules.json ASDC sendASDCNotification
2022-11-12T00:16:01.831Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vfwa6fd553b25380_modules.json
2022-11-12T00:16:01.832Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T00:16:01.832Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:16:01.834Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:16:01.835Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212161831,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vfwa6fd553b25380_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:16:01.935Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-12T00:16:01.936Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:16:01.936Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:16:01.955Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:16:01.955Z||pool-11-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-11-12T00:16:02.837Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA6fd553b2538..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "90ed2bc9-7681-4935-a438-3e36b006831e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8959f082-fb59-420a-8cff-5d6c0ece20c9",
    "vfModuleModelCustomizationUUID": "dd9823f1-1d1e-4b99-9622-ba13c865cd36",
    "isBase": true,
    "artifacts": [
      "4e11381e-4d67-4826-8ce1-4abccb065013",
      "dc240777-94df-412d-ac8f-ddc3be9d41bd"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-12T00:16:02.845Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA6fd553b2538..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8959f082-fb59-420a-8cff-5d6c0ece20c9
VfModuleModelInvariantUUID:90ed2bc9-7681-4935-a438-3e36b006831e
VfModuleModelDescription:NULL
Artifacts UUID List:{
4e11381e-4d67-4826-8ce1-4abccb065013
,
dc240777-94df-412d-ac8f-ddc3be9d41bd

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_vfw
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-11-12T00:16:02.849Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA6fd553b2538..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "90ed2bc9-7681-4935-a438-3e36b006831e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8959f082-fb59-420a-8cff-5d6c0ece20c9",
    "vfModuleModelCustomizationUUID": "dd9823f1-1d1e-4b99-9622-ba13c865cd36",
    "isBase": true,
    "artifacts": [
      "4e11381e-4d67-4826-8ce1-4abccb065013",
      "dc240777-94df-412d-ac8f-ddc3be9d41bd"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-12T00:16:02.850Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA6fd553b2538..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8959f082-fb59-420a-8cff-5d6c0ece20c9
VfModuleModelInvariantUUID:90ed2bc9-7681-4935-a438-3e36b006831e
VfModuleModelDescription:NULL
Artifacts UUID List:{
4e11381e-4d67-4826-8ce1-4abccb065013
,
dc240777-94df-412d-ac8f-ddc3be9d41bd

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_vfw
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-11-12T00:16:02.850Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4e11381e-4d67-4826-8ce1-4abccb065013 from URL: /sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.yaml
2022-11-12T00:16:02.850Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-11-12T00:16:02.851Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.yaml
2022-11-12T00:16:02.912Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-11-12T00:16:02.913Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.yaml 4e11381e-4d67-4826-8ce1-4abccb065013 20368
2022-11-12T00:16:02.914Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-12T00:16:02.914Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.yaml
2022-11-12T00:16:02.914Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T00:16:02.915Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:16:02.917Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:16:02.917Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212162914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:16:03.017Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-12T00:16:03.018Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:16:03.019Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:16:03.038Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:16:03.039Z||pool-12-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:16:03.919Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: dc240777-94df-412d-ac8f-ddc3be9d41bd from URL: /sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.env
2022-11-12T00:16:03.919Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-11-12T00:16:03.920Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.env
2022-11-12T00:16:03.985Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-11-12T00:16:03.986Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.env dc240777-94df-412d-ac8f-ddc3be9d41bd 2098
2022-11-12T00:16:03.987Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-12T00:16:03.987Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.env
2022-11-12T00:16:03.987Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T00:16:03.988Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:16:03.990Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:16:03.990Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212163987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:16:04.090Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-12T00:16:04.092Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:16:04.092Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:16:04.116Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:16:04.117Z||pool-13-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:16:04.991Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 9963f8eb-a1ee-41cd-a2bb-9026884dea15
2022-11-12T00:16:04.993Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a6fd553b-2538 0 562223af-bc19-4693-b37f-74f29efe0ac2 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-12T00:16:05.041Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2bd4088a, org.onap.sdc.toscaparser.api.parameters.Input@5f89e9dd, org.onap.sdc.toscaparser.api.parameters.Input@be86d37, org.onap.sdc.toscaparser.api.parameters.Input@75874e1a, org.onap.sdc.toscaparser.api.parameters.Input@7e9c9878]
2022-11-12T00:16:05.046Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:16:05.046Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-12 00-13-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:16:05.046Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-11-12T00:16:05.047Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 0df67d35-b526-4da5-ae7f-f0a142723c9a
2022-11-12T00:16:05.047Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0df67d35-b526-4da5-ae7f-f0a142723c9a matches Tosca VF Customization UUID: 0df67d35-b526-4da5-ae7f-f0a142723c9a
2022-11-12T00:16:05.047Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 0df67d35-b526-4da5-ae7f-f0a142723c9a  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-12T00:16:05.057Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:16:05.057Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-12 00-13-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:16:05.059Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 0df67d35-b526-4da5-ae7f-f0a142723c9a: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-12T00:16:05.059Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@341972e0
2022-11-12T00:16:05.060Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:16:05.060Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-12 00-13-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-12T00:16:05.061Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : dd9823f1-1d1e-4b99-9622-ba13c865cd36
2022-11-12T00:16:05.062Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID dd9823f1-1d1e-4b99-9622-ba13c865cd36
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-12T00:16:05.070Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:16:05.071Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vFW a6fd553b-2538 0 is matching search criteria
2022-11-12T00:16:05.071Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a6fd553b-2538 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T00:16:05.072Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:16:05.072Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vFW a6fd553b-2538 0 is matching search criteria
2022-11-12T00:16:05.072Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a6fd553b-2538 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T00:16:05.072Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:16:05.073Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vFW a6fd553b-2538 0 is not matching search criteria
2022-11-12T00:16:05.073Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-12T00:16:05.073Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-12T00:16:05.073Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-12T00:16:05.074Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-12T00:16:05.074Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-12T00:16:05.075Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-12T00:16:05.076Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-12T00:16:05.076Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-12T00:16:05.076Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-12T00:16:05.076Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-12T00:16:05.077Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-12T00:16:05.077Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b3084302-79b2-43da-8256-4552dc4e7598
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-12T00:16:05.090Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:16:05.091Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vFW a6fd553b-2538 0 is matching search criteria
2022-11-12T00:16:05.091Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a6fd553b-2538 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T00:16:05.091Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:16:05.091Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vFW a6fd553b-2538 0 is not matching search criteria
2022-11-12T00:16:05.092Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-12T00:16:05.092Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-12T00:16:05.092Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-12T00:16:05.092Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-12T00:16:05.092Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-12T00:16:05.092Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-12T00:16:05.093Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-12T00:16:05.093Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-12T00:16:05.093Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-12T00:16:05.093Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-12T00:16:05.093Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-12T00:16:05.093Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-12T00:16:05.093Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=36bb2e87-116c-4f56-99c3-cc14138ebbf1
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-12T00:16:05.096Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:16:05.096Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vFW a6fd553b-2538 0 is matching search criteria
2022-11-12T00:16:05.096Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a6fd553b-2538 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T00:16:05.099Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:16:05.100Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vFW a6fd553b-2538 0 is not matching search criteria
2022-11-12T00:16:05.100Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-12T00:16:05.100Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-12T00:16:05.100Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-12T00:16:05.100Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-12T00:16:05.100Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-12T00:16:05.101Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-12T00:16:05.101Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-12T00:16:05.101Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-12T00:16:05.101Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-12T00:16:05.101Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-12T00:16:05.101Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-12T00:16:05.102Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-12T00:16:05.102Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d1b13ae2-9cc7-4f51-a3ea-51580bc1a439
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-12T00:16:05.105Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:16:05.105Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vFW a6fd553b-2538 0 is matching search criteria
2022-11-12T00:16:05.105Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a6fd553b-2538 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T00:16:05.105Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:16:05.106Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vFW a6fd553b-2538 0 is matching search criteria
2022-11-12T00:16:05.106Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a6fd553b-2538 0] matching following query criteria: sdcType=VF, customizationUUID=0df67d35-b526-4da5-ae7f-f0a142723c9a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-12T00:16:05.108Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:16:05.109Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-12 00-13-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:16:05.109Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 9963f8eb-a1ee-41cd-a2bb-9026884dea15: vFW a6fd553b-2538
2022-11-12T00:16:05.109Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:16:05.109Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-12 00-13-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:16:05.110Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:16:05.110Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-12 00-13-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:16:05.110Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:16:05.110Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-12 00-13-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:16:05.110Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:16:05.110Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-12 00-13-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:16:05.111Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:16:05.111Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-12 00-13-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:16:05.111Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-11-12 00-13-48 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-12T00:16:05.419Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a6fd553b-2538 562223af-bc19-4693-b37f-74f29efe0ac2 1 ASDC deployResourceStructure
2022-11-12T00:16:05.420Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vfwa6fd553b25380_modules.json ASDC sendASDCNotification
2022-11-12T00:16:05.420Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vfwa6fd553b25380_modules.json
2022-11-12T00:16:05.420Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-12T00:16:05.421Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:16:05.425Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:16:05.425Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212165420,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vfwa6fd553b25380_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-12T00:16:05.526Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-12T00:16:05.527Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:16:05.527Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:16:05.543Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:16:05.544Z||pool-14-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:16:06.426Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-12T00:16:06.426Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.yaml
2022-11-12T00:16:06.426Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-12T00:16:06.427Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:16:06.431Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:16:06.431Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212166426,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-11-12T00:16:06.530Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-12T00:16:06.531Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:16:06.531Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:16:06.547Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:16:06.548Z||pool-15-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:16:07.432Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-12T00:16:07.432Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.env
2022-11-12T00:16:07.433Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-12T00:16:07.433Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:16:07.436Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:16:07.436Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212167432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-11-12T00:16:07.536Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:16:07.537Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:16:07.537Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:16:07.553Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:16:07.556Z||pool-16-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:16:08.437Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-csar.csar ASDC sendASDCNotification
2022-11-12T00:16:08.437Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-csar.csar
2022-11-12T00:16:08.438Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-12T00:16:08.438Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:16:08.441Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:16:08.441Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212168436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T00:16:08.541Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:16:08.543Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:16:08.543Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:16:08.558Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:16:08.559Z||pool-17-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:16:09.442Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bda3c7d0-89df-4079-978b-64b9b30ecb98
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T00:16:09.472Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bda3c7d0-89df-4079-978b-64b9b30ecb98
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T00:16:09.477Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-12T00:16:09.477Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-12T00:16:09.478Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-12T00:16:09.478Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-12T00:16:09.478Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T00:16:09.478Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T00:16:09.478Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T00:16:09.478Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T00:16:09.478Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-12T00:16:09.487Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-12T00:16:39.489Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bda3c7d0-89df-4079-978b-64b9b30ecb98 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-12T00:16:39.510Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bda3c7d0-89df-4079-978b-64b9b30ecb98 and serviceModelVersionId: 9963f8eb-a1ee-41cd-a2bb-9026884dea15
2022-11-12T00:16:39.510Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d023456d-04cb-462b-b6d1-582656f7f1e1
2022-11-12T00:16:47.626Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:16:47.627Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:16:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:16:47.655Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:16:47.656Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-12T00:16:47.656Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "aai-ml",
  "timestamp": 1668212115556,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T00:16:47.657Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:16:57.736Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d023456d-04cb-462b-b6d1-582656f7f1e1/model-vers/model-ver/9963f8eb-a1ee-41cd-a2bb-9026884dea15?depth=0
2022-11-12T00:16:57.862Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-11-12T00:16:57.909Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d023456d-04cb-462b-b6d1-582656f7f1e1/model-vers/model-ver/9963f8eb-a1ee-41cd-a2bb-9026884dea15?depth=0|INFO|500||Invoke
2022-11-12T00:16:57.910Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d023456d-04cb-462b-b6d1-582656f7f1e1/model-vers/model-ver/9963f8eb-a1ee-41cd-a2bb-9026884dea15?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d023456d-04cb-462b-b6d1-582656f7f1e1/model-vers/model-ver/9963f8eb-a1ee-41cd-a2bb-9026884dea15?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bda3c7d0-89df-4079-978b-64b9b30ecb98], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[71127ce8-7a07-4854-b590-0c9c425d5e62], X-ECOMP-RequestID=[bda3c7d0-89df-4079-978b-64b9b30ecb98], X-TransactionId=[], X-ONAP-RequestID=[bda3c7d0-89df-4079-978b-64b9b30ecb98], Content-Type=[application/merge-patch+json]}
2022-11-12T00:16:57.917Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d023456d-04cb-462b-b6d1-582656f7f1e1/model-vers/model-ver/9963f8eb-a1ee-41cd-a2bb-9026884dea15?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-12T00:16:58.256Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d023456d-04cb-462b-b6d1-582656f7f1e1/model-vers/model-ver/9963f8eb-a1ee-41cd-a2bb-9026884dea15?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/d023456d-04cb-462b-b6d1-582656f7f1e1/model-vers/model-ver/9963f8eb-a1ee-41cd-a2bb-9026884dea15?depth=0 has http status code:200 and response headers:{date=[Sat, 12 Nov 2022 00:16:57 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[310], vertex-id=[213136], x-aai-txid=[2-aai-resources-221112-00:16:57:583-54038], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-12T00:16:58.257Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d023456d-04cb-462b-b6d1-582656f7f1e1/model-vers/model-ver/9963f8eb-a1ee-41cd-a2bb-9026884dea15?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-12T00:16:58.257Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d023456d-04cb-462b-b6d1-582656f7f1e1/model-vers/model-ver/9963f8eb-a1ee-41cd-a2bb-9026884dea15?depth=0|INFO|500||InvokeReturn
2022-11-12T00:16:58.269Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-12T00:16:58.269Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-12T00:16:58.295Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-12T00:16:58.296Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bda3c7d0-89df-4079-978b-64b9b30ecb98 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-12T00:16:58.297Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-12T00:16:58.297Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:16:58.299Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:16:58.299Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212218296,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-12T00:16:58.403Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-12T00:16:58.415Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:16:58.415Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:16:58.443Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:16:58.444Z||pool-18-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-12T00:16:59.334Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-12T00:16:59.334Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"d7f06b8e-30f8-477b-8782-a2e9a09601df","serviceName":"basic_onboard_DXOHpo","serviceVersion":"1.0","serviceUUID":"77e6bb82-8210-465c-bca4-4ee7e980e209","serviceDescription":"service","serviceInvariantUUID":"545eb1a3-73e0-40ad-8d96-8a7bed44257e","resources":[{"resourceInstanceName":"basic_onboard_DXOHpo 0","resourceName":"basic_onboard_DXOHpo","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"42eb39de-eb4e-44d6-8922-6fc548762b17","resourceInvariantUUID":"234fcf3e-59f3-4a8f-bd6c-a336db7aebdc","resourceCustomizationUUID":"3ebfa1ab-cf57-47d4-86e3-044782d190e0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/vf-license-model.xml","artifactChecksum":"NjJmOGZiMmY1ZGRhNzBmMzMzYzhkZDlkOWZjOWFiMWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"30478594-1a00-4666-820e-1881cc4ea4e2","artifactVersion":"1"},{"artifactName":"basic_onboard_dxohpo0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/basic_onboard_dxohpo0_modules.json","artifactChecksum":"MzI1ZWY5ODczMjEzNzBiZTA4YjdiYTc0MWJlYzI4YTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"828eab9b-4311-4911-b838-49fc0073d9e3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cdb4137f-83f3-450b-ac2f-83c00a4bd22e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cf766719-c6e9-4005-b15c-c7b7157bff9b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d6560e3c-3420-40ac-9713-cbb49b420d60","artifactVersion":"2","generatedFromUUID":"cdb4137f-83f3-450b-ac2f-83c00a4bd22e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardDxohpo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-template.yml","artifactChecksum":"MGFhNGViYTZkNjk5YWZkODJlNGY5ODNkNTdhYTYzYjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b084b55f-a810-421b-bb7c-51d8ce8b953d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardDxohpo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-csar.csar","artifactChecksum":"YzgzODQ5OTI0YTUzNTMzYzM3NTM5NWQwMDUzYWY4MGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2ced4d66-4212-416a-b138-74464f1f3f96","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-12T00:16:59.335Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:16:59.336Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:16:59.339Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:16:59.339Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212147623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:16:59.439Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-12T00:16:59.440Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:16:59.441Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:16:59.458Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:16:59.459Z||pool-19-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-11-12T00:17:00.340Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:17:00.342Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:17:00.344Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:17:00.344Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212147623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/basic_onboard_dxohpo0_modules.json",
  "status": "NOTIFIED"
}
2022-11-12T00:17:00.444Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:17:00.445Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:17:00.445Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:17:00.462Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:17:00.462Z||pool-20-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:17:01.345Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:17:01.350Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:17:01.358Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:17:01.358Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212147623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-12T00:17:01.453Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-11-12T00:17:01.454Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:17:01.454Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:17:01.472Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:17:01.473Z||pool-21-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:17:02.362Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:17:02.364Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:17:02.367Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:17:02.367Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212147623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:17:02.470Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-12T00:17:02.471Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:17:02.471Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:17:02.486Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:17:02.487Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:17:03.369Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:17:03.371Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:17:03.373Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:17:03.373Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212147623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-11-12T00:17:03.474Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:17:03.475Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:17:03.475Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:17:03.506Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:17:03.506Z||pool-23-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:17:04.374Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:17:04.374Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:17:04.377Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:17:04.382Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212147623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:17:04.477Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-11-12T00:17:04.478Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:17:04.479Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:17:04.523Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:17:04.524Z||pool-24-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:17:05.383Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:17:05.384Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:17:05.387Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:17:05.387Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212147623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T00:17:05.487Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:17:05.488Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:17:05.488Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:17:05.516Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:17:05.516Z||pool-25-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:17:06.388Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "serviceName": "basic_onboard_DXOHpo",
  "serviceVersion": "1.0",
  "serviceUUID": "77e6bb82-8210-465c-bca4-4ee7e980e209",
  "serviceDescription": "service",
  "serviceInvariantUUID": "545eb1a3-73e0-40ad-8d96-8a7bed44257e",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_DXOHpo 0",
      "resourceCustomizationUUID": "3ebfa1ab-cf57-47d4-86e3-044782d190e0",
      "resourceName": "basic_onboard_DXOHpo",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "42eb39de-eb4e-44d6-8922-6fc548762b17",
      "resourceInvariantUUID": "234fcf3e-59f3-4a8f-bd6c-a336db7aebdc",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_dxohpo0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/basic_onboard_dxohpo0_modules.json",
          "artifactChecksum": "MzI1ZWY5ODczMjEzNzBiZTA4YjdiYTc0MWJlYzI4YTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "828eab9b-4311-4911-b838-49fc0073d9e3",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "cdb4137f-83f3-450b-ac2f-83c00a4bd22e",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "d6560e3c-3420-40ac-9713-cbb49b420d60",
            "generatedFromUUID": "cdb4137f-83f3-450b-ac2f-83c00a4bd22e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "d6560e3c-3420-40ac-9713-cbb49b420d60",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardDxohpo-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-csar.csar",
      "artifactChecksum": "YzgzODQ5OTI0YTUzNTMzYzM3NTM5NWQwMDUzYWY4MGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2ced4d66-4212-416a-b138-74464f1f3f96"
    }
  ],
  "workloadContext": "Production"
}
2022-11-12T00:17:06.389Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-12T00:17:06.389Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 77e6bb82-8210-465c-bca4-4ee7e980e209 ASDC
2022-11-12T00:17:06.389Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:d7f06b8e-30f8-477b-8782-a2e9a09601df
ServiceName:basic_onboard_DXOHpo
ServiceVersion:1.0
ServiceUUID:77e6bb82-8210-465c-bca4-4ee7e980e209
ServiceInvariantUUID:545eb1a3-73e0-40ad-8d96-8a7bed44257e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardDxohpo-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-csar.csar
ArtifactUUID:2ced4d66-4212-416a-b138-74464f1f3f96
ArtifactChecksum:YzgzODQ5OTI0YTUzNTMzYzM3NTM5NWQwMDUzYWY4MGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_DXOHpo 0
ResourceCustomizationUUID:3ebfa1ab-cf57-47d4-86e3-044782d190e0
ResourceInvariantUUID:234fcf3e-59f3-4a8f-bd6c-a336db7aebdc
ResourceName:basic_onboard_DXOHpo
ResourceType:VF
ResourceUUID:42eb39de-eb4e-44d6-8922-6fc548762b17
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_dxohpo0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/basic_onboard_dxohpo0_modules.json
ArtifactUUID:828eab9b-4311-4911-b838-49fc0073d9e3
ArtifactChecksum:MzI1ZWY5ODczMjEzNzBiZTA4YjdiYTc0MWJlYzI4YTQ=
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/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.yaml
ArtifactUUID:cdb4137f-83f3-450b-ac2f-83c00a4bd22e
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/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.env
ArtifactUUID:d6560e3c-3420-40ac-9713-cbb49b420d60
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/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.env
ArtifactUUID:d6560e3c-3420-40ac-9713-cbb49b420d60
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-12T00:17:06.390Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 77e6bb82-8210-465c-bca4-4ee7e980e209 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-12T00:17:06.429Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-12T00:17:06.430Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-12T00:17:06.430Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-12T00:17:06.430Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2ced4d66-4212-416a-b138-74464f1f3f96 from URL: /sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-csar.csar
2022-11-12T00:17:06.431Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-11-12T00:17:06.431Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-csar.csar
2022-11-12T00:17:06.531Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-11-12T00:17:06.533Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-csar.csar 2ced4d66-4212-416a-b138-74464f1f3f96 75307
2022-11-12T00:17:06.534Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-csar.csar ASDC sendASDCNotification
2022-11-12T00:17:06.534Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-csar.csar
2022-11-12T00:17:06.534Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T00:17:06.535Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:17:06.538Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:17:06.538Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212226533,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:17:06.639Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:17:06.641Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:17:06.641Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:17:06.660Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:17:06.660Z||pool-26-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:17:07.540Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-12T00:17:07.541Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-12T00:17:07.542Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 2ced4d66-4212-416a-b138-74464f1f3f96, URL: /sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-csar.csar to file: /app/ASDC/1/service-BasicOnboardDxohpo-csar.csar
2022-11-12T00:17:07.542Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardDxohpo-csar.csar
2022-11-12T00:17:07.543Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardDxohpo-csar.csar
2022-11-12T00:17:07.543Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardDxohpo-csar.csar
2022-11-12T00:17:07.734Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17854912677554108041/Definitions/service-BasicOnboardDxohpo-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-11-12T00:17:09.262Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-12T00:17:09.263Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-11-12T00:17:09.263Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardDxohpo-csar.csar
2022-11-12T00:17:09.263Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-12T00:17:09.264Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardDxohpo-csar.csar
2022-11-12T00:17:09.264Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||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-BasicOnboardDxohpo-csar.csar
2022-11-12T00:17:09.264Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_DXOHpo 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-BasicOnboardDxohpo-csar.csar
2022-11-12T00:17:09.264Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||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-BasicOnboardDxohpo-csar.csar
2022-11-12T00:17:09.264Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||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-BasicOnboardDxohpo-csar.csar
2022-11-12T00:17:09.264Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardDxohpo-csar.csar
2022-11-12T00:17:09.264Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||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-BasicOnboardDxohpo-csar.csar
2022-11-12T00:17:09.264Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-11-12T00:17:09.264Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:17:09.265Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DXOHpo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:17:09.265Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DXOHpo 0 is matching search criteria
2022-11-12T00:17:09.265Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-11-12T00:17:09.265Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_DXOHpo 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-12T00:17:09.265Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:17:09.266Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DXOHpo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:17:09.266Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DXOHpo 0 is matching search criteria
2022-11-12T00:17:09.266Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-11-12T00:17:09.266Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_DXOHpo 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-12T00:17:09.266Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:17:09.266Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DXOHpo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:17:09.267Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:17:09.267Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DXOHpo 0 is not matching search criteria
2022-11-12T00:17:09.267Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-11-12T00:17:09.267Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-11-12T00:17:09.267Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-11-12T00:17:09.267Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-12T00:17:09.268Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-12T00:17:09.268Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:17:09.268Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DXOHpo is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-12T00:17:09.268Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:17:09.268Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DXOHpo 0 is matching search criteria
2022-11-12T00:17:09.268Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_DXOHpo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T00:17:09.269Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:17:09.269Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DXOHpo 0 is matching search criteria
2022-11-12T00:17:09.269Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_DXOHpo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T00:17:09.269Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:17:09.269Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DXOHpo 0 is matching search criteria
2022-11-12T00:17:09.269Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_DXOHpo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T00:17:09.269Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:17:09.270Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DXOHpo 0 is not matching search criteria
2022-11-12T00:17:09.270Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-12T00:17:09.270Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-12T00:17:09.270Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e11a344b-0fa8-4e1e-a404-83e1b991898f
2022-11-12T00:17:09.270Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:17:09.270Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DXOHpo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:17:09.270Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:17:09.271Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DXOHpo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:17:09.271Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:17:09.271Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DXOHpo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:17:09.271Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:17:09.271Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DXOHpo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:17:09.271Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_DXOHpo
Description:service
Model UUID:77e6bb82-8210-465c-bca4-4ee7e980e209
Model Version:NULL
Model InvariantUuid:545eb1a3-73e0-40ad-8d96-8a7bed44257e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_DXOHpo
Model UUID:7092eba8-5414-49de-9e61-58d6cf734876
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:234fcf3e-59f3-4a8f-bd6c-a336db7aebdc
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3ebfa1ab-cf57-47d4-86e3-044782d190e0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f0c189b6-ff81-4cf6-843b-81d6d5522365
ModelName:BasicOnboardDxohpo..base_ubuntu18..module-0
ModelUuid:8660bf7d-9d38-4981-be80-7f88073ee066
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e11a344b-0fa8-4e1e-a404-83e1b991898f
ModelInvariantUuid:af0d9f82-859c-4b9e-9ba8-3eea2a4cf56e
ModelName:basic_onboard_DXOHpo-nodes.ubuntu18Cvfc
ModelUuid:63f530c5-76f9-4f25-bd4c-043552470d51
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:2c1ae9cf-5b07-46a2-95e3-ca22eec614df
ModelInvariantUuid:99a6ff41-c425-4547-bce3-3ec63402441e
ModelName:BasicOnboardDxohpo.compute.nodes.heat.ubuntu18
ModelUuid:41498db4-baa7-48bf-86b8-967387049b5d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-12T00:17:09.283Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 42eb39de-eb4e-44d6-8922-6fc548762b17
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-12T00:17:09.289Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||basic_onboard_DXOHpo 0
2022-11-12T00:17:09.289Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 42eb39de-eb4e-44d6-8922-6fc548762b17
2022-11-12T00:17:09.289Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 828eab9b-4311-4911-b838-49fc0073d9e3 from URL: /sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/basic_onboard_dxohpo0_modules.json
2022-11-12T00:17:09.289Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-11-12T00:17:09.289Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/basic_onboard_dxohpo0_modules.json
2022-11-12T00:17:09.360Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-11-12T00:17:09.361Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/basic_onboard_dxohpo0_modules.json 828eab9b-4311-4911-b838-49fc0073d9e3 798
2022-11-12T00:17:09.361Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/basic_onboard_dxohpo0_modules.json ASDC sendASDCNotification
2022-11-12T00:17:09.362Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/basic_onboard_dxohpo0_modules.json
2022-11-12T00:17:09.362Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T00:17:09.362Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:17:09.365Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:17:09.365Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212229361,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/basic_onboard_dxohpo0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:17:09.470Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-11-12T00:17:09.472Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:17:09.472Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:17:09.495Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:17:09.496Z||pool-27-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:17:10.366Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardDxohpo..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "f0c189b6-ff81-4cf6-843b-81d6d5522365",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8660bf7d-9d38-4981-be80-7f88073ee066",
    "vfModuleModelCustomizationUUID": "da85ba09-15f6-43e4-973b-3523e806a214",
    "isBase": true,
    "artifacts": [
      "cdb4137f-83f3-450b-ac2f-83c00a4bd22e",
      "d6560e3c-3420-40ac-9713-cbb49b420d60"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-12T00:17:10.371Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDxohpo..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8660bf7d-9d38-4981-be80-7f88073ee066
VfModuleModelInvariantUUID:f0c189b6-ff81-4cf6-843b-81d6d5522365
VfModuleModelDescription:NULL
Artifacts UUID List:{
cdb4137f-83f3-450b-ac2f-83c00a4bd22e
,
d6560e3c-3420-40ac-9713-cbb49b420d60

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu18
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-11-12T00:17:10.373Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardDxohpo..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "f0c189b6-ff81-4cf6-843b-81d6d5522365",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8660bf7d-9d38-4981-be80-7f88073ee066",
    "vfModuleModelCustomizationUUID": "da85ba09-15f6-43e4-973b-3523e806a214",
    "isBase": true,
    "artifacts": [
      "cdb4137f-83f3-450b-ac2f-83c00a4bd22e",
      "d6560e3c-3420-40ac-9713-cbb49b420d60"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-12T00:17:10.374Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDxohpo..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8660bf7d-9d38-4981-be80-7f88073ee066
VfModuleModelInvariantUUID:f0c189b6-ff81-4cf6-843b-81d6d5522365
VfModuleModelDescription:NULL
Artifacts UUID List:{
cdb4137f-83f3-450b-ac2f-83c00a4bd22e
,
d6560e3c-3420-40ac-9713-cbb49b420d60

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu18
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-11-12T00:17:10.374Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: cdb4137f-83f3-450b-ac2f-83c00a4bd22e from URL: /sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.yaml
2022-11-12T00:17:10.374Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-11-12T00:17:10.374Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.yaml
2022-11-12T00:17:10.443Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-11-12T00:17:10.444Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.yaml cdb4137f-83f3-450b-ac2f-83c00a4bd22e 5033
2022-11-12T00:17:10.445Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-12T00:17:10.445Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.yaml
2022-11-12T00:17:10.445Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T00:17:10.445Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:17:10.447Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:17:10.448Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212230445,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:17:10.548Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-12T00:17:10.549Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:17:10.549Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:17:10.568Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:17:10.569Z||pool-28-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:17:11.449Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d6560e3c-3420-40ac-9713-cbb49b420d60 from URL: /sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.env
2022-11-12T00:17:11.449Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-11-12T00:17:11.450Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.env
2022-11-12T00:17:11.557Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-11-12T00:17:11.558Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.env d6560e3c-3420-40ac-9713-cbb49b420d60 909
2022-11-12T00:17:11.558Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-12T00:17:11.558Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.env
2022-11-12T00:17:11.559Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T00:17:11.559Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:17:11.562Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:17:11.562Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212231558,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:17:11.661Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-12T00:17:11.662Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:17:11.663Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:17:11.692Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:17:11.693Z||pool-29-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:17:12.562Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 77e6bb82-8210-465c-bca4-4ee7e980e209
2022-11-12T00:17:12.563Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_DXOHpo 0 42eb39de-eb4e-44d6-8922-6fc548762b17 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-12T00:17:12.586Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@27fdca41, org.onap.sdc.toscaparser.api.parameters.Input@a769ea4, org.onap.sdc.toscaparser.api.parameters.Input@4479c52d, org.onap.sdc.toscaparser.api.parameters.Input@edceff9, org.onap.sdc.toscaparser.api.parameters.Input@473a83a1]
2022-11-12T00:17:12.587Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:17:12.588Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DXOHpo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:17:12.588Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-11-12T00:17:12.588Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 3ebfa1ab-cf57-47d4-86e3-044782d190e0
2022-11-12T00:17:12.588Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3ebfa1ab-cf57-47d4-86e3-044782d190e0 matches Tosca VF Customization UUID: 3ebfa1ab-cf57-47d4-86e3-044782d190e0
2022-11-12T00:17:12.588Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 3ebfa1ab-cf57-47d4-86e3-044782d190e0  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-12T00:17:12.592Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:17:12.592Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DXOHpo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:17:12.593Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 3ebfa1ab-cf57-47d4-86e3-044782d190e0: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-12T00:17:12.593Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1a17de59
2022-11-12T00:17:12.593Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:17:12.593Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DXOHpo is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-12T00:17:12.593Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : da85ba09-15f6-43e4-973b-3523e806a214
2022-11-12T00:17:12.594Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID da85ba09-15f6-43e4-973b-3523e806a214
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-12T00:17:12.597Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:17:12.598Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DXOHpo 0 is matching search criteria
2022-11-12T00:17:12.598Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_DXOHpo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T00:17:12.598Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:17:12.599Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DXOHpo 0 is matching search criteria
2022-11-12T00:17:12.599Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_DXOHpo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T00:17:12.599Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:17:12.599Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DXOHpo 0 is not matching search criteria
2022-11-12T00:17:12.600Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-12T00:17:12.600Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-12T00:17:12.600Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e11a344b-0fa8-4e1e-a404-83e1b991898f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-12T00:17:12.605Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:17:12.605Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DXOHpo 0 is matching search criteria
2022-11-12T00:17:12.606Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_DXOHpo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T00:17:12.606Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:17:12.607Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DXOHpo 0 is matching search criteria
2022-11-12T00:17:12.607Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_DXOHpo 0] matching following query criteria: sdcType=VF, customizationUUID=3ebfa1ab-cf57-47d4-86e3-044782d190e0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-12T00:17:12.611Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:17:12.611Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DXOHpo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:17:12.612Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 77e6bb82-8210-465c-bca4-4ee7e980e209: basic_onboard_DXOHpo
2022-11-12T00:17:12.612Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:17:12.612Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DXOHpo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:17:12.612Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:17:12.612Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DXOHpo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:17:12.613Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:17:12.613Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DXOHpo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:17:12.613Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:17:12.613Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DXOHpo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:17:12.614Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:17:12.614Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DXOHpo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:17:12.614Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_DXOHpo 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-12T00:17:12.754Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_DXOHpo 42eb39de-eb4e-44d6-8922-6fc548762b17 1 ASDC deployResourceStructure
2022-11-12T00:17:12.755Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/basic_onboard_dxohpo0_modules.json ASDC sendASDCNotification
2022-11-12T00:17:12.755Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/basic_onboard_dxohpo0_modules.json
2022-11-12T00:17:12.755Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-12T00:17:12.755Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:17:12.759Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:17:12.759Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212232754,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/basic_onboard_dxohpo0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-12T00:17:12.859Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:17:12.860Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:17:12.860Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:17:12.876Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:17:12.876Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-12T00:17:13.761Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-12T00:17:13.761Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.yaml
2022-11-12T00:17:13.761Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-12T00:17:13.762Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:17:13.765Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:17:13.765Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212233760,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-11-12T00:17:13.865Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:17:13.866Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:17:13.867Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:17:13.882Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:17:13.882Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:17:14.770Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-12T00:17:14.771Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.env
2022-11-12T00:17:14.771Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-12T00:17:14.771Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:17:14.794Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:17:14.795Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212234770,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-11-12T00:17:14.878Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 83 ms
2022-11-12T00:17:14.879Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:17:14.880Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:17:14.899Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:17:14.900Z||pool-32-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:17:15.796Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-csar.csar ASDC sendASDCNotification
2022-11-12T00:17:15.797Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-csar.csar
2022-11-12T00:17:15.797Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-12T00:17:15.798Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:17:15.800Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:17:15.800Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212235796,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T00:17:15.901Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:17:15.902Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:17:15.902Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:17:15.931Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:17:15.932Z||pool-33-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:17:16.801Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d7f06b8e-30f8-477b-8782-a2e9a09601df
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T00:17:16.824Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d7f06b8e-30f8-477b-8782-a2e9a09601df
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T00:17:16.830Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-12T00:17:16.830Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-12T00:17:16.830Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-12T00:17:46.830Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d7f06b8e-30f8-477b-8782-a2e9a09601df
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T00:17:46.856Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d7f06b8e-30f8-477b-8782-a2e9a09601df
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T00:17:46.862Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-12T00:17:46.863Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-12T00:17:46.863Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-12T00:17:47.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:17:47.630Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:17:47.630Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:17:47.664Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:17:47.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:17:47.666Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212147623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:17:47.669Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:17:47.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:17:47.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "aai-ml",
  "timestamp": 1668212148499,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:17:47.669Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:17:47.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:17:47.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212147623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vfwa6fd553b25380_modules.json",
  "status": "NOTIFIED"
}
2022-11-12T00:17:47.669Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:17:47.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:17:47.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212147623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-12T00:17:47.669Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:17:47.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:17:47.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212147623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:17:47.670Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:17:47.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:17:47.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212147623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-12T00:17:47.670Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:17:47.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:17:47.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212147623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:17:47.670Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:17:47.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:17:47.671Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212147623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T00:17:47.671Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:17:47.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:17:47.671Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212155698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:17:47.671Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:17:47.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:17:47.671Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "aai-ml",
  "timestamp": 1668212155902,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T00:17:47.672Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:17:47.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:17:47.672Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "aai-ml",
  "timestamp": 1668212156909,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-12T00:17:47.685Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d7f06b8e-30f8-477b-8782-a2e9a09601df
2022-11-12T00:17:47.686Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7f06b8e-30f8-477b-8782-a2e9a09601df and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-12T00:17:47.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:17:47.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212161831,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vfwa6fd553b25380_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:17:47.705Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:17:47.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:17:47.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212162914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:17:47.705Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:17:47.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:17:47.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212163987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:17:47.706Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:17:47.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:17:47.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212165420,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vfwa6fd553b25380_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-12T00:17:47.706Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:17:47.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:17:47.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212166426,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-11-12T00:17:47.706Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:17:47.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:17:47.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212167432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-11-12T00:17:47.707Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:17:47.707Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:17:47.707Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212168436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T00:17:47.707Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:18:16.864Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d7f06b8e-30f8-477b-8782-a2e9a09601df
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T00:18:16.882Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d7f06b8e-30f8-477b-8782-a2e9a09601df
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T00:18:16.886Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-12T00:18:16.886Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-12T00:18:16.887Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-12T00:18:16.887Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-12T00:18:16.888Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T00:18:16.888Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T00:18:16.889Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T00:18:16.889Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T00:18:16.889Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-12T00:18:16.896Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-12T00:18:46.897Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d7f06b8e-30f8-477b-8782-a2e9a09601df and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-12T00:18:46.908Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d7f06b8e-30f8-477b-8782-a2e9a09601df and serviceModelVersionId: 77e6bb82-8210-465c-bca4-4ee7e980e209
2022-11-12T00:18:46.908Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 545eb1a3-73e0-40ad-8d96-8a7bed44257e
2022-11-12T00:18:46.911Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/545eb1a3-73e0-40ad-8d96-8a7bed44257e/model-vers/model-ver/77e6bb82-8210-465c-bca4-4ee7e980e209?depth=0
2022-11-12T00:18:46.922Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-11-12T00:18:46.968Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/545eb1a3-73e0-40ad-8d96-8a7bed44257e/model-vers/model-ver/77e6bb82-8210-465c-bca4-4ee7e980e209?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-11-12T00:18:46.970Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/545eb1a3-73e0-40ad-8d96-8a7bed44257e/model-vers/model-ver/77e6bb82-8210-465c-bca4-4ee7e980e209?depth=0|INFO|500||Invoke
2022-11-12T00:18:46.978Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/545eb1a3-73e0-40ad-8d96-8a7bed44257e/model-vers/model-ver/77e6bb82-8210-465c-bca4-4ee7e980e209?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-12T00:18:47.098Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/545eb1a3-73e0-40ad-8d96-8a7bed44257e/model-vers/model-ver/77e6bb82-8210-465c-bca4-4ee7e980e209?depth=0|INFO|500||InvokeReturn
2022-11-12T00:18:47.099Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/545eb1a3-73e0-40ad-8d96-8a7bed44257e/model-vers/model-ver/77e6bb82-8210-465c-bca4-4ee7e980e209?depth=0 has http status code:200 and response headers:{date=[Sat, 12 Nov 2022 00:18:46 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[115], vertex-id=[372896], x-aai-txid=[1-aai-resources-221112-00:18:46:642-77472], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-12T00:18:47.099Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-11-12T00:18:47.100Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-12T00:18:47.100Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-12T00:18:47.123Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-12T00:18:47.125Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d7f06b8e-30f8-477b-8782-a2e9a09601df and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-12T00:18:47.126Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-12T00:18:47.127Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:18:47.146Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:18:47.147Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212327126,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-12T00:18:47.243Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-11-12T00:18:47.244Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:18:47.244Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:18:47.268Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:18:47.268Z||pool-34-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:18:47.626Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:18:47.627Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:18:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:18:47.658Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:18:47.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:18:47.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212218296,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-12T00:18:47.661Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:18:47.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:18:47.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212147623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:18:47.661Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:18:47.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:18:47.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212147623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/basic_onboard_dxohpo0_modules.json",
  "status": "NOTIFIED"
}
2022-11-12T00:18:47.662Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:18:47.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:18:47.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212147623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-12T00:18:47.662Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:18:47.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:18:47.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212147623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:18:47.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:18:47.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:18:47.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212147623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-11-12T00:18:47.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:18:47.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:18:47.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212147623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:18:47.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:18:47.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:18:47.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212147623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T00:18:47.664Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:18:47.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:18:47.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212226533,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:18:47.664Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:18:47.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:18:47.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212229361,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/basic_onboard_dxohpo0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:18:47.665Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:18:47.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:18:47.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212230445,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:18:47.665Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:18:47.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:18:47.666Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212231558,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:18:47.666Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:18:47.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:18:47.666Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212232754,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/basic_onboard_dxohpo0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-12T00:18:47.666Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:18:47.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:18:47.666Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212233760,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-11-12T00:18:47.667Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:18:47.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:18:47.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212234770,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-11-12T00:18:47.667Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:18:47.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:18:47.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212235796,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T00:18:47.667Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-12T00:18:48.166Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:18:48.167Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:18:48.167Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:18:58.567Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:18:58.568Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:18:58.569Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:18:58.569Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:19:08.117Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:19:08.117Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:19:08.118Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:19:08.118Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:19:17.697Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:19:47.623Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:19:47.624Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:19:47.624Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:19:47.625Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:19:47.626Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:19:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:19:48.154Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:19:48.155Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:19:48.156Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212327126,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-12T00:19:48.157Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:19:57.179Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:20:47.623Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:20:47.624Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:20:47.625Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:20:47.625Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:20:47.626Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:20:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:20:57.187Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:20:57.187Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:21:47.623Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:21:47.626Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:21:47.626Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:21:47.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:21:47.627Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:21:47.628Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:21:57.178Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:21:57.183Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:22:47.623Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:22:47.624Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:22:47.625Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:22:47.626Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:22:47.626Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:22:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:22:57.202Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:22:57.205Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:23:47.625Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:23:47.626Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:23:47.626Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:23:47.626Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:23:47.626Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:23:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:23:57.199Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:23:57.211Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:24:47.624Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:24:47.626Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:24:47.627Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:24:47.627Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:24:47.627Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:24:47.628Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:24:57.196Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:24:57.196Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:25:47.623Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:25:47.624Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:25:47.625Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:25:47.625Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:25:47.627Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:25:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:25:57.209Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:25:57.215Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:26:47.623Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:26:47.624Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:26:47.624Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:26:47.626Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:26:47.626Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:26:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:26:57.196Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:26:57.196Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:27:47.623Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:27:47.624Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:27:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:27:47.626Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:27:47.626Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:27:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:27:57.183Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:27:57.213Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:28:47.623Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:28:47.625Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:28:47.625Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:28:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:28:47.626Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:28:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:28:57.278Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:28:57.303Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:29:47.623Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:29:47.624Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:29:47.624Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:29:47.626Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:29:47.626Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:29:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:29:48.256Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:29:48.257Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-12T00:29:48.257Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"8c46cee2-aceb-4503-a6f5-c60e98db8d0b","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"28bfad87-7f58-4d38-acd1-e20f74dde635","serviceDescription":"service","serviceInvariantUUID":"825138ca-5996-41b8-8d82-191548bc71b8","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"948b4851-d5f9-4067-86c9-4c36dfaa2856","resourceInvariantUUID":"12ddc126-adb6-4684-a687-6e5577c5ba9d","resourceCustomizationUUID":"24a7ec96-0b73-451b-b6c4-c97bbba69270","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":"OGJhMGJhNTNjYTM0NGE3ZDJiZGJjMGFhNTFkMDEzY2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0eeffa60-3e18-48ac-911f-3896ce9c3587","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MmY4NzUzM2EwYmMwMjE4NGQ1NGNkNmEyYmMyYmMwNzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e4f98574-b688-4064-a692-5bc56c1efc33","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-12T00:29:48.259Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:29:48.260Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-12T00:29:48.260Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c46cee2-aceb-4503-a6f5-c60e98db8d0b",
  "consumerID": "policy-id",
  "timestamp": 1668212934544,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:29:48.261Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:29:48.262Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-12T00:29:48.262Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c46cee2-aceb-4503-a6f5-c60e98db8d0b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668212937247,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:29:48.262Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:29:48.262Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-12T00:29:48.262Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c46cee2-aceb-4503-a6f5-c60e98db8d0b",
  "consumerID": "cds",
  "timestamp": 1668212931231,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:29:48.263Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:29:48.263Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-12T00:29:48.263Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c46cee2-aceb-4503-a6f5-c60e98db8d0b",
  "consumerID": "policy-id",
  "timestamp": 1668212934544,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T00:29:48.263Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:29:48.264Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-12T00:29:48.264Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c46cee2-aceb-4503-a6f5-c60e98db8d0b",
  "consumerID": "cds",
  "timestamp": 1668212931231,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T00:29:48.264Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:29:48.265Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-12T00:29:48.265Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c46cee2-aceb-4503-a6f5-c60e98db8d0b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668212937247,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T00:29:48.265Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:29:48.265Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-12T00:29:48.266Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c46cee2-aceb-4503-a6f5-c60e98db8d0b",
  "consumerID": "policy-id",
  "timestamp": 1668212942471,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:29:48.266Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:29:48.268Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:29:48.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-12T00:29:48.268Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c46cee2-aceb-4503-a6f5-c60e98db8d0b",
  "consumerID": "cds",
  "timestamp": 1668212940504,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:29:48.268Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:29:48.269Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-12T00:29:48.269Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:29:48.269Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c46cee2-aceb-4503-a6f5-c60e98db8d0b",
  "consumerID": "policy-id",
  "timestamp": 1668212943476,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T00:29:48.269Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:29:48.270Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-12T00:29:48.270Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c46cee2-aceb-4503-a6f5-c60e98db8d0b",
  "consumerID": "policy-id",
  "timestamp": 1668212944485,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2022-11-12T00:29:48.274Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:29:48.274Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8c46cee2-aceb-4503-a6f5-c60e98db8d0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212987623,
  "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-11-12T00:29:48.301Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8c46cee2-aceb-4503-a6f5-c60e98db8d0b
2022-11-12T00:29:48.301Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c46cee2-aceb-4503-a6f5-c60e98db8d0b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-12T00:29:48.315Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-12T00:29:48.315Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c46cee2-aceb-4503-a6f5-c60e98db8d0b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668212954622,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:29:48.316Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:29:48.316Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-12T00:29:48.316Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c46cee2-aceb-4503-a6f5-c60e98db8d0b",
  "consumerID": "aai-ml",
  "timestamp": 1668212955556,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:29:48.316Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:29:48.317Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-12T00:29:48.317Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c46cee2-aceb-4503-a6f5-c60e98db8d0b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668212954622,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T00:29:48.317Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:29:48.317Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-12T00:29:48.317Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c46cee2-aceb-4503-a6f5-c60e98db8d0b",
  "consumerID": "aai-ml",
  "timestamp": 1668212955556,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T00:29:48.317Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:29:48.318Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-12T00:29:48.318Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c46cee2-aceb-4503-a6f5-c60e98db8d0b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668212957528,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:29:48.318Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:29:48.318Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-12T00:29:48.319Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c46cee2-aceb-4503-a6f5-c60e98db8d0b",
  "consumerID": "aai-ml",
  "timestamp": 1668212958798,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:29:48.319Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:29:48.319Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-12T00:29:48.319Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c46cee2-aceb-4503-a6f5-c60e98db8d0b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668212959185,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T00:29:48.319Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:29:48.319Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-12T00:29:48.319Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c46cee2-aceb-4503-a6f5-c60e98db8d0b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668212960189,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-12T00:29:48.328Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8c46cee2-aceb-4503-a6f5-c60e98db8d0b
2022-11-12T00:29:48.328Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c46cee2-aceb-4503-a6f5-c60e98db8d0b and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-12T00:29:48.341Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-12T00:29:48.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c46cee2-aceb-4503-a6f5-c60e98db8d0b",
  "consumerID": "aai-ml",
  "timestamp": 1668212962807,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T00:29:48.342Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:29:48.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-12T00:29:48.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c46cee2-aceb-4503-a6f5-c60e98db8d0b",
  "consumerID": "aai-ml",
  "timestamp": 1668212963812,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-12T00:29:48.349Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8c46cee2-aceb-4503-a6f5-c60e98db8d0b
2022-11-12T00:29:48.350Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c46cee2-aceb-4503-a6f5-c60e98db8d0b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-12T00:29:48.374Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:29:48.375Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:29:48.375Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:29:48.396Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:29:48.397Z||pool-35-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:29:49.274Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:29:49.275Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:29:49.278Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:29:49.278Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8c46cee2-aceb-4503-a6f5-c60e98db8d0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212987623,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T00:29:49.379Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:29:49.380Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:29:49.381Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:29:49.396Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:29:49.396Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-12T00:29:50.282Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "8c46cee2-aceb-4503-a6f5-c60e98db8d0b",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "28bfad87-7f58-4d38-acd1-e20f74dde635",
  "serviceDescription": "service",
  "serviceInvariantUUID": "825138ca-5996-41b8-8d82-191548bc71b8",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "24a7ec96-0b73-451b-b6c4-c97bbba69270",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "948b4851-d5f9-4067-86c9-4c36dfaa2856",
      "resourceInvariantUUID": "12ddc126-adb6-4684-a687-6e5577c5ba9d",
      "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": "MmY4NzUzM2EwYmMwMjE4NGQ1NGNkNmEyYmMyYmMwNzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e4f98574-b688-4064-a692-5bc56c1efc33"
    }
  ],
  "workloadContext": "Production"
}
2022-11-12T00:29:50.282Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-12T00:29:50.283Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 28bfad87-7f58-4d38-acd1-e20f74dde635 ASDC
2022-11-12T00:29:50.284Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:8c46cee2-aceb-4503-a6f5-c60e98db8d0b
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:28bfad87-7f58-4d38-acd1-e20f74dde635
ServiceInvariantUUID:825138ca-5996-41b8-8d82-191548bc71b8
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:e4f98574-b688-4064-a692-5bc56c1efc33
ArtifactChecksum:MmY4NzUzM2EwYmMwMjE4NGQ1NGNkNmEyYmMyYmMwNzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:24a7ec96-0b73-451b-b6c4-c97bbba69270
ResourceInvariantUUID:12ddc126-adb6-4684-a687-6e5577c5ba9d
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:948b4851-d5f9-4067-86c9-4c36dfaa2856
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-11-12T00:29:50.328Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 28bfad87-7f58-4d38-acd1-e20f74dde635 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-12T00:29:50.386Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-12T00:29:50.388Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-12T00:29:50.388Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-12T00:29:50.388Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e4f98574-b688-4064-a692-5bc56c1efc33 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-12T00:29:50.389Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-12T00:29:50.389Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-12T00:29:50.530Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-12T00:29:50.531Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar e4f98574-b688-4064-a692-5bc56c1efc33 57661
2022-11-12T00:29:50.531Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-12T00:29:50.531Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-12T00:29:50.532Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T00:29:50.532Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:29:50.542Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:29:50.542Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8c46cee2-aceb-4503-a6f5-c60e98db8d0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212990531,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:29:50.634Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-11-12T00:29:50.635Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:29:50.636Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:29:50.664Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:29:50.665Z||pool-37-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:29:51.546Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-12T00:29:51.547Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-12T00:29:51.547Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: e4f98574-b688-4064-a692-5bc56c1efc33, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-12T00:29:51.548Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-12T00:29:51.548Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-12T00:29:51.548Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-12T00:29:51.927Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3389382078599546215/Definitions/service-BasicNetwork-template.yml
2022-11-12T00:29:52.704Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-12T00:29:52.704Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-12T00:29:52.704Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-12T00:29:52.704Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-12T00:29:52.705Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-12T00:29:52.705Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-12T00:29:52.705Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-12T00:29:52.705Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-12T00:29:52.705Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-12T00:29:52.706Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-12T00:29:52.706Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-12T00:29:52.706Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-12T00:29:52.706Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-12T00:29:52.706Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:29:52.706Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:29:52.707Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-12T00:29:52.707Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-12T00:29:52.707Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-12T00:29:52.707Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:29:52.707Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:29:52.708Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-12T00:29:52.708Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-12T00:29:52.708Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-12T00:29:52.708Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:29:52.708Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:29:52.708Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:29:52.708Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:29:52.709Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:29:52.709Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:29:52.709Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:29:52.709Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:29:52.709Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:29:52.710Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:29:52.710Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:28bfad87-7f58-4d38-acd1-e20f74dde635
Model Version:NULL
Model InvariantUuid:825138ca-5996-41b8-8d82-191548bc71b8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:12ddc126-adb6-4684-a687-6e5577c5ba9d
Model UUID:8c0cb30c-ddc5-4c7d-9d07-4295ae699947
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:24a7ec96-0b73-451b-b6c4-c97bbba69270
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-12T00:29:52.722Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: 948b4851-d5f9-4067-86c9-4c36dfaa2856
2022-11-12T00:29:52.722Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||No resources found for Service: 28bfad87-7f58-4d38-acd1-e20f74dde635
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-12T00:29:52.729Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||
2022-11-12T00:29:52.729Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-11-12T00:29:52.730Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 28bfad87-7f58-4d38-acd1-e20f74dde635
2022-11-12T00:29:52.730Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 28bfad87-7f58-4d38-acd1-e20f74dde635
2022-11-12T00:29:52.731Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-11-12T00:29:52.731Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-12T00:29:52.740Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7fd8c744, org.onap.sdc.toscaparser.api.parameters.Input@5cef3733, org.onap.sdc.toscaparser.api.parameters.Input@331216ee, org.onap.sdc.toscaparser.api.parameters.Input@7d964089, org.onap.sdc.toscaparser.api.parameters.Input@444d5a98]
2022-11-12T00:29:52.742Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:29:52.742Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:29:52.743Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:29:52.743Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:29:52.743Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 28bfad87-7f58-4d38-acd1-e20f74dde635: Generic NeutronNet
2022-11-12T00:29:52.743Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:29:52.744Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:29:52.744Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:29:52.744Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-11-12T00:29:52.781Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:29:52.782Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:29:52.782Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:29:52.782Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:29:52.783Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:29:52.783Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:29:52.783Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-11-12T00:29:52.851Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-11-12T00:29:52.851Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-12T00:29:52.851Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-12T00:29:52.851Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-12T00:29:52.852Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:29:52.854Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:29:52.855Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8c46cee2-aceb-4503-a6f5-c60e98db8d0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212992851,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T00:29:52.955Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:29:52.956Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:29:52.956Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:29:52.978Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:29:52.979Z||pool-38-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:29:53.856Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8c46cee2-aceb-4503-a6f5-c60e98db8d0b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T00:29:53.871Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8c46cee2-aceb-4503-a6f5-c60e98db8d0b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T00:29:53.876Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-12T00:29:53.877Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-12T00:29:53.877Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-12T00:29:53.877Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-12T00:29:53.877Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T00:29:53.878Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T00:29:53.878Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T00:29:53.879Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T00:29:53.879Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-12T00:29:53.889Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-12T00:30:23.890Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8c46cee2-aceb-4503-a6f5-c60e98db8d0b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-12T00:30:23.908Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8c46cee2-aceb-4503-a6f5-c60e98db8d0b and serviceModelVersionId: 28bfad87-7f58-4d38-acd1-e20f74dde635
2022-11-12T00:30:23.908Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 825138ca-5996-41b8-8d82-191548bc71b8
2022-11-12T00:30:23.911Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/825138ca-5996-41b8-8d82-191548bc71b8/model-vers/model-ver/28bfad87-7f58-4d38-acd1-e20f74dde635?depth=0
2022-11-12T00:30:23.920Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-11-12T00:30:23.981Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/825138ca-5996-41b8-8d82-191548bc71b8/model-vers/model-ver/28bfad87-7f58-4d38-acd1-e20f74dde635?depth=0|INFO|500||Invoke
2022-11-12T00:30:23.981Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/825138ca-5996-41b8-8d82-191548bc71b8/model-vers/model-ver/28bfad87-7f58-4d38-acd1-e20f74dde635?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/825138ca-5996-41b8-8d82-191548bc71b8/model-vers/model-ver/28bfad87-7f58-4d38-acd1-e20f74dde635?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8c46cee2-aceb-4503-a6f5-c60e98db8d0b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8e1f669f-126a-4655-ab5f-e92a174ab345], X-ECOMP-RequestID=[8c46cee2-aceb-4503-a6f5-c60e98db8d0b], X-TransactionId=[], X-ONAP-RequestID=[8c46cee2-aceb-4503-a6f5-c60e98db8d0b], Content-Type=[application/merge-patch+json]}
2022-11-12T00:30:23.988Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/825138ca-5996-41b8-8d82-191548bc71b8/model-vers/model-ver/28bfad87-7f58-4d38-acd1-e20f74dde635?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-12T00:30:24.117Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/825138ca-5996-41b8-8d82-191548bc71b8/model-vers/model-ver/28bfad87-7f58-4d38-acd1-e20f74dde635?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/825138ca-5996-41b8-8d82-191548bc71b8/model-vers/model-ver/28bfad87-7f58-4d38-acd1-e20f74dde635?depth=0 has http status code:200 and response headers:{date=[Sat, 12 Nov 2022 00:30:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[124], vertex-id=[208984], x-aai-txid=[2-aai-resources-221112-00:30:23:649-6731], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-12T00:30:24.117Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/825138ca-5996-41b8-8d82-191548bc71b8/model-vers/model-ver/28bfad87-7f58-4d38-acd1-e20f74dde635?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-12T00:30:24.118Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/825138ca-5996-41b8-8d82-191548bc71b8/model-vers/model-ver/28bfad87-7f58-4d38-acd1-e20f74dde635?depth=0|INFO|500||InvokeReturn
2022-11-12T00:30:24.118Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-12T00:30:24.118Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-12T00:30:24.124Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-12T00:30:24.125Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8c46cee2-aceb-4503-a6f5-c60e98db8d0b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-12T00:30:24.125Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-12T00:30:24.126Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:30:24.129Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:30:24.129Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8c46cee2-aceb-4503-a6f5-c60e98db8d0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213024125,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-12T00:30:24.229Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:30:24.230Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:30:24.230Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:30:24.248Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:30:24.249Z||pool-39-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-12T00:30:47.624Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:30:47.625Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:30:47.627Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:30:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:30:47.629Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:30:47.629Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:30:47.763Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:30:47.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:30:47.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c46cee2-aceb-4503-a6f5-c60e98db8d0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212987623,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:30:47.767Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:30:48.293Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:30:48.299Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-12T00:30:48.299Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"9aadc636-d144-4e08-86e8-dfe7df9103e5","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"fd1922d2-3d5a-4de0-b300-323e227d1e9f","serviceDescription":"service","serviceInvariantUUID":"13497fc8-eea0-4f87-b20e-caa405606098","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"67a5e88f-1514-4d5b-af9b-408115be2154","resourceInvariantUUID":"f51b6104-c251-48ec-bfb2-8d97b4f471ea","resourceCustomizationUUID":"fa58ca0e-cd52-49a2-8121-c961d9b3b94b","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":"N2FlNTgxMWQ3NmVjMzg0MDcyNDAxMTk4ZGI3NzMwNjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9a96f972-d32b-4a1f-9634-4004dfe34163","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":"NWQ1NjQzODUzNWQ0YzE5ODFmYTM0ZmExNjYyZTdlODU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b59846b3-4ce4-4e8a-9acb-8ee287a8bd20","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":"ed2196ba-3bc1-4a00-8797-548ed65914b7","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":"fb413c7f-69cd-4125-941c-f5b553625fc8","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":"c7407735-6ed5-4140-9703-ea1e7fb99a4c","artifactVersion":"2","generatedFromUUID":"ed2196ba-3bc1-4a00-8797-548ed65914b7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MDg5ZDgzYTJhMDFkZGIxYTQ4NGJmYjYwNmEzNzIzNTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f5b7fd7e-f070-4bcb-a865-3310b5dbcc28","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZTIwM2Q2OWRjZjRjNTVmMGM4YTg2MmE3OTBhY2Y2MjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b408e0b3-a79b-4b06-8672-34674b3281d2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-12T00:30:48.304Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:30:48.305Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:30:48.310Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:30:48.310Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213047624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:30:48.410Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:30:48.412Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:30:48.412Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:30:48.434Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:30:48.436Z||pool-40-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:30:49.313Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:30:49.315Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:30:49.321Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:30:49.321Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213047624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-12T00:30:49.427Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-12T00:30:49.428Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:30:49.428Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:30:49.466Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:30:49.467Z||pool-41-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:30:50.327Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:30:50.328Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:30:50.332Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:30:50.332Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213047624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-12T00:30:50.432Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-12T00:30:50.434Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:30:50.435Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:30:50.455Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:30:50.456Z||pool-42-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:30:51.333Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:30:51.334Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:30:51.337Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:30:51.338Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213047624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:30:51.438Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:30:51.439Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:30:51.439Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:30:51.467Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:30:51.468Z||pool-43-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:30:52.339Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:30:52.340Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:30:52.342Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:30:52.343Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213047624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-12T00:30:52.443Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:30:52.444Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:30:52.444Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:30:52.472Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:30:52.473Z||pool-44-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:30:53.344Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:30:53.345Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:30:53.348Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:30:53.349Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213047624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:30:53.449Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:30:53.450Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:30:53.450Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:30:53.480Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:30:53.481Z||pool-45-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:30:54.350Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:30:54.351Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:30:54.354Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:30:54.355Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213047624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T00:30:54.458Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-11-12T00:30:54.459Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:30:54.459Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:30:54.489Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:30:54.490Z||pool-46-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:30:55.357Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "fd1922d2-3d5a-4de0-b300-323e227d1e9f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "13497fc8-eea0-4f87-b20e-caa405606098",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "fa58ca0e-cd52-49a2-8121-c961d9b3b94b",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "67a5e88f-1514-4d5b-af9b-408115be2154",
      "resourceInvariantUUID": "f51b6104-c251-48ec-bfb2-8d97b4f471ea",
      "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": "NWQ1NjQzODUzNWQ0YzE5ODFmYTM0ZmExNjYyZTdlODU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b59846b3-4ce4-4e8a-9acb-8ee287a8bd20",
          "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": "ed2196ba-3bc1-4a00-8797-548ed65914b7",
          "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": "c7407735-6ed5-4140-9703-ea1e7fb99a4c",
            "generatedFromUUID": "ed2196ba-3bc1-4a00-8797-548ed65914b7"
          },
          "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": "c7407735-6ed5-4140-9703-ea1e7fb99a4c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZTIwM2Q2OWRjZjRjNTVmMGM4YTg2MmE3OTBhY2Y2MjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b408e0b3-a79b-4b06-8672-34674b3281d2"
    }
  ],
  "workloadContext": "Production"
}
2022-11-12T00:30:55.357Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-12T00:30:55.357Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fd1922d2-3d5a-4de0-b300-323e227d1e9f ASDC
2022-11-12T00:30:55.358Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:9aadc636-d144-4e08-86e8-dfe7df9103e5
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:fd1922d2-3d5a-4de0-b300-323e227d1e9f
ServiceInvariantUUID:13497fc8-eea0-4f87-b20e-caa405606098
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:b408e0b3-a79b-4b06-8672-34674b3281d2
ArtifactChecksum:ZTIwM2Q2OWRjZjRjNTVmMGM4YTg2MmE3OTBhY2Y2MjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:fa58ca0e-cd52-49a2-8121-c961d9b3b94b
ResourceInvariantUUID:f51b6104-c251-48ec-bfb2-8d97b4f471ea
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:67a5e88f-1514-4d5b-af9b-408115be2154
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:b59846b3-4ce4-4e8a-9acb-8ee287a8bd20
ArtifactChecksum:NWQ1NjQzODUzNWQ0YzE5ODFmYTM0ZmExNjYyZTdlODU=
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:ed2196ba-3bc1-4a00-8797-548ed65914b7
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:c7407735-6ed5-4140-9703-ea1e7fb99a4c
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:c7407735-6ed5-4140-9703-ea1e7fb99a4c
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-12T00:30:55.358Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fd1922d2-3d5a-4de0-b300-323e227d1e9f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-12T00:30:55.406Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-12T00:30:55.407Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-12T00:30:55.408Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-12T00:30:55.408Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b408e0b3-a79b-4b06-8672-34674b3281d2 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-12T00:30:55.408Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-12T00:30:55.408Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-12T00:30:55.510Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-12T00:30:55.514Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar b408e0b3-a79b-4b06-8672-34674b3281d2 74820
2022-11-12T00:30:55.514Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-11-12T00:30:55.515Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-12T00:30:55.515Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T00:30:55.515Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:30:55.525Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:30:55.525Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213055514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:30:55.618Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-11-12T00:30:55.619Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:30:55.619Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:30:55.635Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:30:55.636Z||pool-47-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:30:56.526Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-12T00:30:56.527Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-12T00:30:56.527Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: b408e0b3-a79b-4b06-8672-34674b3281d2, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-12T00:30:56.527Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-11-12T00:30:56.528Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-12T00:30:56.528Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-11-12T00:30:56.690Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5796922306665158667/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-11-12T00:30:58.634Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-12T00:30:58.634Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-12T00:30:58.635Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-12T00:30:58.635Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-12T00:30:58.635Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-12T00:30:58.635Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-12T00:30:58.635Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-12T00:30:58.636Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-12T00:30:58.636Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-12T00:30:58.637Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-12T00:30:58.637Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-12T00:30:58.637Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-12T00:30:58.638Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:30:58.638Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:30:58.639Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-12T00:30:58.639Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-12T00:30:58.640Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-12T00:30:58.640Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:30:58.640Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:30:58.641Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-12T00:30:58.641Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-12T00:30:58.641Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-12T00:30:58.641Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:30:58.641Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:30:58.642Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:30:58.642Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-12T00:30:58.642Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-11-12T00:30:58.642Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-11-12T00:30:58.643Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-11-12T00:30:58.643Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-12T00:30:58.643Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-12T00:30:58.643Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:30:58.643Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-12T00:30:58.644Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:30:58.644Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-12T00:30:58.644Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T00:30:58.644Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:30:58.644Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-12T00:30:58.645Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T00:30:58.646Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:30:58.646Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-12T00:30:58.646Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T00:30:58.646Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:30:58.647Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-12T00:30:58.647Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-12T00:30:58.647Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-12T00:30:58.647Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2d8378c1-3ee2-4b63-89f5-96ce37c9db98
2022-11-12T00:30:58.648Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:30:58.648Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:30:58.648Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:30:58.648Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:30:58.649Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:30:58.649Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:30:58.649Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:30:58.650Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:30:58.650Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:fd1922d2-3d5a-4de0-b300-323e227d1e9f
Model Version:NULL
Model InvariantUuid:13497fc8-eea0-4f87-b20e-caa405606098
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:11741871-1b70-4332-8a5d-7f3edb44fb51
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f51b6104-c251-48ec-bfb2-8d97b4f471ea
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:fa58ca0e-cd52-49a2-8121-c961d9b3b94b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2e8b8ce0-b23a-4200-b714-8232dad9c802
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:e03b6fe1-1a0f-4663-88ec-2b31b3699c18
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2d8378c1-3ee2-4b63-89f5-96ce37c9db98
ModelInvariantUuid:345a5f09-692b-4274-86a3-6ccc6b78aafe
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:d89090f8-c872-41c4-a27d-336a53d33691
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:8c1cc0b4-7d5d-4acb-8b84-75eac25950bf
ModelInvariantUuid:8276a21e-2e04-4bda-8870-f1a147f7d314
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:6c7f885e-72f5-4206-98f0-bee333cc4c7e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-12T00:30:58.670Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 67a5e88f-1514-4d5b-af9b-408115be2154
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-12T00:30:58.678Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||basic_vm 0
2022-11-12T00:30:58.679Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 67a5e88f-1514-4d5b-af9b-408115be2154
2022-11-12T00:30:58.679Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b59846b3-4ce4-4e8a-9acb-8ee287a8bd20 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-11-12T00:30:58.679Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-12T00:30:58.680Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-11-12T00:30:58.944Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-12T00:30:58.945Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json b59846b3-4ce4-4e8a-9acb-8ee287a8bd20 787
2022-11-12T00:30:58.946Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-11-12T00:30:58.946Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-11-12T00:30:58.946Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T00:30:58.947Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:30:58.949Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:30:58.949Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213058946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:30:59.049Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:30:59.051Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:30:59.051Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:30:59.067Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:30:59.067Z||pool-48-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-12T00:30:59.950Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "2e8b8ce0-b23a-4200-b714-8232dad9c802",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e03b6fe1-1a0f-4663-88ec-2b31b3699c18",
    "vfModuleModelCustomizationUUID": "ab2e2870-f33b-4d94-92bf-fc4cf6084cdf",
    "isBase": true,
    "artifacts": [
      "ed2196ba-3bc1-4a00-8797-548ed65914b7",
      "c7407735-6ed5-4140-9703-ea1e7fb99a4c"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-12T00:30:59.957Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e03b6fe1-1a0f-4663-88ec-2b31b3699c18
VfModuleModelInvariantUUID:2e8b8ce0-b23a-4200-b714-8232dad9c802
VfModuleModelDescription:NULL
Artifacts UUID List:{
ed2196ba-3bc1-4a00-8797-548ed65914b7
,
c7407735-6ed5-4140-9703-ea1e7fb99a4c

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-11-12T00:30:59.959Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "2e8b8ce0-b23a-4200-b714-8232dad9c802",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e03b6fe1-1a0f-4663-88ec-2b31b3699c18",
    "vfModuleModelCustomizationUUID": "ab2e2870-f33b-4d94-92bf-fc4cf6084cdf",
    "isBase": true,
    "artifacts": [
      "ed2196ba-3bc1-4a00-8797-548ed65914b7",
      "c7407735-6ed5-4140-9703-ea1e7fb99a4c"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-12T00:30:59.960Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e03b6fe1-1a0f-4663-88ec-2b31b3699c18
VfModuleModelInvariantUUID:2e8b8ce0-b23a-4200-b714-8232dad9c802
VfModuleModelDescription:NULL
Artifacts UUID List:{
ed2196ba-3bc1-4a00-8797-548ed65914b7
,
c7407735-6ed5-4140-9703-ea1e7fb99a4c

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-11-12T00:30:59.960Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ed2196ba-3bc1-4a00-8797-548ed65914b7 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-11-12T00:30:59.960Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-12T00:30:59.960Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-11-12T00:31:00.215Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-12T00:31:00.216Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ed2196ba-3bc1-4a00-8797-548ed65914b7 5033
2022-11-12T00:31:00.216Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-11-12T00:31:00.217Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-11-12T00:31:00.222Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T00:31:00.222Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:31:00.224Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:31:00.224Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213060216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:31:00.326Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-12T00:31:00.327Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:31:00.328Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:31:00.343Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:31:00.344Z||pool-49-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:31:01.225Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c7407735-6ed5-4140-9703-ea1e7fb99a4c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-11-12T00:31:01.225Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-12T00:31:01.226Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-11-12T00:31:01.408Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-12T00:31:01.408Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env c7407735-6ed5-4140-9703-ea1e7fb99a4c 903
2022-11-12T00:31:01.409Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-11-12T00:31:01.409Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-11-12T00:31:01.409Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T00:31:01.409Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:31:01.412Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:31:01.412Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213061409,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:31:01.512Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:31:01.513Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:31:01.513Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:31:01.535Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:31:01.535Z||pool-50-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:31:02.413Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: fd1922d2-3d5a-4de0-b300-323e227d1e9f
2022-11-12T00:31:02.414Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 67a5e88f-1514-4d5b-af9b-408115be2154 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-12T00:31:02.435Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@542a6a0b, org.onap.sdc.toscaparser.api.parameters.Input@2d8a66e0, org.onap.sdc.toscaparser.api.parameters.Input@4818e63b, org.onap.sdc.toscaparser.api.parameters.Input@29814a57, org.onap.sdc.toscaparser.api.parameters.Input@2e7c075e]
2022-11-12T00:31:02.436Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:31:02.437Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:31:02.437Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-11-12T00:31:02.437Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= fa58ca0e-cd52-49a2-8121-c961d9b3b94b
2022-11-12T00:31:02.437Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fa58ca0e-cd52-49a2-8121-c961d9b3b94b matches Tosca VF Customization UUID: fa58ca0e-cd52-49a2-8121-c961d9b3b94b
2022-11-12T00:31:02.437Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: fa58ca0e-cd52-49a2-8121-c961d9b3b94b  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-12T00:31:02.441Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:31:02.441Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:31:02.442Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id fa58ca0e-cd52-49a2-8121-c961d9b3b94b: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-12T00:31:02.442Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7c69ee43
2022-11-12T00:31:02.442Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:31:02.442Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-12T00:31:02.443Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ab2e2870-f33b-4d94-92bf-fc4cf6084cdf
2022-11-12T00:31:02.443Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ab2e2870-f33b-4d94-92bf-fc4cf6084cdf
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-12T00:31:02.447Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:31:02.448Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-12T00:31:02.448Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T00:31:02.448Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:31:02.448Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-12T00:31:02.449Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T00:31:02.449Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:31:02.449Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-12T00:31:02.449Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-12T00:31:02.449Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-12T00:31:02.449Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2d8378c1-3ee2-4b63-89f5-96ce37c9db98
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-12T00:31:02.453Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:31:02.453Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-12T00:31:02.453Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T00:31:02.454Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:31:02.454Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-12T00:31:02.457Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=fa58ca0e-cd52-49a2-8121-c961d9b3b94b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-12T00:31:02.459Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:31:02.460Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:31:02.460Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid fd1922d2-3d5a-4de0-b300-323e227d1e9f: basic_vm
2022-11-12T00:31:02.460Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:31:02.460Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:31:02.461Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:31:02.461Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:31:02.461Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:31:02.461Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:31:02.462Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:31:02.462Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:31:02.462Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:31:02.462Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:31:02.462Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-12T00:31:02.584Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 67a5e88f-1514-4d5b-af9b-408115be2154 1 ASDC deployResourceStructure
2022-11-12T00:31:02.585Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-11-12T00:31:02.585Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-11-12T00:31:02.585Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-12T00:31:02.586Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:31:02.588Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:31:02.588Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213062585,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-12T00:31:02.688Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-12T00:31:02.690Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:31:02.690Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:31:02.707Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:31:02.708Z||pool-51-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:31:03.589Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-11-12T00:31:03.594Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-11-12T00:31:03.594Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-12T00:31:03.594Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:31:03.597Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:31:03.597Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213063589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-12T00:31:03.698Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:31:03.699Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:31:03.699Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:31:03.743Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:31:03.744Z||pool-52-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:31:04.599Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-11-12T00:31:04.599Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-11-12T00:31:04.599Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-12T00:31:04.599Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:31:04.602Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:31:04.602Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213064599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-12T00:31:04.703Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-12T00:31:04.704Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:31:04.704Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:31:04.718Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:31:04.719Z||pool-53-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-12T00:31:05.607Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-11-12T00:31:05.608Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-12T00:31:05.608Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-12T00:31:05.608Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:31:05.611Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:31:05.611Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213065607,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T00:31:05.712Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-12T00:31:05.712Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:31:05.712Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:31:05.750Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:31:05.751Z||pool-54-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1}
2022-11-12T00:31:06.613Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9aadc636-d144-4e08-86e8-dfe7df9103e5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T00:31:06.627Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9aadc636-d144-4e08-86e8-dfe7df9103e5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T00:31:06.630Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-12T00:31:06.630Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-12T00:31:06.630Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-12T00:31:36.630Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9aadc636-d144-4e08-86e8-dfe7df9103e5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T00:31:36.650Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9aadc636-d144-4e08-86e8-dfe7df9103e5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T00:31:36.653Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-12T00:31:36.653Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-12T00:31:36.653Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-12T00:31:47.626Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:31:47.627Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:31:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:31:47.662Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:31:47.678Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.679Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c46cee2-aceb-4503-a6f5-c60e98db8d0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212987623,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T00:31:47.681Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.681Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.681Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c46cee2-aceb-4503-a6f5-c60e98db8d0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212990531,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:31:47.682Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:31:47.682Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.682Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c46cee2-aceb-4503-a6f5-c60e98db8d0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668212992851,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T00:31:47.682Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:31:47.682Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.683Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668212997247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.683Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.683Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.683Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "policy-id",
  "timestamp": 1668212994544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.684Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.684Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.684Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "cds",
  "timestamp": 1668212991230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.684Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.684Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.685Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668212997247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-12T00:31:47.685Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.685Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.685Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "policy-id",
  "timestamp": 1668212994544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.685Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.686Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.686Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "cds",
  "timestamp": 1668212991230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.686Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.686Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.686Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668212997247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-12T00:31:47.687Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.687Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.687Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "policy-id",
  "timestamp": 1668212994544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-12T00:31:47.687Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.687Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.687Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "cds",
  "timestamp": 1668212991230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.687Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.688Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.688Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668212997247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.688Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.688Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.688Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "cds",
  "timestamp": 1668212991230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.688Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.688Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.688Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "policy-id",
  "timestamp": 1668212994544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.689Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.689Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.689Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668212997247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-12T00:31:47.689Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.689Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.689Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "policy-id",
  "timestamp": 1668212994544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.689Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.690Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.690Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "cds",
  "timestamp": 1668212991230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.690Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.690Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.690Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "cds",
  "timestamp": 1668212991230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.691Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.691Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.691Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "policy-id",
  "timestamp": 1668212994544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.691Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.691Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.691Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668212997247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.692Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.692Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.692Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "cds",
  "timestamp": 1668212991230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T00:31:47.692Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.692Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.692Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668212997247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T00:31:47.693Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.693Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.693Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "policy-id",
  "timestamp": 1668212994544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T00:31:47.693Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.693Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.694Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "policy-id",
  "timestamp": 1668213007425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:31:47.694Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:31:47.694Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.694Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "cds",
  "timestamp": 1668213005442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:31:47.694Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:31:47.694Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.695Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668213005980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:31:47.695Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:31:47.695Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.695Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "policy-id",
  "timestamp": 1668213008430,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T00:31:47.695Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:31:47.695Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.695Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668213007082,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:31:47.696Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:31:47.696Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.696Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "policy-id",
  "timestamp": 1668213009433,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-12T00:31:47.725Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9aadc636-d144-4e08-86e8-dfe7df9103e5
2022-11-12T00:31:47.725Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9aadc636-d144-4e08-86e8-dfe7df9103e5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-12T00:31:47.743Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668213008154,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:31:47.744Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:31:47.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.745Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "cds",
  "timestamp": 1668213006449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/resourceInstances/pnf6e84e58410b70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.745Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.745Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.745Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668213009184,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-12T00:31:47.757Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9aadc636-d144-4e08-86e8-dfe7df9103e5
2022-11-12T00:31:47.758Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9aadc636-d144-4e08-86e8-dfe7df9103e5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-11-12T00:31:47.778Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.778Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "cds",
  "timestamp": 1668213006449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/resourceInstances/pnf6e84e58410b70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.778Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.778Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.779Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668213010187,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-12T00:31:47.779Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:31:47.779Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.779Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "cds",
  "timestamp": 1668213006449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/resourceInstances/pnf6e84e58410b70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.779Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.779Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.779Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "cds",
  "timestamp": 1668213006449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/resourceInstances/pnf6e84e58410b70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.779Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.779Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.779Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "cds",
  "timestamp": 1668213006449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/resourceInstances/pnf6e84e58410b70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.780Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.780Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.780Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "cds",
  "timestamp": 1668213006449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/resourceInstances/pnf6e84e58410b70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.780Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.780Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.780Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "policy-id",
  "timestamp": 1668213014544,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/resourceInstances/pnf6e84e58410b70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.780Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.781Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.781Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "cds",
  "timestamp": 1668213006449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/artifacts/service-DemoPnfZbyprbpo6p6miwlw16ii-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.781Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.781Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.781Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "policy-id",
  "timestamp": 1668213014544,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/resourceInstances/pnf6e84e58410b70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.781Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "cds",
  "timestamp": 1668213006449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/artifacts/service-DemoPnfZbyprbpo6p6miwlw16ii-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T00:31:47.782Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "aai-ml",
  "timestamp": 1668213015556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.782Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668213014622,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.783Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "policy-id",
  "timestamp": 1668213014544,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/resourceInstances/pnf6e84e58410b70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.783Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "cds",
  "timestamp": 1668213015830,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/artifacts/service-DemoPnfZbyprbpo6p6miwlw16ii-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:31:47.784Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:31:47.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668213014622,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.784Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "aai-ml",
  "timestamp": 1668213015556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.785Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "policy-id",
  "timestamp": 1668213014544,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/resourceInstances/pnf6e84e58410b70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.785Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "aai-ml",
  "timestamp": 1668213015556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.786Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668213014622,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.786Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.787Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.787Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "policy-id",
  "timestamp": 1668213014544,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/resourceInstances/pnf6e84e58410b70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.787Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.787Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.787Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668213017247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/resourceInstances/pnf6e84e58410b70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.787Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.788Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.788Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "aai-ml",
  "timestamp": 1668213015556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.788Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.788Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.788Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668213014622,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.788Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.789Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.789Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "policy-id",
  "timestamp": 1668213014544,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/resourceInstances/pnf6e84e58410b70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.789Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.789Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.789Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668213017247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/resourceInstances/pnf6e84e58410b70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.789Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.789Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.790Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "aai-ml",
  "timestamp": 1668213015556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.790Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.790Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.790Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668213014622,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.790Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.790Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.790Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "policy-id",
  "timestamp": 1668213014544,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/artifacts/service-DemoPnfZbyprbpo6p6miwlw16ii-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.790Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.790Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.791Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668213017247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/resourceInstances/pnf6e84e58410b70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.791Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.791Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.791Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "aai-ml",
  "timestamp": 1668213015556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.791Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.791Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.791Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668213014622,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.791Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.792Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.792Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "policy-id",
  "timestamp": 1668213014544,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/artifacts/service-DemoPnfZbyprbpo6p6miwlw16ii-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T00:31:47.792Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668213017247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/resourceInstances/pnf6e84e58410b70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.794Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "aai-ml",
  "timestamp": 1668213015556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T00:31:47.794Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668213014622,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T00:31:47.794Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "policy-id",
  "timestamp": 1668213023306,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/artifacts/service-DemoPnfZbyprbpo6p6miwlw16ii-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:31:47.795Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:31:47.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668213017247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/resourceInstances/pnf6e84e58410b70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.795Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "cds",
  "timestamp": 1668213021230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.795Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.796Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668213022287,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:31:47.796Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:31:47.796Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.796Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "aai-ml",
  "timestamp": 1668213022913,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:31:47.796Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:31:47.796Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.796Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "policy-id",
  "timestamp": 1668213024310,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/artifacts/service-DemoPnfZbyprbpo6p6miwlw16ii-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T00:31:47.796Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:31:47.796Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.796Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668213017247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/resourceInstances/pnf6e84e58410b70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.797Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.797Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.797Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "cds",
  "timestamp": 1668213021230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.797Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.797Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.797Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c46cee2-aceb-4503-a6f5-c60e98db8d0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213024125,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-12T00:31:47.797Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:31:47.797Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.797Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "policy-id",
  "timestamp": 1668213025313,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-12T00:31:47.822Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6c6dcc88-1e1e-4a74-bf70-e581da602925
2022-11-12T00:31:47.822Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c6dcc88-1e1e-4a74-bf70-e581da602925 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-12T00:31:47.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668213017247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/artifacts/service-DemoPnfZbyprbpo6p6miwlw16ii-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "cds",
  "timestamp": 1668213021230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668213017247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/artifacts/service-DemoPnfZbyprbpo6p6miwlw16ii-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T00:31:47.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668213024571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T00:31:47.837Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:31:47.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "cds",
  "timestamp": 1668213021230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668213017247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668213025577,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-12T00:31:47.845Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9aadc636-d144-4e08-86e8-dfe7df9103e5
2022-11-12T00:31:47.846Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9aadc636-d144-4e08-86e8-dfe7df9103e5 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-12T00:31:47.858Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.859Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "cds",
  "timestamp": 1668213021230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.859Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.859Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.859Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668213017247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-12T00:31:47.859Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.860Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.860Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668213014622,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/resourceInstances/pnf6e84e58410b70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.860Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.860Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.860Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "cds",
  "timestamp": 1668213021230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.860Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.860Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.860Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668213017247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-12T00:31:47.860Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.860Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.861Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668213014622,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/resourceInstances/pnf6e84e58410b70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.861Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.861Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.861Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "cds",
  "timestamp": 1668213021230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.861Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.861Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.861Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668213017247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-12T00:31:47.861Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.861Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.861Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668213014622,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/resourceInstances/pnf6e84e58410b70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.862Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.862Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.862Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "cds",
  "timestamp": 1668213021230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.862Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.862Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.862Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "aai-ml",
  "timestamp": 1668213029757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T00:31:47.862Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:31:47.862Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.862Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668213017247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-12T00:31:47.863Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.863Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.863Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668213014622,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/resourceInstances/pnf6e84e58410b70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.863Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.863Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.863Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "cds",
  "timestamp": 1668213021230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T00:31:47.863Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.863Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.863Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "aai-ml",
  "timestamp": 1668213030761,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-12T00:31:47.871Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9aadc636-d144-4e08-86e8-dfe7df9103e5
2022-11-12T00:31:47.872Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9aadc636-d144-4e08-86e8-dfe7df9103e5 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-12T00:31:47.886Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.886Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668213017247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.886Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.887Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.887Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668213014622,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/resourceInstances/pnf6e84e58410b70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.887Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.887Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.888Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "aai-ml",
  "timestamp": 1668213015556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/resourceInstances/pnf6e84e58410b70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.888Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.888Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.888Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "cds",
  "timestamp": 1668213031251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:31:47.888Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:31:47.888Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.888Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668213017247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-12T00:31:47.889Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.889Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.889Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668213014622,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/resourceInstances/pnf6e84e58410b70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.889Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.889Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.889Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "aai-ml",
  "timestamp": 1668213015556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/resourceInstances/pnf6e84e58410b70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.890Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.890Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.890Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668213017247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.890Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.890Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.891Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668213014622,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/artifacts/service-DemoPnfZbyprbpo6p6miwlw16ii-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.891Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.891Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.891Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "aai-ml",
  "timestamp": 1668213015556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/resourceInstances/pnf6e84e58410b70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.891Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.891Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.891Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "policy-id",
  "timestamp": 1668213034544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.892Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.892Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.892Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668213017247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T00:31:47.892Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.892Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.892Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668213014622,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/artifacts/service-DemoPnfZbyprbpo6p6miwlw16ii-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T00:31:47.892Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.893Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.893Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "aai-ml",
  "timestamp": 1668213015556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/resourceInstances/pnf6e84e58410b70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.893Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.893Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.893Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "policy-id",
  "timestamp": 1668213034544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.893Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.893Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.894Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668213035176,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:31:47.894Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:31:47.894Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.894Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668213034864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/artifacts/service-DemoPnfZbyprbpo6p6miwlw16ii-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:31:47.894Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:31:47.894Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.894Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "aai-ml",
  "timestamp": 1668213015556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/resourceInstances/pnf6e84e58410b70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.895Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.895Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.895Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "policy-id",
  "timestamp": 1668213034544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.895Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.895Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.895Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668213036369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:31:47.895Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:31:47.895Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.896Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "aai-ml",
  "timestamp": 1668213015556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/resourceInstances/pnf6e84e58410b70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.896Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.896Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.896Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "policy-id",
  "timestamp": 1668213034544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.896Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.896Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.896Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668213036799,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/artifacts/service-DemoPnfZbyprbpo6p6miwlw16ii-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T00:31:47.896Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:31:47.897Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.897Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668213037471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:31:47.897Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:31:47.897Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.897Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "aai-ml",
  "timestamp": 1668213015556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/artifacts/service-DemoPnfZbyprbpo6p6miwlw16ii-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.897Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.897Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.898Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "policy-id",
  "timestamp": 1668213034544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-12T00:31:47.898Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.898Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.898Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668213037803,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-12T00:31:47.908Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6c6dcc88-1e1e-4a74-bf70-e581da602925
2022-11-12T00:31:47.909Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c6dcc88-1e1e-4a74-bf70-e581da602925 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-12T00:31:47.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.930Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "aai-ml",
  "timestamp": 1668213015556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/artifacts/service-DemoPnfZbyprbpo6p6miwlw16ii-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T00:31:47.930Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.930Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.930Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668213038640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:31:47.931Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:31:47.931Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "policy-id",
  "timestamp": 1668213034544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.931Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.931Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668213039691,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-12T00:31:47.952Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ba876f88-25d7-4f37-90b7-1ad7a0809ad3
2022-11-12T00:31:47.953Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ba876f88-25d7-4f37-90b7-1ad7a0809ad3 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-12T00:31:47.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "aai-ml",
  "timestamp": 1668213039955,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/artifacts/service-DemoPnfZbyprbpo6p6miwlw16ii-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:31:47.964Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:31:47.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.965Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "policy-id",
  "timestamp": 1668213034544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.965Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.965Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.965Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668213040695,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-12T00:31:47.965Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:31:47.965Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.965Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "policy-id",
  "timestamp": 1668213034544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.966Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.966Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.966Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "policy-id",
  "timestamp": 1668213034544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T00:31:47.966Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.966Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.966Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "policy-id",
  "timestamp": 1668213044335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:31:47.966Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:31:47.966Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.966Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "policy-id",
  "timestamp": 1668213045343,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T00:31:47.967Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:31:47.967Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.967Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "aai-ml",
  "timestamp": 1668213044850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/artifacts/service-DemoPnfZbyprbpo6p6miwlw16ii-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T00:31:47.967Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:31:47.967Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.967Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "policy-id",
  "timestamp": 1668213046346,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-12T00:31:47.974Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ba876f88-25d7-4f37-90b7-1ad7a0809ad3
2022-11-12T00:31:47.975Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ba876f88-25d7-4f37-90b7-1ad7a0809ad3 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-11-12T00:31:47.989Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.990Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668213044622,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:47.990Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:31:47.991Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:47.991Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "aai-ml",
  "timestamp": 1668213045854,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-12T00:31:47.999Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6c6dcc88-1e1e-4a74-bf70-e581da602925
2022-11-12T00:31:47.999Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c6dcc88-1e1e-4a74-bf70-e581da602925 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-12T00:31:48.012Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:31:48.012Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668213044622,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:31:48.013Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:32:06.655Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9aadc636-d144-4e08-86e8-dfe7df9103e5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T00:32:06.668Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9aadc636-d144-4e08-86e8-dfe7df9103e5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T00:32:06.674Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-12T00:32:06.675Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-12T00:32:06.675Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-12T00:32:06.675Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-12T00:32:06.675Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T00:32:06.675Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T00:32:06.676Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T00:32:06.676Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T00:32:06.676Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-12T00:32:06.686Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-12T00:32:36.687Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9aadc636-d144-4e08-86e8-dfe7df9103e5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-12T00:32:36.699Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9aadc636-d144-4e08-86e8-dfe7df9103e5 and serviceModelVersionId: fd1922d2-3d5a-4de0-b300-323e227d1e9f
2022-11-12T00:32:36.699Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 13497fc8-eea0-4f87-b20e-caa405606098
2022-11-12T00:32:36.700Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/13497fc8-eea0-4f87-b20e-caa405606098/model-vers/model-ver/fd1922d2-3d5a-4de0-b300-323e227d1e9f?depth=0
2022-11-12T00:32:36.723Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-11-12T00:32:36.755Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13497fc8-eea0-4f87-b20e-caa405606098/model-vers/model-ver/fd1922d2-3d5a-4de0-b300-323e227d1e9f?depth=0|INFO|500||Invoke
2022-11-12T00:32:36.756Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13497fc8-eea0-4f87-b20e-caa405606098/model-vers/model-ver/fd1922d2-3d5a-4de0-b300-323e227d1e9f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13497fc8-eea0-4f87-b20e-caa405606098/model-vers/model-ver/fd1922d2-3d5a-4de0-b300-323e227d1e9f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9aadc636-d144-4e08-86e8-dfe7df9103e5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[63e0a2bb-37b1-4ad2-835b-fb079fed77d0], X-ECOMP-RequestID=[9aadc636-d144-4e08-86e8-dfe7df9103e5], X-TransactionId=[], X-ONAP-RequestID=[9aadc636-d144-4e08-86e8-dfe7df9103e5], Content-Type=[application/merge-patch+json]}
2022-11-12T00:32:36.762Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13497fc8-eea0-4f87-b20e-caa405606098/model-vers/model-ver/fd1922d2-3d5a-4de0-b300-323e227d1e9f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-12T00:32:37.003Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13497fc8-eea0-4f87-b20e-caa405606098/model-vers/model-ver/fd1922d2-3d5a-4de0-b300-323e227d1e9f?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/13497fc8-eea0-4f87-b20e-caa405606098/model-vers/model-ver/fd1922d2-3d5a-4de0-b300-323e227d1e9f?depth=0 has http status code:200 and response headers:{date=[Sat, 12 Nov 2022 00:32:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[223], vertex-id=[221328], x-aai-txid=[2-aai-resources-221112-00:32:36:421-5997], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-12T00:32:37.003Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13497fc8-eea0-4f87-b20e-caa405606098/model-vers/model-ver/fd1922d2-3d5a-4de0-b300-323e227d1e9f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-12T00:32:37.005Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13497fc8-eea0-4f87-b20e-caa405606098/model-vers/model-ver/fd1922d2-3d5a-4de0-b300-323e227d1e9f?depth=0|INFO|500||InvokeReturn
2022-11-12T00:32:37.005Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-12T00:32:37.006Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-12T00:32:37.015Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-12T00:32:37.016Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9aadc636-d144-4e08-86e8-dfe7df9103e5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-12T00:32:37.016Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-12T00:32:37.017Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:32:37.020Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:32:37.020Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213157016,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-12T00:32:37.120Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:32:37.121Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:32:37.121Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:32:37.141Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:32:37.142Z||pool-55-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-12T00:32:38.043Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-12T00:32:38.043Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"6c6dcc88-1e1e-4a74-bf70-e581da602925","serviceName":"Demo_pNF_zBYpRBpo6P6MIwlw16Ii","serviceVersion":"1.0","serviceUUID":"ca269114-4ab5-4495-a418-57975de356c7","serviceDescription":"catalog service description","serviceInvariantUUID":"df2c0efb-9a5a-4380-bae6-90ca6401c195","resources":[{"resourceInstanceName":"pNF 6e84e584-10b7 0","resourceName":"pNF 6e84e584-10b7","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d3f88772-52b8-4e9e-981d-1fdd424e753d","resourceInvariantUUID":"54e6de95-a76e-4e98-9c58-e76c45b0fd49","resourceCustomizationUUID":"f073f215-3310-4b7c-b50d-7b11bddf6fa3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/resourceInstances/pnf6e84e58410b70/artifacts/vf-license-model.xml","artifactChecksum":"MWQ2ODhlZjVjODY0Mjk2NDA4ZWNjZjNmMGE0OTg2YTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"171eb112-eace-43e6-8778-97de2201bfb1","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/resourceInstances/pnf6e84e58410b70/artifacts/pNF.csar","artifactChecksum":"NjZjYmJmNDdhZDUzNmMyYzI5NzhmODAwZTY2M2RmNzU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e4e5787c-bf4f-4373-98ee-de567a3caeb3","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/resourceInstances/pnf6e84e58410b70/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c7761973-7448-47fc-8d51-de10fe1b2464","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/resourceInstances/pnf6e84e58410b70/artifacts/vendor-license-model.xml","artifactChecksum":"OTIwYzBkOWY2NTJhMjMzNjkzYTBkYjcwNzYwZTcwNGE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cccaa45b-4676-461c-8607-f61d45fdfdf9","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/resourceInstances/pnf6e84e58410b70/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0caaf74f-76be-4a87-9fba-cd471c09d6b1","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/resourceInstances/pnf6e84e58410b70/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4ae0bc55-6a43-4f56-9c52-115149e89abb","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfZbyprbpo6p6miwlw16ii-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/artifacts/service-DemoPnfZbyprbpo6p6miwlw16ii-template.yml","artifactChecksum":"ODgzMzMyOTliYzBjNjJjNjIzMzgzOTJjNTg0MWI1MjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"125cbf71-9ab6-4018-9461-1f261f71ae23","artifactVersion":"1"},{"artifactName":"service-DemoPnfZbyprbpo6p6miwlw16ii-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/artifacts/service-DemoPnfZbyprbpo6p6miwlw16ii-csar.csar","artifactChecksum":"YjcyMzNkNTAzODI5OWI5MDgyMTI5Y2E2NDMwZGZjZDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"86fdbb73-0dde-479b-9a7e-5df7e673ebc3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-12T00:32:38.046Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:32:38.046Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:32:38.049Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:32:38.049Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213047624,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/resourceInstances/pnf6e84e58410b70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:32:38.150Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-12T00:32:38.151Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:32:38.151Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:32:38.171Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:32:38.172Z||pool-56-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:32:39.050Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:32:39.050Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:32:39.053Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:32:39.053Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213047624,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/resourceInstances/pnf6e84e58410b70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:32:39.153Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:32:39.154Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:32:39.155Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:32:39.170Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:32:39.170Z||pool-57-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-12T00:32:40.054Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:32:40.055Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:32:40.058Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:32:40.058Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213047624,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/resourceInstances/pnf6e84e58410b70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:32:40.158Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-12T00:32:40.159Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:32:40.160Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:32:40.186Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:32:40.187Z||pool-58-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:32:41.059Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:32:41.060Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:32:41.063Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:32:41.063Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213047624,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/resourceInstances/pnf6e84e58410b70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:32:41.163Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:32:41.164Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:32:41.165Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:32:41.179Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:32:41.180Z||pool-59-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-12T00:32:42.064Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:32:42.066Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:32:42.070Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:32:42.070Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213047624,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/resourceInstances/pnf6e84e58410b70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:32:42.170Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-12T00:32:42.171Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:32:42.171Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:32:42.185Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:32:42.186Z||pool-60-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:32:43.071Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:32:43.073Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:32:43.076Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:32:43.076Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213047624,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/resourceInstances/pnf6e84e58410b70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:32:43.176Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-12T00:32:43.177Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:32:43.177Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:32:43.197Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:32:43.198Z||pool-61-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-11-12T00:32:44.077Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:32:44.078Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:32:44.081Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:32:44.081Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213047624,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/artifacts/service-DemoPnfZbyprbpo6p6miwlw16ii-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:32:44.181Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:32:44.183Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:32:44.183Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:32:44.200Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:32:44.201Z||pool-62-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:32:45.082Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:32:45.083Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:32:45.085Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:32:45.085Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213047624,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/artifacts/service-DemoPnfZbyprbpo6p6miwlw16ii-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T00:32:45.185Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:32:45.187Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:32:45.187Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:32:45.204Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:32:45.204Z||pool-63-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:32:46.093Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "serviceName": "Demo_pNF_zBYpRBpo6P6MIwlw16Ii",
  "serviceVersion": "1.0",
  "serviceUUID": "ca269114-4ab5-4495-a418-57975de356c7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "df2c0efb-9a5a-4380-bae6-90ca6401c195",
  "resources": [
    {
      "resourceInstanceName": "pNF 6e84e584-10b7 0",
      "resourceCustomizationUUID": "f073f215-3310-4b7c-b50d-7b11bddf6fa3",
      "resourceName": "pNF 6e84e584-10b7",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d3f88772-52b8-4e9e-981d-1fdd424e753d",
      "resourceInvariantUUID": "54e6de95-a76e-4e98-9c58-e76c45b0fd49",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfZbyprbpo6p6miwlw16ii-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/artifacts/service-DemoPnfZbyprbpo6p6miwlw16ii-csar.csar",
      "artifactChecksum": "YjcyMzNkNTAzODI5OWI5MDgyMTI5Y2E2NDMwZGZjZDM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "86fdbb73-0dde-479b-9a7e-5df7e673ebc3"
    }
  ],
  "workloadContext": "Production"
}
2022-11-12T00:32:46.094Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-12T00:32:46.095Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ca269114-4ab5-4495-a418-57975de356c7 ASDC
2022-11-12T00:32:46.095Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:6c6dcc88-1e1e-4a74-bf70-e581da602925
ServiceName:Demo_pNF_zBYpRBpo6P6MIwlw16Ii
ServiceVersion:1.0
ServiceUUID:ca269114-4ab5-4495-a418-57975de356c7
ServiceInvariantUUID:df2c0efb-9a5a-4380-bae6-90ca6401c195
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfZbyprbpo6p6miwlw16ii-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/artifacts/service-DemoPnfZbyprbpo6p6miwlw16ii-csar.csar
ArtifactUUID:86fdbb73-0dde-479b-9a7e-5df7e673ebc3
ArtifactChecksum:YjcyMzNkNTAzODI5OWI5MDgyMTI5Y2E2NDMwZGZjZDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 6e84e584-10b7 0
ResourceCustomizationUUID:f073f215-3310-4b7c-b50d-7b11bddf6fa3
ResourceInvariantUUID:54e6de95-a76e-4e98-9c58-e76c45b0fd49
ResourceName:pNF 6e84e584-10b7
ResourceType:PNF
ResourceUUID:d3f88772-52b8-4e9e-981d-1fdd424e753d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-11-12T00:32:46.095Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ca269114-4ab5-4495-a418-57975de356c7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-12T00:32:46.141Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-12T00:32:46.142Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-12T00:32:46.142Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-12T00:32:46.142Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 86fdbb73-0dde-479b-9a7e-5df7e673ebc3 from URL: /sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/artifacts/service-DemoPnfZbyprbpo6p6miwlw16ii-csar.csar
2022-11-12T00:32:46.142Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-12T00:32:46.142Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/artifacts/service-DemoPnfZbyprbpo6p6miwlw16ii-csar.csar
2022-11-12T00:32:46.221Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-12T00:32:46.222Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/artifacts/service-DemoPnfZbyprbpo6p6miwlw16ii-csar.csar 86fdbb73-0dde-479b-9a7e-5df7e673ebc3 87778
2022-11-12T00:32:46.222Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/artifacts/service-DemoPnfZbyprbpo6p6miwlw16ii-csar.csar ASDC sendASDCNotification
2022-11-12T00:32:46.222Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/artifacts/service-DemoPnfZbyprbpo6p6miwlw16ii-csar.csar
2022-11-12T00:32:46.223Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T00:32:46.223Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:32:46.225Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:32:46.225Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213166222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/artifacts/service-DemoPnfZbyprbpo6p6miwlw16ii-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:32:46.326Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-12T00:32:46.327Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:32:46.327Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:32:46.343Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:32:46.343Z||pool-64-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:32:47.226Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-12T00:32:47.227Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-12T00:32:47.228Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 86fdbb73-0dde-479b-9a7e-5df7e673ebc3, URL: /sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/artifacts/service-DemoPnfZbyprbpo6p6miwlw16ii-csar.csar to file: /app/ASDC/1/service-DemoPnfZbyprbpo6p6miwlw16ii-csar.csar
2022-11-12T00:32:47.228Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfZbyprbpo6p6miwlw16ii-csar.csar
2022-11-12T00:32:47.229Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfZbyprbpo6p6miwlw16ii-csar.csar
2022-11-12T00:32:47.229Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfZbyprbpo6p6miwlw16ii-csar.csar
2022-11-12T00:32:47.384Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1022656221450485407/Definitions/service-DemoPnfZbyprbpo6p6miwlw16ii-template.yml
2022-11-12T00:32:47.628Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:32:47.629Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:32:47.629Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:32:47.659Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:32:47.660Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:32:47.660Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "aai-ml",
  "timestamp": 1668213046858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:32:47.661Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:32:48.342Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-12T00:32:48.342Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-12T00:32:48.342Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfZbyprbpo6p6miwlw16ii-csar.csar
2022-11-12T00:32:48.343Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-12T00:32:48.343Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||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-DemoPnfZbyprbpo6p6miwlw16ii-csar.csar
2022-11-12T00:32:48.343Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6e84e584-10b7 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-DemoPnfZbyprbpo6p6miwlw16ii-csar.csar
2022-11-12T00:32:48.345Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfZbyprbpo6p6miwlw16ii-csar.csar
2022-11-12T00:32:48.345Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||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-DemoPnfZbyprbpo6p6miwlw16ii-csar.csar
2022-11-12T00:32:48.345Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfZbyprbpo6p6miwlw16ii-csar.csar
2022-11-12T00:32:48.345Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfZbyprbpo6p6miwlw16ii-csar.csar
2022-11-12T00:32:48.346Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfZbyprbpo6p6miwlw16ii-csar.csar
2022-11-12T00:32:48.346Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-12T00:32:48.346Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:32:48.346Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_zBYpRBpo6P6MIwlw16Ii is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:32:48.346Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||Node template pNF 6e84e584-10b7 0 is matching search criteria
2022-11-12T00:32:48.346Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-12T00:32:48.347Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 6e84e584-10b7 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-12T00:32:48.347Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:32:48.347Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_zBYpRBpo6P6MIwlw16Ii is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:32:48.347Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||Node template pNF 6e84e584-10b7 0 is matching search criteria
2022-11-12T00:32:48.347Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-12T00:32:48.347Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 6e84e584-10b7 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-12T00:32:48.348Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:32:48.348Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_zBYpRBpo6P6MIwlw16Ii is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:32:48.348Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:32:48.348Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_zBYpRBpo6P6MIwlw16Ii is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:32:48.348Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:32:48.348Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_zBYpRBpo6P6MIwlw16Ii is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:32:48.348Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:32:48.349Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_zBYpRBpo6P6MIwlw16Ii is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:32:48.349Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:32:48.349Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_zBYpRBpo6P6MIwlw16Ii is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:32:48.349Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_zBYpRBpo6P6MIwlw16Ii
Description:catalog service description
Model UUID:ca269114-4ab5-4495-a418-57975de356c7
Model Version:NULL
Model InvariantUuid:df2c0efb-9a5a-4380-bae6-90ca6401c195
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-12T00:32:48.359Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: d3f88772-52b8-4e9e-981d-1fdd424e753d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-12T00:32:48.362Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||INFO|500||pNF 6e84e584-10b7 0
2022-11-12T00:32:48.362Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d3f88772-52b8-4e9e-981d-1fdd424e753d
2022-11-12T00:32:48.362Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||No resources found for Service: ca269114-4ab5-4495-a418-57975de356c7
2022-11-12T00:32:48.362Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: ca269114-4ab5-4495-a418-57975de356c7
2022-11-12T00:32:48.362Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 6e84e584-10b7 0 d3f88772-52b8-4e9e-981d-1fdd424e753d ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-12T00:32:48.376Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@65f4c564, org.onap.sdc.toscaparser.api.parameters.Input@fc6b5de, org.onap.sdc.toscaparser.api.parameters.Input@1ad194f1, org.onap.sdc.toscaparser.api.parameters.Input@5604d39b, org.onap.sdc.toscaparser.api.parameters.Input@1518f3da]
2022-11-12T00:32:48.377Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:32:48.377Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_zBYpRBpo6P6MIwlw16Ii is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:32:48.377Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid ca269114-4ab5-4495-a418-57975de356c7: pNF 6e84e584-10b7
2022-11-12T00:32:48.377Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||INFO|500||Processing PNF resource: d3f88772-52b8-4e9e-981d-1fdd424e753d
2022-11-12T00:32:48.378Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:32:48.378Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_zBYpRBpo6P6MIwlw16Ii is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:32:48.378Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||INFO|500||Resource customization UUID: f073f215-3310-4b7c-b50d-7b11bddf6fa3 is the same as notified resource customizationUUID: f073f215-3310-4b7c-b50d-7b11bddf6fa3
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-11-12T00:32:48.426Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 6e84e584-10b7 d3f88772-52b8-4e9e-981d-1fdd424e753d 0 ASDC deployResourceStructure
2022-11-12T00:32:48.427Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/artifacts/service-DemoPnfZbyprbpo6p6miwlw16ii-csar.csar ASDC sendASDCNotification
2022-11-12T00:32:48.427Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/artifacts/service-DemoPnfZbyprbpo6p6miwlw16ii-csar.csar
2022-11-12T00:32:48.427Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-12T00:32:48.428Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:32:48.430Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:32:48.430Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213168427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/artifacts/service-DemoPnfZbyprbpo6p6miwlw16ii-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T00:32:48.531Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:32:48.532Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:32:48.532Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:32:48.551Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:32:48.552Z||pool-65-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:32:49.431Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c6dcc88-1e1e-4a74-bf70-e581da602925
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T00:32:49.448Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c6dcc88-1e1e-4a74-bf70-e581da602925
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T00:32:49.452Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-12T00:32:49.452Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-12T00:32:49.452Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-12T00:32:49.453Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-12T00:32:49.453Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T00:32:49.453Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T00:32:49.453Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T00:32:49.453Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T00:32:49.453Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-12T00:32:49.460Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-12T00:33:19.461Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6c6dcc88-1e1e-4a74-bf70-e581da602925 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-12T00:33:19.469Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6c6dcc88-1e1e-4a74-bf70-e581da602925 and serviceModelVersionId: ca269114-4ab5-4495-a418-57975de356c7
2022-11-12T00:33:19.470Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : df2c0efb-9a5a-4380-bae6-90ca6401c195
2022-11-12T00:33:19.470Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/df2c0efb-9a5a-4380-bae6-90ca6401c195/model-vers/model-ver/ca269114-4ab5-4495-a418-57975de356c7?depth=0
2022-11-12T00:33:19.481Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-11-12T00:33:19.533Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df2c0efb-9a5a-4380-bae6-90ca6401c195/model-vers/model-ver/ca269114-4ab5-4495-a418-57975de356c7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-11-12T00:33:19.534Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df2c0efb-9a5a-4380-bae6-90ca6401c195/model-vers/model-ver/ca269114-4ab5-4495-a418-57975de356c7?depth=0|INFO|500||Invoke
2022-11-12T00:33:19.540Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df2c0efb-9a5a-4380-bae6-90ca6401c195/model-vers/model-ver/ca269114-4ab5-4495-a418-57975de356c7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-12T00:33:19.677Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df2c0efb-9a5a-4380-bae6-90ca6401c195/model-vers/model-ver/ca269114-4ab5-4495-a418-57975de356c7?depth=0|INFO|500||InvokeReturn
2022-11-12T00:33:19.690Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df2c0efb-9a5a-4380-bae6-90ca6401c195/model-vers/model-ver/ca269114-4ab5-4495-a418-57975de356c7?depth=0 has http status code:200 and response headers:{date=[Sat, 12 Nov 2022 00:33:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[125], vertex-id=[241912], x-aai-txid=[1-aai-resources-221112-00:33:19:198-91920], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-12T00:33:19.690Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-11-12T00:33:19.690Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-12T00:33:19.690Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-12T00:33:19.723Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-12T00:33:19.724Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6c6dcc88-1e1e-4a74-bf70-e581da602925 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-12T00:33:19.724Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-12T00:33:19.724Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:33:19.738Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:33:19.738Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213199724,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-12T00:33:19.838Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:33:19.839Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:33:19.839Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:33:19.859Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:33:19.859Z||pool-66-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-12T00:33:20.759Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-12T00:33:20.759Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"ba876f88-25d7-4f37-90b7-1ad7a0809ad3","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"5d96b7d7-87c2-4ce6-abb7-f17d033cfb83","serviceDescription":"service","serviceInvariantUUID":"989f9755-9767-459a-bea1-62a3d7c36edf","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"32be05f9-7f6c-462f-9a85-6be353d91514","resourceInvariantUUID":"fbf8a59b-af68-4ab5-acbd-aed247fed5c1","resourceCustomizationUUID":"de451228-a201-4b34-9158-9081761bc65f","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":"MDQ0OWNiMTBmZThhYTM3NjNjYmQ2NTliY2NiMzcxMTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d31882db-232d-4aae-a226-fd3bf3d338db","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":"1bd7a491-7273-49eb-bb6f-292a81d65f3f","artifactVersion":"2","generatedFromUUID":"7e9c6549-0268-4731-9292-e10a2ef8cb59"},{"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":"7e9c6549-0268-4731-9292-e10a2ef8cb59","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":"MDQ3Y2E5MGRlNWYyMjhlYWQzOWU5YTk3OWI5NzY2MzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1ba97c36-3116-472c-b3da-fcfec70ec80f","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":"28640246-e0d1-4517-9a83-d16e938d957a","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":"ceba89cc-6fe4-4c96-bb22-dc2ed7b62155","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":"3c5bcf47-e0aa-47fe-af1f-690cf4de892d","artifactVersion":"2","generatedFromUUID":"28640246-e0d1-4517-9a83-d16e938d957a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NGE0NjMwMGZhMmNhYjhjMmJmZjk0MDZjZDE4OTUxNGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"77d9529b-aca2-45f3-9220-cc8daff8f4f2","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MDJjN2FkZDJlZmJkZTMzMjFlYmY3MDVjYmE4ZDhjZGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6c642a8a-36c3-4076-83cb-8e8a077a46fa","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-12T00:33:20.760Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:33:20.761Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:33:20.763Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:33:20.763Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213047624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:33:20.863Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:33:20.864Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:33:20.865Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:33:20.882Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:33:20.883Z||pool-67-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-11-12T00:33:21.764Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:33:21.766Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:33:21.768Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:33:21.768Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213047624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-12T00:33:21.868Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:33:21.869Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:33:21.869Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:33:21.887Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:33:21.888Z||pool-68-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-11-12T00:33:22.769Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:33:22.770Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:33:22.771Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:33:22.772Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213047624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-12T00:33:22.872Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:33:22.873Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:33:22.874Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:33:22.886Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:33:22.887Z||pool-69-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:33:23.772Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:33:23.773Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:33:23.776Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:33:23.776Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213047624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-12T00:33:23.876Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:33:23.877Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:33:23.878Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:33:23.890Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:33:23.890Z||pool-70-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:33:24.777Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:33:24.777Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:33:24.791Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:33:24.791Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213047624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-12T00:33:24.880Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms
2022-11-12T00:33:24.881Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:33:24.882Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:33:24.897Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:33:24.898Z||pool-71-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:33:25.792Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:33:25.792Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:33:25.796Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:33:25.796Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213047624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:33:25.895Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-12T00:33:25.896Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:33:25.896Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:33:25.922Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:33:25.922Z||pool-72-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:33:26.798Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:33:26.802Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:33:26.806Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:33:26.806Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213047624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-12T00:33:26.905Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-12T00:33:26.906Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:33:26.906Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:33:26.922Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:33:26.922Z||pool-73-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:33:27.807Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:33:27.808Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:33:27.810Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:33:27.811Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213047624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:33:27.912Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-12T00:33:27.913Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:33:27.913Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:33:27.928Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:33:27.929Z||pool-74-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-12T00:33:28.812Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:33:28.813Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:33:28.816Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:33:28.816Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213047624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T00:33:28.916Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:33:28.917Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:33:28.917Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:33:28.937Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:33:28.938Z||pool-75-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:33:29.818Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "5d96b7d7-87c2-4ce6-abb7-f17d033cfb83",
  "serviceDescription": "service",
  "serviceInvariantUUID": "989f9755-9767-459a-bea1-62a3d7c36edf",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "de451228-a201-4b34-9158-9081761bc65f",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "32be05f9-7f6c-462f-9a85-6be353d91514",
      "resourceInvariantUUID": "fbf8a59b-af68-4ab5-acbd-aed247fed5c1",
      "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": "1bd7a491-7273-49eb-bb6f-292a81d65f3f",
          "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": "7e9c6549-0268-4731-9292-e10a2ef8cb59",
          "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": "MDQ3Y2E5MGRlNWYyMjhlYWQzOWU5YTk3OWI5NzY2MzU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1ba97c36-3116-472c-b3da-fcfec70ec80f",
          "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": "28640246-e0d1-4517-9a83-d16e938d957a",
          "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": "3c5bcf47-e0aa-47fe-af1f-690cf4de892d",
            "generatedFromUUID": "28640246-e0d1-4517-9a83-d16e938d957a"
          },
          "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": "3c5bcf47-e0aa-47fe-af1f-690cf4de892d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MDJjN2FkZDJlZmJkZTMzMjFlYmY3MDVjYmE4ZDhjZGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6c642a8a-36c3-4076-83cb-8e8a077a46fa"
    }
  ],
  "workloadContext": "Production"
}
2022-11-12T00:33:29.818Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-12T00:33:29.818Z|6c6dcc88-1e1e-4a74-bf70-e581da602925|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 5d96b7d7-87c2-4ce6-abb7-f17d033cfb83 ASDC
2022-11-12T00:33:29.819Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:ba876f88-25d7-4f37-90b7-1ad7a0809ad3
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:5d96b7d7-87c2-4ce6-abb7-f17d033cfb83
ServiceInvariantUUID:989f9755-9767-459a-bea1-62a3d7c36edf
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:6c642a8a-36c3-4076-83cb-8e8a077a46fa
ArtifactChecksum:MDJjN2FkZDJlZmJkZTMzMjFlYmY3MDVjYmE4ZDhjZGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:de451228-a201-4b34-9158-9081761bc65f
ResourceInvariantUUID:fbf8a59b-af68-4ab5-acbd-aed247fed5c1
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:32be05f9-7f6c-462f-9a85-6be353d91514
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:1bd7a491-7273-49eb-bb6f-292a81d65f3f
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:7e9c6549-0268-4731-9292-e10a2ef8cb59
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:1ba97c36-3116-472c-b3da-fcfec70ec80f
ArtifactChecksum:MDQ3Y2E5MGRlNWYyMjhlYWQzOWU5YTk3OWI5NzY2MzU=
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:28640246-e0d1-4517-9a83-d16e938d957a
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:3c5bcf47-e0aa-47fe-af1f-690cf4de892d
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:3c5bcf47-e0aa-47fe-af1f-690cf4de892d
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-12T00:33:29.819Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5d96b7d7-87c2-4ce6-abb7-f17d033cfb83 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-12T00:33:29.858Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-12T00:33:29.859Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-12T00:33:29.859Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-12T00:33:29.859Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6c642a8a-36c3-4076-83cb-8e8a077a46fa from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-12T00:33:29.859Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-12T00:33:29.859Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-12T00:33:29.985Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-12T00:33:29.986Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 6c642a8a-36c3-4076-83cb-8e8a077a46fa 73673
2022-11-12T00:33:29.986Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-11-12T00:33:29.987Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-12T00:33:29.987Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T00:33:29.987Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:33:29.989Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:33:29.990Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213209986,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:33:30.090Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:33:30.091Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:33:30.091Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:33:30.104Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:33:30.105Z||pool-76-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:33:30.991Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-12T00:33:30.992Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-12T00:33:30.992Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 6c642a8a-36c3-4076-83cb-8e8a077a46fa, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-12T00:33:30.992Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-11-12T00:33:30.993Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-12T00:33:30.993Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-12T00:33:31.108Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3243300572906244830/Definitions/service-BasicCnf-template.yml
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2022-11-12T00:33:32.344Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-12T00:33:32.344Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-12T00:33:32.344Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-12T00:33:32.344Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-11-12T00:33:32.345Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-12T00:33:32.345Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-12T00:33:32.345Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-12T00:33:32.345Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-12T00:33:32.345Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-12T00:33:32.345Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:33:32.346Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:33:32.346Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-12T00:33:32.346Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-12T00:33:32.346Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-12T00:33:32.346Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:33:32.347Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:33:32.348Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-12T00:33:32.349Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-12T00:33:32.349Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-12T00:33:32.349Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:33:32.349Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:33:32.350Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:33:32.350Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-12T00:33:32.350Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-11-12T00:33:32.350Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Node template dummy is not matching search criteria
2022-11-12T00:33:32.351Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-12T00:33:32.351Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:33:32.351Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-12T00:33:32.351Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:33:32.351Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-12T00:33:32.351Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T00:33:32.352Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:33:32.352Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-12T00:33:32.352Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T00:33:32.352Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:33:32.353Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-12T00:33:32.353Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T00:33:32.353Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:33:32.354Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-12T00:33:32.354Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-11-12T00:33:32.354Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=4702b76c-8b5a-4b03-bf4e-eed5c06b06bb
2022-11-12T00:33:32.354Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:33:32.354Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:33:32.355Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:33:32.355Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:33:32.355Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:33:32.355Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:33:32.355Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:33:32.355Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:33:32.355Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:5d96b7d7-87c2-4ce6-abb7-f17d033cfb83
Model Version:NULL
Model InvariantUuid:989f9755-9767-459a-bea1-62a3d7c36edf
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:a09e8a5e-d08b-4216-bc2a-cec5d5103804
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fbf8a59b-af68-4ab5-acbd-aed247fed5c1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:de451228-a201-4b34-9158-9081761bc65f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7ddee652-fac2-4a5d-b14e-3f43e3a65d04
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:62a97ad7-aa5e-4d65-ba53-39fcbc7e487e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4702b76c-8b5a-4b03-bf4e-eed5c06b06bb
ModelInvariantUuid:0e35642e-3f9c-43f9-a9d0-66e673d441ad
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:a7640bda-ba49-4946-a9fa-94b6f8efdd70
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:f3889424-1a3d-4dae-90f9-f5d3d92368e9
ModelInvariantUuid:f6b1a981-2cbb-47fe-b30d-3ae7f03ea8cd
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:d31e9ae9-3d75-43a6-82dc-b1e822a5131e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-12T00:33:32.367Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 32be05f9-7f6c-462f-9a85-6be353d91514
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-12T00:33:32.371Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||basic_cnf 0
2022-11-12T00:33:32.372Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 32be05f9-7f6c-462f-9a85-6be353d91514
2022-11-12T00:33:32.372Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1bd7a491-7273-49eb-bb6f-292a81d65f3f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-11-12T00:33:32.372Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-12T00:33:32.372Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-11-12T00:33:32.574Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-12T00:33:32.575Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 1bd7a491-7273-49eb-bb6f-292a81d65f3f 12
2022-11-12T00:33:32.576Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-11-12T00:33:32.576Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-11-12T00:33:32.576Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T00:33:32.577Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:33:32.579Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:33:32.579Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213212576,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:33:32.680Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:33:32.681Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:33:32.681Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:33:32.712Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:33:32.713Z||pool-77-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:33:33.580Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 7e9c6549-0268-4731-9292-e10a2ef8cb59 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-11-12T00:33:33.581Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-12T00:33:33.581Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-11-12T00:33:33.753Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-12T00:33:33.754Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 7e9c6549-0268-4731-9292-e10a2ef8cb59 2688
2022-11-12T00:33:33.754Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-11-12T00:33:33.756Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-11-12T00:33:33.756Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T00:33:33.756Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:33:33.760Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:33:33.760Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213213754,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:33:33.862Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-12T00:33:33.863Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:33:33.863Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:33:33.890Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:33:33.890Z||pool-78-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:33:34.762Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1ba97c36-3116-472c-b3da-fcfec70ec80f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-11-12T00:33:34.762Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-12T00:33:34.762Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-11-12T00:33:34.887Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-12T00:33:34.887Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 1ba97c36-3116-472c-b3da-fcfec70ec80f 828
2022-11-12T00:33:34.888Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-11-12T00:33:34.888Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-11-12T00:33:34.888Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T00:33:34.888Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:33:34.891Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:33:34.892Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213214888,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:33:34.992Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-12T00:33:34.993Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:33:34.993Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:33:35.050Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:33:35.051Z||pool-79-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":1,"count":1}
2022-11-12T00:33:35.893Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "7ddee652-fac2-4a5d-b14e-3f43e3a65d04",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "62a97ad7-aa5e-4d65-ba53-39fcbc7e487e",
    "vfModuleModelCustomizationUUID": "2e8cb0c4-ea66-44d0-964e-869f05acbb11",
    "isBase": true,
    "artifacts": [
      "28640246-e0d1-4517-9a83-d16e938d957a",
      "7e9c6549-0268-4731-9292-e10a2ef8cb59",
      "3c5bcf47-e0aa-47fe-af1f-690cf4de892d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-12T00:33:35.897Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:62a97ad7-aa5e-4d65-ba53-39fcbc7e487e
VfModuleModelInvariantUUID:7ddee652-fac2-4a5d-b14e-3f43e3a65d04
VfModuleModelDescription:NULL
Artifacts UUID List:{
28640246-e0d1-4517-9a83-d16e938d957a
,
7e9c6549-0268-4731-9292-e10a2ef8cb59
,
3c5bcf47-e0aa-47fe-af1f-690cf4de892d

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_dummy
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-11-12T00:33:35.900Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "7ddee652-fac2-4a5d-b14e-3f43e3a65d04",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "62a97ad7-aa5e-4d65-ba53-39fcbc7e487e",
    "vfModuleModelCustomizationUUID": "2e8cb0c4-ea66-44d0-964e-869f05acbb11",
    "isBase": true,
    "artifacts": [
      "28640246-e0d1-4517-9a83-d16e938d957a",
      "7e9c6549-0268-4731-9292-e10a2ef8cb59",
      "3c5bcf47-e0aa-47fe-af1f-690cf4de892d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-12T00:33:35.900Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:62a97ad7-aa5e-4d65-ba53-39fcbc7e487e
VfModuleModelInvariantUUID:7ddee652-fac2-4a5d-b14e-3f43e3a65d04
VfModuleModelDescription:NULL
Artifacts UUID List:{
28640246-e0d1-4517-9a83-d16e938d957a
,
7e9c6549-0268-4731-9292-e10a2ef8cb59
,
3c5bcf47-e0aa-47fe-af1f-690cf4de892d

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_dummy
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-11-12T00:33:35.900Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 28640246-e0d1-4517-9a83-d16e938d957a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-11-12T00:33:35.901Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-12T00:33:35.901Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-11-12T00:33:36.003Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-12T00:33:36.004Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 28640246-e0d1-4517-9a83-d16e938d957a 1164
2022-11-12T00:33:36.004Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-11-12T00:33:36.005Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-11-12T00:33:36.005Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T00:33:36.005Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:33:36.008Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:33:36.008Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213216004,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:33:36.108Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:33:36.109Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:33:36.109Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:33:36.136Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:33:36.136Z||pool-80-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:33:37.008Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3c5bcf47-e0aa-47fe-af1f-690cf4de892d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-11-12T00:33:37.009Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-12T00:33:37.010Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-11-12T00:33:37.096Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-12T00:33:37.096Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 3c5bcf47-e0aa-47fe-af1f-690cf4de892d 200
2022-11-12T00:33:37.096Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-11-12T00:33:37.097Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-11-12T00:33:37.097Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T00:33:37.097Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:33:37.106Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:33:37.106Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213217096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:33:37.201Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-11-12T00:33:37.202Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:33:37.202Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:33:37.228Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:33:37.228Z||pool-81-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:33:38.113Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 5d96b7d7-87c2-4ce6-abb7-f17d033cfb83
2022-11-12T00:33:38.113Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 32be05f9-7f6c-462f-9a85-6be353d91514 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 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-11-12T00:33:38.148Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||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 toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-12T00:33:38.154Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1c245619, org.onap.sdc.toscaparser.api.parameters.Input@22dcfe65, org.onap.sdc.toscaparser.api.parameters.Input@21221c7b, org.onap.sdc.toscaparser.api.parameters.Input@5fec62f7, org.onap.sdc.toscaparser.api.parameters.Input@61c6638d]
2022-11-12T00:33:38.157Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:33:38.157Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:33:38.158Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-11-12T00:33:38.158Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= de451228-a201-4b34-9158-9081761bc65f
2022-11-12T00:33:38.159Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: de451228-a201-4b34-9158-9081761bc65f matches Tosca VF Customization UUID: de451228-a201-4b34-9158-9081761bc65f
2022-11-12T00:33:38.159Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: de451228-a201-4b34-9158-9081761bc65f  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-12T00:33:38.170Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:33:38.171Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:33:38.174Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id de451228-a201-4b34-9158-9081761bc65f: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-12T00:33:38.174Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@291bb4ba
2022-11-12T00:33:38.175Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:33:38.176Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-12T00:33:38.176Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2e8cb0c4-ea66-44d0-964e-869f05acbb11
2022-11-12T00:33:38.178Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2e8cb0c4-ea66-44d0-964e-869f05acbb11
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-12T00:33:38.184Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:33:38.185Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-12T00:33:38.185Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T00:33:38.188Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:33:38.189Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-12T00:33:38.190Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T00:33:38.190Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:33:38.191Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-12T00:33:38.192Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-11-12T00:33:38.193Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=4702b76c-8b5a-4b03-bf4e-eed5c06b06bb
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-12T00:33:38.197Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:33:38.198Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-12T00:33:38.199Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T00:33:38.214Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:33:38.214Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-12T00:33:38.214Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=de451228-a201-4b34-9158-9081761bc65f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-12T00:33:38.227Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:33:38.228Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:33:38.229Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 5d96b7d7-87c2-4ce6-abb7-f17d033cfb83: basic_cnf
2022-11-12T00:33:38.229Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:33:38.229Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:33:38.230Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:33:38.230Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:33:38.230Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:33:38.231Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:33:38.231Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:33:38.232Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:33:38.232Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:33:38.233Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:33:38.233Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-12T00:33:38.392Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 32be05f9-7f6c-462f-9a85-6be353d91514 1 ASDC deployResourceStructure
2022-11-12T00:33:38.394Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-11-12T00:33:38.394Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-11-12T00:33:38.394Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-12T00:33:38.395Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:33:38.399Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:33:38.399Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213218393,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-12T00:33:38.501Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-12T00:33:38.503Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:33:38.504Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:33:38.530Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:33:38.530Z||pool-82-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:33:39.400Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-11-12T00:33:39.401Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-11-12T00:33:39.401Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-12T00:33:39.401Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:33:39.418Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:33:39.419Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213219400,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-12T00:33:39.518Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-12T00:33:39.519Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:33:39.519Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:33:39.542Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:33:39.543Z||pool-83-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:33:40.426Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-11-12T00:33:40.427Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-11-12T00:33:40.427Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-12T00:33:40.428Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:33:40.432Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:33:40.432Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213220426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-12T00:33:40.543Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms
2022-11-12T00:33:40.544Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:33:40.544Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:33:40.579Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:33:40.580Z||pool-84-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:33:41.434Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-11-12T00:33:41.435Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-11-12T00:33:41.436Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-12T00:33:41.436Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:33:41.443Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:33:41.443Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213221433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-11-12T00:33:41.543Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-12T00:33:41.544Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:33:41.544Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:33:41.557Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:33:41.558Z||pool-85-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:33:42.445Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-11-12T00:33:42.446Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-11-12T00:33:42.447Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-12T00:33:42.447Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:33:42.449Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:33:42.450Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213222445,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-11-12T00:33:42.550Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:33:42.551Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:33:42.551Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:33:42.574Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:33:42.575Z||pool-86-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:33:43.451Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-11-12T00:33:43.452Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-12T00:33:43.452Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-12T00:33:43.453Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:33:43.455Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:33:43.455Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213223451,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T00:33:43.555Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:33:43.556Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:33:43.556Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:33:43.571Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:33:43.571Z||pool-87-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-12T00:33:44.456Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba876f88-25d7-4f37-90b7-1ad7a0809ad3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T00:33:44.472Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba876f88-25d7-4f37-90b7-1ad7a0809ad3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T00:33:44.476Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-12T00:33:44.476Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-12T00:33:44.477Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-12T00:33:47.626Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:33:47.627Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:33:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:33:47.687Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:33:47.696Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:33:47.697Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668213044622,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:33:47.699Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:33:47.699Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:33:47.700Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213047624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:33:47.700Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:33:47.700Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:33:47.700Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "aai-ml",
  "timestamp": 1668213046858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:33:47.700Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:33:47.700Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:33:47.700Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668213044622,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:33:47.700Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:33:47.701Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:33:47.701Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213047624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-12T00:33:47.706Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:33:47.706Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:33:47.707Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "aai-ml",
  "timestamp": 1668213046858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:33:47.707Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:33:47.707Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:33:47.707Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668213044622,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:33:47.707Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:33:47.707Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:33:47.707Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213047624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-12T00:33:47.707Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:33:47.708Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:33:47.708Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "aai-ml",
  "timestamp": 1668213046858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:33:47.708Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:33:47.708Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:33:47.708Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668213044622,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:33:47.708Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:33:47.708Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:33:47.708Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213047624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:33:47.709Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:33:47.709Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:33:47.709Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "aai-ml",
  "timestamp": 1668213046858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:33:47.709Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:33:47.709Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:33:47.709Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668213044622,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:33:47.709Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:33:47.709Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:33:47.709Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213047624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-12T00:33:47.713Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:33:47.713Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:33:47.713Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "aai-ml",
  "timestamp": 1668213046858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:33:47.713Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:33:47.713Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:33:47.713Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668213044622,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:33:47.714Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:33:47.714Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:33:47.714Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213047624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:33:47.714Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:33:47.714Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:33:47.714Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "aai-ml",
  "timestamp": 1668213046858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:33:47.715Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:33:47.715Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:33:47.715Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668213044622,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T00:33:47.715Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:33:47.715Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:33:47.715Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213047624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T00:33:47.715Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:33:47.715Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:33:47.716Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "aai-ml",
  "timestamp": 1668213046858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:33:47.716Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:33:47.716Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:33:47.716Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668213054289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:33:47.727Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:33:47.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:33:47.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213055514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:33:47.727Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:33:47.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:33:47.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "aai-ml",
  "timestamp": 1668213046858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T00:33:47.729Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:33:47.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:33:47.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "aai-ml",
  "timestamp": 1668213056564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:33:47.735Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:33:47.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:33:47.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668213056543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T00:33:47.735Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:33:47.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:33:47.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668213057547,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-12T00:33:47.763Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ba876f88-25d7-4f37-90b7-1ad7a0809ad3
2022-11-12T00:33:47.763Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ba876f88-25d7-4f37-90b7-1ad7a0809ad3 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-12T00:33:47.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:33:47.807Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213058946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:33:47.807Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:33:47.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:33:47.807Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213060216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:33:47.808Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:33:47.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:33:47.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213061409,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:33:47.808Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:33:47.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:33:47.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213062585,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-12T00:33:47.809Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:33:47.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:33:47.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "aai-ml",
  "timestamp": 1668213063229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T00:33:47.809Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:33:47.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:33:47.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213063589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-12T00:33:47.830Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:33:47.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:33:47.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "aai-ml",
  "timestamp": 1668213064234,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-12T00:33:47.848Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ba876f88-25d7-4f37-90b7-1ad7a0809ad3
2022-11-12T00:33:47.848Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ba876f88-25d7-4f37-90b7-1ad7a0809ad3 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-12T00:33:47.879Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:33:47.880Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213064599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-12T00:33:47.880Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:33:47.880Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:33:47.880Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213065607,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T00:33:47.880Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:34:14.477Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba876f88-25d7-4f37-90b7-1ad7a0809ad3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T00:34:14.496Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba876f88-25d7-4f37-90b7-1ad7a0809ad3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T00:34:14.498Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-12T00:34:14.499Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-12T00:34:14.499Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-12T00:34:14.499Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-12T00:34:14.499Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T00:34:14.500Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T00:34:14.500Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T00:34:14.500Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T00:34:14.500Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-12T00:34:14.509Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-12T00:34:44.510Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ba876f88-25d7-4f37-90b7-1ad7a0809ad3 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-12T00:34:44.518Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ba876f88-25d7-4f37-90b7-1ad7a0809ad3 and serviceModelVersionId: 5d96b7d7-87c2-4ce6-abb7-f17d033cfb83
2022-11-12T00:34:44.518Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 989f9755-9767-459a-bea1-62a3d7c36edf
2022-11-12T00:34:44.519Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/989f9755-9767-459a-bea1-62a3d7c36edf/model-vers/model-ver/5d96b7d7-87c2-4ce6-abb7-f17d033cfb83?depth=0
2022-11-12T00:34:44.523Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-11-12T00:34:44.550Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/989f9755-9767-459a-bea1-62a3d7c36edf/model-vers/model-ver/5d96b7d7-87c2-4ce6-abb7-f17d033cfb83?depth=0|INFO|500||Invoke
2022-11-12T00:34:44.550Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/989f9755-9767-459a-bea1-62a3d7c36edf/model-vers/model-ver/5d96b7d7-87c2-4ce6-abb7-f17d033cfb83?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/989f9755-9767-459a-bea1-62a3d7c36edf/model-vers/model-ver/5d96b7d7-87c2-4ce6-abb7-f17d033cfb83?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ba876f88-25d7-4f37-90b7-1ad7a0809ad3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9656c11b-3df9-477c-90da-8d10b59dbcba], X-ECOMP-RequestID=[ba876f88-25d7-4f37-90b7-1ad7a0809ad3], X-TransactionId=[], X-ONAP-RequestID=[ba876f88-25d7-4f37-90b7-1ad7a0809ad3], Content-Type=[application/merge-patch+json]}
2022-11-12T00:34:44.555Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/989f9755-9767-459a-bea1-62a3d7c36edf/model-vers/model-ver/5d96b7d7-87c2-4ce6-abb7-f17d033cfb83?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-12T00:34:44.671Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/989f9755-9767-459a-bea1-62a3d7c36edf/model-vers/model-ver/5d96b7d7-87c2-4ce6-abb7-f17d033cfb83?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/989f9755-9767-459a-bea1-62a3d7c36edf/model-vers/model-ver/5d96b7d7-87c2-4ce6-abb7-f17d033cfb83?depth=0 has http status code:200 and response headers:{date=[Sat, 12 Nov 2022 00:34:44 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[112], vertex-id=[221192], x-aai-txid=[1-aai-resources-221112-00:34:44:212-2640], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-12T00:34:44.671Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/989f9755-9767-459a-bea1-62a3d7c36edf/model-vers/model-ver/5d96b7d7-87c2-4ce6-abb7-f17d033cfb83?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-12T00:34:44.672Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/989f9755-9767-459a-bea1-62a3d7c36edf/model-vers/model-ver/5d96b7d7-87c2-4ce6-abb7-f17d033cfb83?depth=0|INFO|500||InvokeReturn
2022-11-12T00:34:44.672Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-12T00:34:44.672Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-12T00:34:44.680Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-12T00:34:44.680Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ba876f88-25d7-4f37-90b7-1ad7a0809ad3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-12T00:34:44.681Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-12T00:34:44.681Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:34:44.683Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:34:44.684Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213284680,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-12T00:34:44.786Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-12T00:34:44.787Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:34:44.787Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:34:44.818Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:34:44.818Z||pool-88-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-12T00:34:45.700Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:34:45.701Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:34:45.701Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:34:47.626Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:34:47.627Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:34:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:34:47.652Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:34:47.653Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:34:47.653Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213157016,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-12T00:34:47.654Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:34:47.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:34:47.654Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213047624,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/resourceInstances/pnf6e84e58410b70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:34:47.654Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:34:47.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:34:47.654Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213047624,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/resourceInstances/pnf6e84e58410b70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:34:47.655Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:34:47.656Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:34:47.657Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213047624,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/resourceInstances/pnf6e84e58410b70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:34:47.657Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:34:47.657Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:34:47.657Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213047624,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/resourceInstances/pnf6e84e58410b70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:34:47.657Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:34:47.657Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:34:47.657Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213047624,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/resourceInstances/pnf6e84e58410b70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:34:47.657Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:34:47.657Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:34:47.657Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213047624,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/resourceInstances/pnf6e84e58410b70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:34:47.658Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:34:47.658Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:34:47.658Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213047624,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/artifacts/service-DemoPnfZbyprbpo6p6miwlw16ii-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:34:47.658Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:34:47.658Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:34:47.658Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213047624,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/artifacts/service-DemoPnfZbyprbpo6p6miwlw16ii-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T00:34:47.658Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:34:47.658Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:34:47.658Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213166222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/artifacts/service-DemoPnfZbyprbpo6p6miwlw16ii-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:34:47.658Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:34:56.111Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:34:56.112Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:34:56.113Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:34:56.113Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:35:05.690Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:35:05.691Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:35:05.691Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:35:05.692Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:35:15.257Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:35:15.258Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:35:15.259Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:35:15.259Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:35:24.813Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:35:47.623Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:35:47.624Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:35:47.624Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:35:47.626Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:35:47.626Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:35:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:35:47.653Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:35:47.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:35:47.654Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213168427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbyprbpo6p6miwlw16ii/1.0/artifacts/service-DemoPnfZbyprbpo6p6miwlw16ii-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T00:35:47.656Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:35:47.656Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:35:47.656Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6dcc88-1e1e-4a74-bf70-e581da602925",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213199724,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-12T00:35:47.656Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:35:47.656Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:35:47.656Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213047624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:35:47.656Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:35:47.656Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:35:47.656Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213047624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-12T00:35:47.657Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:35:47.657Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:35:47.657Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213047624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-12T00:35:47.657Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:35:47.657Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:35:47.657Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213047624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-12T00:35:47.657Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:35:47.657Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:35:47.657Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213047624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-12T00:35:47.658Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:35:47.658Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:35:47.658Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213047624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:35:47.658Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:35:47.658Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:35:47.658Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213047624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-12T00:35:47.658Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:35:47.658Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:35:47.658Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213047624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:35:47.658Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:35:47.658Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:35:47.658Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213047624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T00:35:47.659Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:35:47.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:35:47.659Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213209986,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:35:47.659Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:35:47.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:35:47.659Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213212576,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:35:47.659Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:35:47.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:35:47.659Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213213754,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:35:47.659Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:35:47.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:35:47.659Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213214888,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:35:47.660Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:35:47.660Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:35:47.660Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213216004,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:35:47.660Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:35:47.660Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:35:47.660Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213217096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:35:47.660Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:35:47.660Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:35:47.660Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213218393,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-12T00:35:47.660Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:35:47.661Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:35:47.661Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213219400,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-12T00:35:47.661Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:35:47.661Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:35:47.661Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213220426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-12T00:35:47.661Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:35:47.661Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:35:47.661Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213221433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-11-12T00:35:47.661Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:35:47.661Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:35:47.661Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213222445,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-11-12T00:35:47.662Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:35:47.662Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:35:47.662Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213223451,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T00:35:47.662Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:35:57.214Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:36:47.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:36:47.626Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:36:47.628Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:36:47.628Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:36:47.628Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:36:47.628Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:36:48.155Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:36:48.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T00:36:48.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba876f88-25d7-4f37-90b7-1ad7a0809ad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213284680,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-12T00:36:48.157Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:36:57.227Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:37:47.623Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:37:47.625Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:37:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:37:47.625Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:37:47.626Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:37:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:37:57.180Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:37:57.187Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:38:47.623Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:38:47.624Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:38:47.624Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:38:47.625Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:38:47.626Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:38:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:38:57.215Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:38:57.215Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:39:47.623Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:39:47.624Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:39:47.624Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:39:47.626Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:39:47.626Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:39:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:39:57.196Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:39:57.200Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:40:47.623Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:40:47.625Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:40:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:40:47.625Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:40:47.626Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:40:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:40:57.185Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:40:57.190Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:41:47.623Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:41:47.624Z||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-11-12T00:41:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:41:47.625Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:41:47.626Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:41:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:41:57.192Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:41:57.211Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:42:47.623Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:42:47.624Z||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-11-12T00:42:47.624Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:42:47.625Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:42:47.626Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:42:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:42:48.256Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:42:48.257Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-12T00:42:48.258Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"3b1d63bf-3922-4452-8b95-85709f679434","serviceName":"Demo_pNF_WuxCkGl02U9sEcETtox2","serviceVersion":"1.0","serviceUUID":"1fa512de-d2df-438e-8709-98ae26fcad09","serviceDescription":"catalog service description","serviceInvariantUUID":"5f5ff085-e1c5-40f3-adf9-74d8b6f6e5e4","resources":[{"resourceInstanceName":"pNF 65b0bb73-7ae9 0","resourceName":"pNF 65b0bb73-7ae9","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"55b7a10a-46b7-4ae7-8727-b0664179bee5","resourceInvariantUUID":"fec5375f-93dd-461a-b9ec-731ffecd3faf","resourceCustomizationUUID":"54ff4885-fc0d-4676-ba5d-ced7b03cc447","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/resourceInstances/pnf65b0bb737ae90/artifacts/vf-license-model.xml","artifactChecksum":"YWZiZjQzYzUzZDBlN2YzNWY4YTg1OGYyYTk4YWYzM2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"407fdd83-7b06-4ad2-9bb9-3310f17a48a0","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/resourceInstances/pnf65b0bb737ae90/artifacts/pNF.csar","artifactChecksum":"NjZjYmJmNDdhZDUzNmMyYzI5NzhmODAwZTY2M2RmNzU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0f91cc6a-96e6-4ee5-815a-31a361d26275","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/resourceInstances/pnf65b0bb737ae90/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4563aa46-49c1-4658-9d83-279281ab2530","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/resourceInstances/pnf65b0bb737ae90/artifacts/vendor-license-model.xml","artifactChecksum":"NzQ5MGE3MWViZGI0NTBhMzQzZjg1ZmZhYzk5ZDdkZjc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"63771420-d3e7-493a-b4ee-3d5e22573517","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/resourceInstances/pnf65b0bb737ae90/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"30889f65-360e-4f10-97fa-7eef3c24830f","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/resourceInstances/pnf65b0bb737ae90/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7cdeed93-2e23-4071-83d4-f4d70aa56273","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfWuxckgl02u9secettox2-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/artifacts/service-DemoPnfWuxckgl02u9secettox2-template.yml","artifactChecksum":"NzZmYzdmMDRkYmIxM2U5ZGJhN2RiZTMwMmEwMzcxN2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"49f89c2e-35db-4ab6-9dda-df8cba8d1e34","artifactVersion":"1"},{"artifactName":"service-DemoPnfWuxckgl02u9secettox2-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/artifacts/service-DemoPnfWuxckgl02u9secettox2-csar.csar","artifactChecksum":"OWQxMzdmMzY1MGY2NjVjZmE3NzAyN2FhZjc2MGU3OGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fc8724fd-883e-43e4-8334-8bbacd4dc1b4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-12T00:42:48.260Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:42:48.261Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T00:42:48.261Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "cds",
  "timestamp": 1668213711230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/resourceInstances/pnf65b0bb737ae90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:42:48.262Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:42:48.263Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T00:42:48.263Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668213717247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/resourceInstances/pnf65b0bb737ae90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:42:48.263Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:42:48.263Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T00:42:48.263Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "policy-id",
  "timestamp": 1668213714544,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/resourceInstances/pnf65b0bb737ae90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:42:48.264Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:42:48.264Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T00:42:48.264Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "cds",
  "timestamp": 1668213711230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/resourceInstances/pnf65b0bb737ae90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:42:48.264Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:42:48.264Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T00:42:48.264Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668213717247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/resourceInstances/pnf65b0bb737ae90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:42:48.264Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:42:48.264Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T00:42:48.264Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "policy-id",
  "timestamp": 1668213714544,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/resourceInstances/pnf65b0bb737ae90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:42:48.264Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:42:48.264Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T00:42:48.265Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "cds",
  "timestamp": 1668213711230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/resourceInstances/pnf65b0bb737ae90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:42:48.265Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:42:48.265Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T00:42:48.265Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668213717247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/resourceInstances/pnf65b0bb737ae90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:42:48.265Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:42:48.265Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T00:42:48.265Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "policy-id",
  "timestamp": 1668213714544,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/resourceInstances/pnf65b0bb737ae90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:42:48.265Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:42:48.265Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T00:42:48.265Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "cds",
  "timestamp": 1668213711230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/resourceInstances/pnf65b0bb737ae90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:42:48.266Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:42:48.266Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T00:42:48.266Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668213717247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/resourceInstances/pnf65b0bb737ae90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:42:48.266Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:42:48.266Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T00:42:48.266Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "policy-id",
  "timestamp": 1668213714544,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/resourceInstances/pnf65b0bb737ae90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:42:48.266Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:42:48.266Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T00:42:48.266Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "cds",
  "timestamp": 1668213711230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/resourceInstances/pnf65b0bb737ae90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:42:48.266Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:42:48.267Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T00:42:48.267Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "policy-id",
  "timestamp": 1668213714544,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/resourceInstances/pnf65b0bb737ae90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:42:48.267Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:42:48.267Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T00:42:48.267Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668213717247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/resourceInstances/pnf65b0bb737ae90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:42:48.267Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:42:48.267Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T00:42:48.267Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "cds",
  "timestamp": 1668213711230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/resourceInstances/pnf65b0bb737ae90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:42:48.268Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:42:48.269Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:42:48.267Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:42:48.273Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T00:42:48.273Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "policy-id",
  "timestamp": 1668213714544,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/resourceInstances/pnf65b0bb737ae90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:42:48.273Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:42:48.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T00:42:48.274Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:42:48.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668213717247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/resourceInstances/pnf65b0bb737ae90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:42:48.274Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213767623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/resourceInstances/pnf65b0bb737ae90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:42:48.274Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:42:48.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T00:42:48.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "cds",
  "timestamp": 1668213711230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/artifacts/service-DemoPnfWuxckgl02u9secettox2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:42:48.274Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:42:48.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T00:42:48.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668213717247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/artifacts/service-DemoPnfWuxckgl02u9secettox2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:42:48.274Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:42:48.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T00:42:48.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "policy-id",
  "timestamp": 1668213714544,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/artifacts/service-DemoPnfWuxckgl02u9secettox2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:42:48.275Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:42:48.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T00:42:48.275Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "cds",
  "timestamp": 1668213711230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/artifacts/service-DemoPnfWuxckgl02u9secettox2-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T00:42:48.275Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:42:48.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T00:42:48.275Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "policy-id",
  "timestamp": 1668213714544,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/artifacts/service-DemoPnfWuxckgl02u9secettox2-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T00:42:48.275Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:42:48.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T00:42:48.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668213717247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/artifacts/service-DemoPnfWuxckgl02u9secettox2-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T00:42:48.276Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:42:48.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T00:42:48.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "cds",
  "timestamp": 1668213727243,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/artifacts/service-DemoPnfWuxckgl02u9secettox2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:42:48.276Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:42:48.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T00:42:48.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "policy-id",
  "timestamp": 1668213729300,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/artifacts/service-DemoPnfWuxckgl02u9secettox2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:42:48.277Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:42:48.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T00:42:48.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "policy-id",
  "timestamp": 1668213730307,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/artifacts/service-DemoPnfWuxckgl02u9secettox2-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T00:42:48.277Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:42:48.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T00:42:48.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "policy-id",
  "timestamp": 1668213731310,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-12T00:42:48.313Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3b1d63bf-3922-4452-8b95-85709f679434
2022-11-12T00:42:48.313Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b1d63bf-3922-4452-8b95-85709f679434 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-12T00:42:48.327Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T00:42:48.327Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668213734622,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/resourceInstances/pnf65b0bb737ae90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:42:48.328Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:42:48.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T00:42:48.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "aai-ml",
  "timestamp": 1668213735556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/resourceInstances/pnf65b0bb737ae90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:42:48.328Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:42:48.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T00:42:48.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668213734622,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/resourceInstances/pnf65b0bb737ae90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:42:48.328Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:42:48.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T00:42:48.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "aai-ml",
  "timestamp": 1668213735556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/resourceInstances/pnf65b0bb737ae90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:42:48.329Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:42:48.329Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T00:42:48.329Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668213734622,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/resourceInstances/pnf65b0bb737ae90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:42:48.329Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:42:48.329Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T00:42:48.329Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "aai-ml",
  "timestamp": 1668213735556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/resourceInstances/pnf65b0bb737ae90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:42:48.329Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:42:48.329Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T00:42:48.329Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668213734622,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/resourceInstances/pnf65b0bb737ae90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:42:48.330Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:42:48.330Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T00:42:48.330Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "aai-ml",
  "timestamp": 1668213735556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/resourceInstances/pnf65b0bb737ae90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:42:48.330Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:42:48.330Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T00:42:48.330Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668213734622,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/resourceInstances/pnf65b0bb737ae90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:42:48.330Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:42:48.330Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T00:42:48.330Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "aai-ml",
  "timestamp": 1668213735556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/resourceInstances/pnf65b0bb737ae90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:42:48.330Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:42:48.330Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T00:42:48.331Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668213734622,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/resourceInstances/pnf65b0bb737ae90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:42:48.331Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:42:48.331Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T00:42:48.331Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "aai-ml",
  "timestamp": 1668213735556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/resourceInstances/pnf65b0bb737ae90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:42:48.331Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:42:48.331Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T00:42:48.331Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668213734622,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/artifacts/service-DemoPnfWuxckgl02u9secettox2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:42:48.331Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:42:48.332Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T00:42:48.332Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "aai-ml",
  "timestamp": 1668213735556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/artifacts/service-DemoPnfWuxckgl02u9secettox2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:42:48.332Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:42:48.332Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T00:42:48.332Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668213734622,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/artifacts/service-DemoPnfWuxckgl02u9secettox2-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T00:42:48.332Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:42:48.332Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T00:42:48.332Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "aai-ml",
  "timestamp": 1668213735556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/artifacts/service-DemoPnfWuxckgl02u9secettox2-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T00:42:48.333Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:42:48.333Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T00:42:48.333Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668213743405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/artifacts/service-DemoPnfWuxckgl02u9secettox2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:42:48.333Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:42:48.333Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T00:42:48.333Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "aai-ml",
  "timestamp": 1668213744289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/artifacts/service-DemoPnfWuxckgl02u9secettox2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:42:48.334Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:42:48.334Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T00:42:48.334Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668213745367,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/artifacts/service-DemoPnfWuxckgl02u9secettox2-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T00:42:48.334Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:42:48.334Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T00:42:48.334Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668213746371,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-12T00:42:48.345Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3b1d63bf-3922-4452-8b95-85709f679434
2022-11-12T00:42:48.345Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b1d63bf-3922-4452-8b95-85709f679434 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-12T00:42:48.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T00:42:48.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "aai-ml",
  "timestamp": 1668213749297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/artifacts/service-DemoPnfWuxckgl02u9secettox2-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T00:42:48.359Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:42:48.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T00:42:48.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "aai-ml",
  "timestamp": 1668213750301,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-12T00:42:48.367Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3b1d63bf-3922-4452-8b95-85709f679434
2022-11-12T00:42:48.367Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b1d63bf-3922-4452-8b95-85709f679434 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-12T00:42:48.374Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:42:48.375Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:42:48.376Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:42:48.396Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:42:48.397Z||pool-89-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-11-12T00:42:49.275Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:42:49.276Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:42:49.279Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:42:49.279Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213767623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/resourceInstances/pnf65b0bb737ae90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:42:49.379Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:42:49.380Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:42:49.380Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:42:49.393Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:42:49.394Z||pool-90-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:42:50.280Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:42:50.281Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:42:50.285Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:42:50.285Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213767623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/resourceInstances/pnf65b0bb737ae90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:42:50.385Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-12T00:42:50.387Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:42:50.387Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:42:50.404Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:42:50.405Z||pool-91-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:42:51.286Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:42:51.287Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:42:51.291Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:42:51.291Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213767623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/resourceInstances/pnf65b0bb737ae90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:42:51.391Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:42:51.393Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:42:51.393Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:42:51.412Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:42:51.413Z||pool-92-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:42:52.292Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:42:52.293Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:42:52.295Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:42:52.295Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213767623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/resourceInstances/pnf65b0bb737ae90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:42:52.395Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:42:52.396Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:42:52.396Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:42:52.410Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:42:52.411Z||pool-93-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:42:53.296Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:42:53.298Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:42:53.303Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:42:53.303Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213767623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/resourceInstances/pnf65b0bb737ae90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:42:53.403Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:42:53.405Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:42:53.405Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:42:53.424Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:42:53.425Z||pool-94-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:42:54.304Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:42:54.305Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:42:54.308Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:42:54.308Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213767623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/artifacts/service-DemoPnfWuxckgl02u9secettox2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:42:54.408Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:42:54.409Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:42:54.409Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:42:54.425Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:42:54.426Z||pool-95-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:42:55.309Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:42:55.310Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:42:55.312Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:42:55.312Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213767623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/artifacts/service-DemoPnfWuxckgl02u9secettox2-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T00:42:55.412Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:42:55.413Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:42:55.413Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:42:55.433Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:42:55.434Z||pool-96-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-11-12T00:42:56.314Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "serviceName": "Demo_pNF_WuxCkGl02U9sEcETtox2",
  "serviceVersion": "1.0",
  "serviceUUID": "1fa512de-d2df-438e-8709-98ae26fcad09",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "5f5ff085-e1c5-40f3-adf9-74d8b6f6e5e4",
  "resources": [
    {
      "resourceInstanceName": "pNF 65b0bb73-7ae9 0",
      "resourceCustomizationUUID": "54ff4885-fc0d-4676-ba5d-ced7b03cc447",
      "resourceName": "pNF 65b0bb73-7ae9",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "55b7a10a-46b7-4ae7-8727-b0664179bee5",
      "resourceInvariantUUID": "fec5375f-93dd-461a-b9ec-731ffecd3faf",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfWuxckgl02u9secettox2-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/artifacts/service-DemoPnfWuxckgl02u9secettox2-csar.csar",
      "artifactChecksum": "OWQxMzdmMzY1MGY2NjVjZmE3NzAyN2FhZjc2MGU3OGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fc8724fd-883e-43e4-8334-8bbacd4dc1b4"
    }
  ],
  "workloadContext": "Production"
}
2022-11-12T00:42:56.315Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-12T00:42:56.315Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1fa512de-d2df-438e-8709-98ae26fcad09 ASDC
2022-11-12T00:42:56.315Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:3b1d63bf-3922-4452-8b95-85709f679434
ServiceName:Demo_pNF_WuxCkGl02U9sEcETtox2
ServiceVersion:1.0
ServiceUUID:1fa512de-d2df-438e-8709-98ae26fcad09
ServiceInvariantUUID:5f5ff085-e1c5-40f3-adf9-74d8b6f6e5e4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfWuxckgl02u9secettox2-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/artifacts/service-DemoPnfWuxckgl02u9secettox2-csar.csar
ArtifactUUID:fc8724fd-883e-43e4-8334-8bbacd4dc1b4
ArtifactChecksum:OWQxMzdmMzY1MGY2NjVjZmE3NzAyN2FhZjc2MGU3OGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 65b0bb73-7ae9 0
ResourceCustomizationUUID:54ff4885-fc0d-4676-ba5d-ced7b03cc447
ResourceInvariantUUID:fec5375f-93dd-461a-b9ec-731ffecd3faf
ResourceName:pNF 65b0bb73-7ae9
ResourceType:PNF
ResourceUUID:55b7a10a-46b7-4ae7-8727-b0664179bee5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-11-12T00:42:56.316Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1fa512de-d2df-438e-8709-98ae26fcad09 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-12T00:42:56.353Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-12T00:42:56.355Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-12T00:42:56.355Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-12T00:42:56.355Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fc8724fd-883e-43e4-8334-8bbacd4dc1b4 from URL: /sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/artifacts/service-DemoPnfWuxckgl02u9secettox2-csar.csar
2022-11-12T00:42:56.356Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-12T00:42:56.356Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/artifacts/service-DemoPnfWuxckgl02u9secettox2-csar.csar
2022-11-12T00:42:56.492Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-12T00:42:56.493Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/artifacts/service-DemoPnfWuxckgl02u9secettox2-csar.csar fc8724fd-883e-43e4-8334-8bbacd4dc1b4 87775
2022-11-12T00:42:56.494Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/artifacts/service-DemoPnfWuxckgl02u9secettox2-csar.csar ASDC sendASDCNotification
2022-11-12T00:42:56.494Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/artifacts/service-DemoPnfWuxckgl02u9secettox2-csar.csar
2022-11-12T00:42:56.494Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T00:42:56.495Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:42:56.498Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:42:56.499Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213776493,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/artifacts/service-DemoPnfWuxckgl02u9secettox2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:42:56.598Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-12T00:42:56.600Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:42:56.600Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:42:56.615Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:42:56.615Z||pool-97-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:42:57.500Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-12T00:42:57.502Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-12T00:42:57.503Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: fc8724fd-883e-43e4-8334-8bbacd4dc1b4, URL: /sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/artifacts/service-DemoPnfWuxckgl02u9secettox2-csar.csar to file: /app/ASDC/1/service-DemoPnfWuxckgl02u9secettox2-csar.csar
2022-11-12T00:42:57.503Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfWuxckgl02u9secettox2-csar.csar
2022-11-12T00:42:57.504Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfWuxckgl02u9secettox2-csar.csar
2022-11-12T00:42:57.505Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfWuxckgl02u9secettox2-csar.csar
2022-11-12T00:42:57.769Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14514885781711113279/Definitions/service-DemoPnfWuxckgl02u9secettox2-template.yml
2022-11-12T00:42:59.091Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-12T00:42:59.092Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-12T00:42:59.092Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfWuxckgl02u9secettox2-csar.csar
2022-11-12T00:42:59.092Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-12T00:42:59.092Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfWuxckgl02u9secettox2-csar.csar
2022-11-12T00:42:59.092Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfWuxckgl02u9secettox2-csar.csar
2022-11-12T00:42:59.092Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWuxckgl02u9secettox2-csar.csar
2022-11-12T00:42:59.092Z|3b1d63bf-3922-4452-8b95-85709f679434|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-DemoPnfWuxckgl02u9secettox2-csar.csar
2022-11-12T00:42:59.092Z|3b1d63bf-3922-4452-8b95-85709f679434|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-DemoPnfWuxckgl02u9secettox2-csar.csar
2022-11-12T00:42:59.092Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 65b0bb73-7ae9 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-DemoPnfWuxckgl02u9secettox2-csar.csar
2022-11-12T00:42:59.092Z|3b1d63bf-3922-4452-8b95-85709f679434|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-DemoPnfWuxckgl02u9secettox2-csar.csar
2022-11-12T00:42:59.093Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-12T00:42:59.093Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:42:59.093Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_WuxCkGl02U9sEcETtox2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:42:59.093Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||Node template pNF 65b0bb73-7ae9 0 is matching search criteria
2022-11-12T00:42:59.094Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-12T00:42:59.094Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 65b0bb73-7ae9 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-12T00:42:59.094Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:42:59.094Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_WuxCkGl02U9sEcETtox2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:42:59.094Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||Node template pNF 65b0bb73-7ae9 0 is matching search criteria
2022-11-12T00:42:59.094Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-12T00:42:59.094Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 65b0bb73-7ae9 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-12T00:42:59.094Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:42:59.095Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_WuxCkGl02U9sEcETtox2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:42:59.095Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:42:59.095Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_WuxCkGl02U9sEcETtox2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:42:59.095Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:42:59.095Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_WuxCkGl02U9sEcETtox2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:42:59.095Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:42:59.095Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_WuxCkGl02U9sEcETtox2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:42:59.095Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:42:59.096Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_WuxCkGl02U9sEcETtox2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:42:59.096Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_WuxCkGl02U9sEcETtox2
Description:catalog service description
Model UUID:1fa512de-d2df-438e-8709-98ae26fcad09
Model Version:NULL
Model InvariantUuid:5f5ff085-e1c5-40f3-adf9-74d8b6f6e5e4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-12T00:42:59.126Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 55b7a10a-46b7-4ae7-8727-b0664179bee5
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-12T00:42:59.143Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||INFO|500||pNF 65b0bb73-7ae9 0
2022-11-12T00:42:59.143Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 55b7a10a-46b7-4ae7-8727-b0664179bee5
2022-11-12T00:42:59.143Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 1fa512de-d2df-438e-8709-98ae26fcad09
2022-11-12T00:42:59.144Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 1fa512de-d2df-438e-8709-98ae26fcad09
2022-11-12T00:42:59.144Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 65b0bb73-7ae9 0 55b7a10a-46b7-4ae7-8727-b0664179bee5 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-12T00:42:59.152Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@12ee4b18, org.onap.sdc.toscaparser.api.parameters.Input@5303c896, org.onap.sdc.toscaparser.api.parameters.Input@18d134b0, org.onap.sdc.toscaparser.api.parameters.Input@1ff0be28, org.onap.sdc.toscaparser.api.parameters.Input@7f268045]
2022-11-12T00:42:59.153Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:42:59.153Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_WuxCkGl02U9sEcETtox2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:42:59.154Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 1fa512de-d2df-438e-8709-98ae26fcad09: pNF 65b0bb73-7ae9
2022-11-12T00:42:59.154Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||INFO|500||Processing PNF resource: 55b7a10a-46b7-4ae7-8727-b0664179bee5
2022-11-12T00:42:59.154Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:42:59.154Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_WuxCkGl02U9sEcETtox2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:42:59.155Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||INFO|500||Resource customization UUID: 54ff4885-fc0d-4676-ba5d-ced7b03cc447 is the same as notified resource customizationUUID: 54ff4885-fc0d-4676-ba5d-ced7b03cc447
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-11-12T00:42:59.222Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 65b0bb73-7ae9 55b7a10a-46b7-4ae7-8727-b0664179bee5 0 ASDC deployResourceStructure
2022-11-12T00:42:59.222Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/artifacts/service-DemoPnfWuxckgl02u9secettox2-csar.csar ASDC sendASDCNotification
2022-11-12T00:42:59.222Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/artifacts/service-DemoPnfWuxckgl02u9secettox2-csar.csar
2022-11-12T00:42:59.222Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-12T00:42:59.223Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:42:59.226Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:42:59.227Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213779222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/artifacts/service-DemoPnfWuxckgl02u9secettox2-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T00:42:59.326Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-12T00:42:59.327Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:42:59.328Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:42:59.348Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:42:59.349Z||pool-98-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:43:00.227Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b1d63bf-3922-4452-8b95-85709f679434
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T00:43:00.257Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b1d63bf-3922-4452-8b95-85709f679434
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T00:43:00.263Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-12T00:43:00.263Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-12T00:43:00.263Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-12T00:43:00.263Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-12T00:43:00.263Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T00:43:00.263Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T00:43:00.264Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T00:43:00.264Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T00:43:00.264Z|3b1d63bf-3922-4452-8b95-85709f679434|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-11-12T00:43:00.271Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-12T00:43:30.271Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3b1d63bf-3922-4452-8b95-85709f679434 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-12T00:43:30.282Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3b1d63bf-3922-4452-8b95-85709f679434 and serviceModelVersionId: 1fa512de-d2df-438e-8709-98ae26fcad09
2022-11-12T00:43:30.283Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5f5ff085-e1c5-40f3-adf9-74d8b6f6e5e4
2022-11-12T00:43:30.284Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5f5ff085-e1c5-40f3-adf9-74d8b6f6e5e4/model-vers/model-ver/1fa512de-d2df-438e-8709-98ae26fcad09?depth=0
2022-11-12T00:43:30.291Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-11-12T00:43:30.326Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5f5ff085-e1c5-40f3-adf9-74d8b6f6e5e4/model-vers/model-ver/1fa512de-d2df-438e-8709-98ae26fcad09?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-11-12T00:43:30.327Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5f5ff085-e1c5-40f3-adf9-74d8b6f6e5e4/model-vers/model-ver/1fa512de-d2df-438e-8709-98ae26fcad09?depth=0|INFO|500||Invoke
2022-11-12T00:43:30.333Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5f5ff085-e1c5-40f3-adf9-74d8b6f6e5e4/model-vers/model-ver/1fa512de-d2df-438e-8709-98ae26fcad09?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-12T00:43:30.462Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5f5ff085-e1c5-40f3-adf9-74d8b6f6e5e4/model-vers/model-ver/1fa512de-d2df-438e-8709-98ae26fcad09?depth=0|INFO|500||InvokeReturn
2022-11-12T00:43:30.463Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5f5ff085-e1c5-40f3-adf9-74d8b6f6e5e4/model-vers/model-ver/1fa512de-d2df-438e-8709-98ae26fcad09?depth=0 has http status code:200 and response headers:{date=[Sat, 12 Nov 2022 00:43:29 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[124], vertex-id=[237712], x-aai-txid=[0-aai-resources-221112-00:43:29:989-79617], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-12T00:43:30.463Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-11-12T00:43:30.463Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-12T00:43:30.463Z|3b1d63bf-3922-4452-8b95-85709f679434|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-11-12T00:43:30.470Z|3b1d63bf-3922-4452-8b95-85709f679434|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-11-12T00:43:30.471Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3b1d63bf-3922-4452-8b95-85709f679434 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-12T00:43:30.471Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-12T00:43:30.472Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:43:30.476Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:43:30.476Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213810471,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-12T00:43:30.576Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:43:30.577Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:43:30.577Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:43:30.601Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:43:30.601Z||pool-99-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-12T00:43:47.623Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:43:47.625Z|3b1d63bf-3922-4452-8b95-85709f679434|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-11-12T00:43:47.625Z|3b1d63bf-3922-4452-8b95-85709f679434|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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:43:47.625Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:43:47.626Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:43:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:43:47.758Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:43:47.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T00:43:47.758Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213767623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/resourceInstances/pnf65b0bb737ae90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:43:47.760Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:43:57.176Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:44:47.623Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:44:47.624Z|3b1d63bf-3922-4452-8b95-85709f679434|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-11-12T00:44:47.625Z|3b1d63bf-3922-4452-8b95-85709f679434|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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:44:47.626Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:44:47.626Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:44:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:44:48.155Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:44:48.155Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:44:48.156Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213767623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/resourceInstances/pnf65b0bb737ae90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:44:48.157Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:44:48.157Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:44:48.157Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213767623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/resourceInstances/pnf65b0bb737ae90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:44:48.157Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:44:48.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:44:48.159Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213767623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/resourceInstances/pnf65b0bb737ae90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:44:48.159Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:44:48.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:44:48.160Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213767623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/resourceInstances/pnf65b0bb737ae90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:44:48.160Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:44:48.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:44:48.160Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213767623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/resourceInstances/pnf65b0bb737ae90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:44:48.160Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:44:48.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:44:48.161Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213767623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/artifacts/service-DemoPnfWuxckgl02u9secettox2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:44:48.161Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:44:48.161Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:44:48.161Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213767623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/artifacts/service-DemoPnfWuxckgl02u9secettox2-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T00:44:48.161Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:44:48.161Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:44:48.161Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213776493,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/artifacts/service-DemoPnfWuxckgl02u9secettox2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:44:48.162Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:44:48.162Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:44:48.162Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213779222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWuxckgl02u9secettox2/1.0/artifacts/service-DemoPnfWuxckgl02u9secettox2-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T00:44:48.162Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:44:48.162Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:44:48.162Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b1d63bf-3922-4452-8b95-85709f679434",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668213810471,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-12T00:44:48.162Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:44:57.201Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:45:47.623Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:45:47.624Z|3b1d63bf-3922-4452-8b95-85709f679434|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-11-12T00:45:47.624Z|3b1d63bf-3922-4452-8b95-85709f679434|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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:45:47.625Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:45:47.626Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:45:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:45:57.173Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:45:57.177Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:46:47.623Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:46:47.624Z|3b1d63bf-3922-4452-8b95-85709f679434|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-11-12T00:46:47.624Z|3b1d63bf-3922-4452-8b95-85709f679434|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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:46:47.626Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:46:47.626Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:46:47.626Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:46:57.220Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:46:57.225Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:47:47.623Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:47:47.624Z|3b1d63bf-3922-4452-8b95-85709f679434|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-11-12T00:47:47.624Z|3b1d63bf-3922-4452-8b95-85709f679434|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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:47:47.625Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:47:47.626Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:47:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:47:57.180Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:47:57.183Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:48:47.623Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:48:47.624Z|3b1d63bf-3922-4452-8b95-85709f679434|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-11-12T00:48:47.624Z|3b1d63bf-3922-4452-8b95-85709f679434|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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:48:47.626Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:48:47.626Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:48:47.626Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:48:57.180Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:48:57.189Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:49:47.624Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:49:47.624Z|3b1d63bf-3922-4452-8b95-85709f679434|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-11-12T00:49:47.624Z|3b1d63bf-3922-4452-8b95-85709f679434|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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:49:47.626Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:49:47.626Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:49:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:49:57.204Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:49:57.252Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:50:47.623Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:50:47.625Z|3b1d63bf-3922-4452-8b95-85709f679434|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-11-12T00:50:47.625Z|3b1d63bf-3922-4452-8b95-85709f679434|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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:50:47.626Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:50:47.626Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:50:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:50:57.221Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:50:57.223Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:51:47.623Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:51:47.624Z|3b1d63bf-3922-4452-8b95-85709f679434|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-11-12T00:51:47.624Z|3b1d63bf-3922-4452-8b95-85709f679434|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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:51:47.625Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:51:47.626Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:51:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:51:48.180Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:51:48.181Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:51:48.181Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "policy-id",
  "timestamp": 1668214294544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:51:48.183Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:51:48.183Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:51:48.183Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "policy-id",
  "timestamp": 1668214294544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:51:48.183Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:51:48.183Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:51:48.183Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "policy-id",
  "timestamp": 1668214294544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-12T00:51:48.183Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:51:48.184Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:51:48.184Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "cds",
  "timestamp": 1668214296230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:51:48.184Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:51:48.184Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:51:48.184Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668214297247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:51:48.184Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:51:48.184Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:51:48.184Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "policy-id",
  "timestamp": 1668214294544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:51:48.184Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:51:48.184Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:51:48.184Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "cds",
  "timestamp": 1668214296230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:51:48.185Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:51:48.185Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:51:48.185Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668214297247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-12T00:51:48.185Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:51:48.185Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:51:48.185Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "policy-id",
  "timestamp": 1668214294544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:51:48.185Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:51:48.185Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:51:48.185Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "cds",
  "timestamp": 1668214296230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:51:48.185Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:51:48.186Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:51:48.186Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668214297247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-12T00:51:48.186Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:51:48.186Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:51:48.186Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "policy-id",
  "timestamp": 1668214294544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:51:48.186Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:51:48.186Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:51:48.186Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "cds",
  "timestamp": 1668214296230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:51:48.186Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:51:48.186Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:51:48.187Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668214297247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:51:48.187Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:51:48.187Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:51:48.187Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "policy-id",
  "timestamp": 1668214294544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:51:48.187Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:51:48.187Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:51:48.188Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "cds",
  "timestamp": 1668214296230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:51:48.188Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:51:48.188Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:51:48.188Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668214297247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-12T00:51:48.188Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:51:48.188Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:51:48.188Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "policy-id",
  "timestamp": 1668214294544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T00:51:48.188Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:51:48.188Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:51:48.189Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "cds",
  "timestamp": 1668214296230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:51:48.189Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:51:48.189Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:51:48.189Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668214297247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:51:48.189Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:51:48.189Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:51:48.189Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "policy-id",
  "timestamp": 1668214304803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:51:48.189Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:51:48.190Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:51:48.190Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "cds",
  "timestamp": 1668214296230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:51:48.190Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:51:48.190Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:51:48.190Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668214297247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:51:48.190Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:51:48.190Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:51:48.190Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "policy-id",
  "timestamp": 1668214305809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T00:51:48.191Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:51:48.191Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:51:48.191Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "cds",
  "timestamp": 1668214296230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T00:51:48.191Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:51:48.191Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:51:48.191Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668214297247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T00:51:48.191Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:51:48.191Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:51:48.191Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "policy-id",
  "timestamp": 1668214306812,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-12T00:51:48.218Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 264bfa67-ae13-4209-9928-0047facbadd4
2022-11-12T00:51:48.219Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 264bfa67-ae13-4209-9928-0047facbadd4 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-12T00:51:48.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:51:48.239Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "cds",
  "timestamp": 1668214305011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:51:48.239Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:51:48.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:51:48.239Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668214304622,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:51:48.240Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:51:48.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:51:48.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668214305988,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:51:48.240Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:51:48.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:51:48.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "aai-ml",
  "timestamp": 1668214305556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:51:48.240Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:51:48.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:51:48.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668214304622,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:51:48.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:51:48.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:51:48.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "aai-ml",
  "timestamp": 1668214305556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:51:48.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:51:48.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:51:48.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668214307125,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:51:48.242Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:51:48.305Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:51:48.306Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-12T00:51:48.306Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"264bfa67-ae13-4209-9928-0047facbadd4","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"801821c6-d8c6-4700-973b-ec60a0d405e0","serviceDescription":"service","serviceInvariantUUID":"b7c9e67d-97ca-4fe4-8f92-635bdb28adbc","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2d1287b2-1fd9-4ef8-b294-1f7d3848b4ea","resourceInvariantUUID":"ab58e9b4-2a4c-4624-9a7e-e08f3d8f6f97","resourceCustomizationUUID":"848fa6ca-a2c1-4e4f-a95a-c840bd85b5da","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":"ZTg5NzhmMGUwNTIyNmVmYTRiMTUwM2ZlMjg3NzQ0ZmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"43e4214d-43c8-4810-9309-3ef265410a44","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":"NWQ1ZDdiZWI5ODVlY2M4YzUxZThjNDA5NDNkNjZlMDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"141556a5-ed57-4b45-9759-878b935a1819","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":"9ec336bb-a67f-4d25-9e46-f77ce44f654e","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":"db9d09da-585e-4170-93a6-275116099c79","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":"ea256064-f14f-4865-8de1-6198d1cf964b","artifactVersion":"2","generatedFromUUID":"9ec336bb-a67f-4d25-9e46-f77ce44f654e"},{"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":"MjU3MTI5ODJlZTdjMTUwMzIzYWE2NTg3Y2ZkNTQ2NmI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d3ef6742-00d0-45fa-bed5-1669353687b8","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":"ZTUzM2MwOWQ2MzdhN2RiOTIzMzFmOTk1Y2E2NjU1YTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ca2f9208-0dbf-4d6f-a416-3ec17a4cf4a2","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YmUyMjFiNDlkZmZkODJhNGI4NjU5ZmYzYmFhM2RmMWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d275f103-c235-470d-b803-cffc1f4b97cf","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-12T00:51:48.309Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:51:48.310Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:51:48.314Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:51:48.315Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214307623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:51:48.415Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:51:48.416Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:51:48.416Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:51:48.436Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:51:48.437Z||pool-100-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:51:49.315Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:51:49.316Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:51:49.318Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:51:49.318Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214307623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-12T00:51:49.419Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-12T00:51:49.420Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:51:49.420Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:51:49.434Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:51:49.435Z||pool-101-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-12T00:51:50.319Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:51:50.320Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:51:50.322Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:51:50.322Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214307623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-12T00:51:50.425Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-11-12T00:51:50.427Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:51:50.427Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:51:50.443Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:51:50.444Z||pool-102-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-12T00:51:51.322Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:51:51.323Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:51:51.325Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:51:51.325Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214307623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:51:51.425Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:51:51.427Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:51:51.427Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:51:51.448Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:51:51.449Z||pool-103-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:51:52.326Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:51:52.327Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:51:52.328Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:51:52.329Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214307623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-12T00:51:52.429Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:51:52.430Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:51:52.430Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:51:52.445Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:51:52.446Z||pool-104-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:51:53.329Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:51:53.331Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:51:53.333Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:51:53.333Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214307623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:51:53.434Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:51:53.435Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:51:53.438Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:51:53.454Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:51:53.454Z||pool-105-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:51:54.334Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:51:54.334Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:51:54.337Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:51:54.337Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214307623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:51:54.438Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-12T00:51:54.439Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:51:54.439Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:51:54.467Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:51:54.468Z||pool-106-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:51:55.338Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:51:55.339Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:51:55.341Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:51:55.341Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214307623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T00:51:55.444Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-11-12T00:51:55.445Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:51:55.445Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:51:55.464Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:51:55.464Z||pool-107-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:51:56.343Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "801821c6-d8c6-4700-973b-ec60a0d405e0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b7c9e67d-97ca-4fe4-8f92-635bdb28adbc",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "848fa6ca-a2c1-4e4f-a95a-c840bd85b5da",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2d1287b2-1fd9-4ef8-b294-1f7d3848b4ea",
      "resourceInvariantUUID": "ab58e9b4-2a4c-4624-9a7e-e08f3d8f6f97",
      "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": "NWQ1ZDdiZWI5ODVlY2M4YzUxZThjNDA5NDNkNjZlMDI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "141556a5-ed57-4b45-9759-878b935a1819",
          "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": "9ec336bb-a67f-4d25-9e46-f77ce44f654e",
          "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": "ea256064-f14f-4865-8de1-6198d1cf964b",
            "generatedFromUUID": "9ec336bb-a67f-4d25-9e46-f77ce44f654e"
          },
          "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": "ea256064-f14f-4865-8de1-6198d1cf964b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "YmUyMjFiNDlkZmZkODJhNGI4NjU5ZmYzYmFhM2RmMWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d275f103-c235-470d-b803-cffc1f4b97cf"
    }
  ],
  "workloadContext": "Production"
}
2022-11-12T00:51:56.343Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-12T00:51:56.343Z|3b1d63bf-3922-4452-8b95-85709f679434|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 801821c6-d8c6-4700-973b-ec60a0d405e0 ASDC
2022-11-12T00:51:56.344Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:264bfa67-ae13-4209-9928-0047facbadd4
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:801821c6-d8c6-4700-973b-ec60a0d405e0
ServiceInvariantUUID:b7c9e67d-97ca-4fe4-8f92-635bdb28adbc
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:d275f103-c235-470d-b803-cffc1f4b97cf
ArtifactChecksum:YmUyMjFiNDlkZmZkODJhNGI4NjU5ZmYzYmFhM2RmMWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:848fa6ca-a2c1-4e4f-a95a-c840bd85b5da
ResourceInvariantUUID:ab58e9b4-2a4c-4624-9a7e-e08f3d8f6f97
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:2d1287b2-1fd9-4ef8-b294-1f7d3848b4ea
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:141556a5-ed57-4b45-9759-878b935a1819
ArtifactChecksum:NWQ1ZDdiZWI5ODVlY2M4YzUxZThjNDA5NDNkNjZlMDI=
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:9ec336bb-a67f-4d25-9e46-f77ce44f654e
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:ea256064-f14f-4865-8de1-6198d1cf964b
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:ea256064-f14f-4865-8de1-6198d1cf964b
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-12T00:51:56.344Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 801821c6-d8c6-4700-973b-ec60a0d405e0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-12T00:51:56.402Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-12T00:51:56.403Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-12T00:51:56.403Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-12T00:51:56.404Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d275f103-c235-470d-b803-cffc1f4b97cf from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-12T00:51:56.404Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-12T00:51:56.404Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-12T00:51:56.500Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-12T00:51:56.501Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar d275f103-c235-470d-b803-cffc1f4b97cf 82618
2022-11-12T00:51:56.502Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-11-12T00:51:56.502Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-12T00:51:56.502Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T00:51:56.502Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:51:56.504Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:51:56.504Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214316502,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:51:56.605Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:51:56.606Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:51:56.606Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:51:56.618Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:51:56.619Z||pool-108-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-12T00:51:57.505Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-12T00:51:57.506Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-12T00:51:57.507Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: d275f103-c235-470d-b803-cffc1f4b97cf, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-12T00:51:57.507Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-11-12T00:51:57.508Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-12T00:51:57.509Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-12T00:51:57.762Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12832073308985555397/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-11-12T00:51:59.456Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-12T00:51:59.456Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-12T00:51:59.456Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-12T00:51:59.456Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-12T00:51:59.456Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-12T00:51:59.456Z|264bfa67-ae13-4209-9928-0047facbadd4|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-BasicVmMacro-csar.csar
2022-11-12T00:51:59.456Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-12T00:51:59.457Z|264bfa67-ae13-4209-9928-0047facbadd4|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-BasicVmMacro-csar.csar
2022-11-12T00:51:59.457Z|264bfa67-ae13-4209-9928-0047facbadd4|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-BasicVmMacro-csar.csar
2022-11-12T00:51:59.457Z|264bfa67-ae13-4209-9928-0047facbadd4|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-BasicVmMacro-csar.csar
2022-11-12T00:51:59.457Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-12T00:51:59.457Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-12T00:51:59.457Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:51:59.457Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:51:59.457Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-12T00:51:59.458Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-12T00:51:59.458Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-12T00:51:59.458Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:51:59.458Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:51:59.459Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-12T00:51:59.459Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-12T00:51:59.459Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-12T00:51:59.459Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:51:59.459Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:51:59.460Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:51:59.460Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-12T00:51:59.460Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-11-12T00:51:59.460Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-11-12T00:51:59.460Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-11-12T00:51:59.461Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-12T00:51:59.461Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-12T00:51:59.461Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:51:59.461Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-12T00:51:59.461Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:51:59.462Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-12T00:51:59.462Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T00:51:59.462Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:51:59.462Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-12T00:51:59.463Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T00:51:59.463Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:51:59.463Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-12T00:51:59.463Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T00:51:59.463Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:51:59.464Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-12T00:51:59.464Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-12T00:51:59.464Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-12T00:51:59.464Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=58b9e686-4315-4723-b950-d71c52b08e7f
2022-11-12T00:51:59.464Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:51:59.465Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:51:59.465Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:51:59.465Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:51:59.465Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:51:59.466Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:51:59.466Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:51:59.466Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:51:59.466Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:801821c6-d8c6-4700-973b-ec60a0d405e0
Model Version:NULL
Model InvariantUuid:b7c9e67d-97ca-4fe4-8f92-635bdb28adbc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:9530d102-c07b-4ee7-b6fe-2d447d740617
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ab58e9b4-2a4c-4624-9a7e-e08f3d8f6f97
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:848fa6ca-a2c1-4e4f-a95a-c840bd85b5da
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4d0aa2ba-b7a5-40ee-856b-4942ecffb831
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:51cd6249-1706-466a-b444-5327c97ed7bc
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:58b9e686-4315-4723-b950-d71c52b08e7f
ModelInvariantUuid:fb9e9423-b56d-433a-a10d-9c182a5d75f8
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:60346718-ab52-45fe-ad45-93a008ad076c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:8b522f55-ac3f-4631-8cfa-3255010cb15a
ModelInvariantUuid:26e930cd-487c-4eff-a604-9b7cfae5178c
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:9bd8e98a-da48-407c-8008-a53ea84ad65c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-12T00:51:59.488Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 2d1287b2-1fd9-4ef8-b294-1f7d3848b4ea
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-12T00:51:59.496Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||basic_vm_macro 0
2022-11-12T00:51:59.496Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2d1287b2-1fd9-4ef8-b294-1f7d3848b4ea
2022-11-12T00:51:59.496Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 141556a5-ed57-4b45-9759-878b935a1819 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-11-12T00:51:59.497Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-12T00:51:59.497Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-11-12T00:51:59.742Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-12T00:51:59.743Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 141556a5-ed57-4b45-9759-878b935a1819 792
2022-11-12T00:51:59.743Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-11-12T00:51:59.743Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-11-12T00:51:59.743Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T00:51:59.743Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:51:59.746Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:51:59.746Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214319743,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:51:59.846Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:51:59.848Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:51:59.848Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:51:59.868Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:51:59.869Z||pool-109-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:52:00.746Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "4d0aa2ba-b7a5-40ee-856b-4942ecffb831",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "51cd6249-1706-466a-b444-5327c97ed7bc",
    "vfModuleModelCustomizationUUID": "a9705e2e-c68a-4737-a19d-99547f4fff66",
    "isBase": true,
    "artifacts": [
      "9ec336bb-a67f-4d25-9e46-f77ce44f654e",
      "ea256064-f14f-4865-8de1-6198d1cf964b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-12T00:52:00.751Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:51cd6249-1706-466a-b444-5327c97ed7bc
VfModuleModelInvariantUUID:4d0aa2ba-b7a5-40ee-856b-4942ecffb831
VfModuleModelDescription:NULL
Artifacts UUID List:{
9ec336bb-a67f-4d25-9e46-f77ce44f654e
,
ea256064-f14f-4865-8de1-6198d1cf964b

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-11-12T00:52:00.753Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "4d0aa2ba-b7a5-40ee-856b-4942ecffb831",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "51cd6249-1706-466a-b444-5327c97ed7bc",
    "vfModuleModelCustomizationUUID": "a9705e2e-c68a-4737-a19d-99547f4fff66",
    "isBase": true,
    "artifacts": [
      "9ec336bb-a67f-4d25-9e46-f77ce44f654e",
      "ea256064-f14f-4865-8de1-6198d1cf964b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-12T00:52:00.753Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:51cd6249-1706-466a-b444-5327c97ed7bc
VfModuleModelInvariantUUID:4d0aa2ba-b7a5-40ee-856b-4942ecffb831
VfModuleModelDescription:NULL
Artifacts UUID List:{
9ec336bb-a67f-4d25-9e46-f77ce44f654e
,
ea256064-f14f-4865-8de1-6198d1cf964b

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-11-12T00:52:00.754Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9ec336bb-a67f-4d25-9e46-f77ce44f654e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-11-12T00:52:00.754Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-12T00:52:00.754Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-11-12T00:52:00.891Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-12T00:52:00.891Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 9ec336bb-a67f-4d25-9e46-f77ce44f654e 5033
2022-11-12T00:52:00.891Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-11-12T00:52:00.891Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-11-12T00:52:00.892Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T00:52:00.892Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:52:00.895Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:52:00.895Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214320891,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:52:00.997Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-12T00:52:01.005Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:52:01.005Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:52:01.034Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:52:01.035Z||pool-110-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:52:01.896Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ea256064-f14f-4865-8de1-6198d1cf964b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-11-12T00:52:01.896Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-12T00:52:01.896Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-11-12T00:52:02.043Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-12T00:52:02.043Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ea256064-f14f-4865-8de1-6198d1cf964b 903
2022-11-12T00:52:02.044Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-11-12T00:52:02.044Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-11-12T00:52:02.044Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T00:52:02.044Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:52:02.046Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:52:02.046Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214322044,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:52:02.150Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-11-12T00:52:02.153Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:52:02.153Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:52:02.181Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:52:02.183Z||pool-111-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:52:03.047Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 801821c6-d8c6-4700-973b-ec60a0d405e0
2022-11-12T00:52:03.047Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 2d1287b2-1fd9-4ef8-b294-1f7d3848b4ea ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-12T00:52:03.078Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4de1bfc3, org.onap.sdc.toscaparser.api.parameters.Input@79ff097f, org.onap.sdc.toscaparser.api.parameters.Input@5207b67d, org.onap.sdc.toscaparser.api.parameters.Input@cd6944, org.onap.sdc.toscaparser.api.parameters.Input@4012c139]
2022-11-12T00:52:03.080Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:52:03.080Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:52:03.081Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-11-12T00:52:03.081Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 848fa6ca-a2c1-4e4f-a95a-c840bd85b5da
2022-11-12T00:52:03.081Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 848fa6ca-a2c1-4e4f-a95a-c840bd85b5da matches Tosca VF Customization UUID: 848fa6ca-a2c1-4e4f-a95a-c840bd85b5da
2022-11-12T00:52:03.082Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 848fa6ca-a2c1-4e4f-a95a-c840bd85b5da  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-12T00:52:03.090Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:52:03.090Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:52:03.091Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 848fa6ca-a2c1-4e4f-a95a-c840bd85b5da: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"}
2022-11-12T00:52:03.091Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4590a560
2022-11-12T00:52:03.091Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:52:03.092Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-12T00:52:03.092Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a9705e2e-c68a-4737-a19d-99547f4fff66
2022-11-12T00:52:03.092Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a9705e2e-c68a-4737-a19d-99547f4fff66
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-12T00:52:03.103Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:52:03.103Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-12T00:52:03.104Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T00:52:03.104Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:52:03.104Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-12T00:52:03.104Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T00:52:03.104Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:52:03.104Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-12T00:52:03.105Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-12T00:52:03.105Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-12T00:52:03.105Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=58b9e686-4315-4723-b950-d71c52b08e7f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-12T00:52:03.108Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:52:03.108Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-12T00:52:03.109Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T00:52:03.109Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:52:03.109Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-12T00:52:03.109Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=848fa6ca-a2c1-4e4f-a95a-c840bd85b5da
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-12T00:52:03.113Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:52:03.113Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:52:03.114Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 801821c6-d8c6-4700-973b-ec60a0d405e0: basic_vm_macro
2022-11-12T00:52:03.114Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:52:03.114Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:52:03.114Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:52:03.115Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:52:03.115Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:52:03.115Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:52:03.115Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:52:03.115Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:52:03.116Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:52:03.116Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:52:03.116Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-12T00:52:03.258Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 2d1287b2-1fd9-4ef8-b294-1f7d3848b4ea 1 ASDC deployResourceStructure
2022-11-12T00:52:03.258Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-11-12T00:52:03.258Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-11-12T00:52:03.259Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-12T00:52:03.259Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:52:03.263Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:52:03.263Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214323258,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-12T00:52:03.363Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:52:03.364Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:52:03.364Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:52:03.380Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:52:03.381Z||pool-112-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:52:04.264Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-11-12T00:52:04.265Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-11-12T00:52:04.265Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-12T00:52:04.265Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:52:04.268Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:52:04.268Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214324264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-12T00:52:04.368Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:52:04.369Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:52:04.369Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:52:04.391Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:52:04.391Z||pool-113-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:52:05.269Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-11-12T00:52:05.269Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-11-12T00:52:05.270Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-12T00:52:05.270Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:52:05.272Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:52:05.272Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214325269,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-12T00:52:05.372Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:52:05.374Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:52:05.374Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:52:05.390Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:52:05.390Z||pool-114-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:52:06.273Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-11-12T00:52:06.274Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-12T00:52:06.274Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-12T00:52:06.274Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:52:06.276Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:52:06.276Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214326273,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T00:52:06.377Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-12T00:52:06.378Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:52:06.378Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:52:06.399Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:52:06.400Z||pool-115-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-11-12T00:52:07.277Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 264bfa67-ae13-4209-9928-0047facbadd4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T00:52:07.292Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 264bfa67-ae13-4209-9928-0047facbadd4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T00:52:07.295Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-12T00:52:07.295Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-12T00:52:07.295Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-12T00:52:37.295Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 264bfa67-ae13-4209-9928-0047facbadd4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T00:52:37.327Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 264bfa67-ae13-4209-9928-0047facbadd4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T00:52:37.330Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-12T00:52:37.331Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-12T00:52:37.331Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-12T00:52:47.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:52:47.629Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:52:47.629Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:52:47.654Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:52:47.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:52:47.655Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668214304622,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:52:47.656Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:53:07.331Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 264bfa67-ae13-4209-9928-0047facbadd4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T00:53:07.347Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 264bfa67-ae13-4209-9928-0047facbadd4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T00:53:07.351Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-12T00:53:07.352Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-12T00:53:07.352Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-12T00:53:37.352Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 264bfa67-ae13-4209-9928-0047facbadd4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T00:53:37.368Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 264bfa67-ae13-4209-9928-0047facbadd4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T00:53:37.372Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-12T00:53:37.373Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-12T00:53:37.374Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-12T00:53:47.626Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:53:47.627Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:53:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:53:47.657Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:53:47.658Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:53:47.658Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214307623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:53:47.659Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:07.374Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 264bfa67-ae13-4209-9928-0047facbadd4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T00:54:07.396Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 264bfa67-ae13-4209-9928-0047facbadd4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T00:54:07.399Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-12T00:54:07.399Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-12T00:54:07.399Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-12T00:54:37.400Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 264bfa67-ae13-4209-9928-0047facbadd4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T00:54:37.431Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 264bfa67-ae13-4209-9928-0047facbadd4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T00:54:37.447Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-12T00:54:37.449Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-12T00:54:37.449Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-12T00:54:47.626Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:54:47.627Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:54:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:54:48.162Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:54:48.164Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.164Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "aai-ml",
  "timestamp": 1668214305556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:54:48.165Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.165Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.165Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668214308182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:54:48.166Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:54:48.166Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.166Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668214304622,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:54:48.166Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.166Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.166Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214307623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-12T00:54:48.170Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.170Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "aai-ml",
  "timestamp": 1668214305556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:54:48.170Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.171Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668214309213,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-12T00:54:48.192Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 264bfa67-ae13-4209-9928-0047facbadd4
2022-11-12T00:54:48.193Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 264bfa67-ae13-4209-9928-0047facbadd4 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-11-12T00:54:48.209Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.209Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668214304622,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:54:48.210Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.210Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.210Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214307623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-12T00:54:48.210Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.210Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.210Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "aai-ml",
  "timestamp": 1668214305556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:54:48.210Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.210Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.210Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668214310218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-12T00:54:48.210Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:54:48.211Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.211Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668214304622,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:54:48.211Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.211Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.211Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214307623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:54:48.211Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.211Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.211Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "aai-ml",
  "timestamp": 1668214305556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:54:48.211Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.211Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.211Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668214304622,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:54:48.212Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.212Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.212Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214307623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-12T00:54:48.212Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.212Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.212Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "aai-ml",
  "timestamp": 1668214305556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:54:48.212Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.212Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.212Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668214304622,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T00:54:48.212Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.212Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.212Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214307623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:54:48.213Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.213Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.213Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "aai-ml",
  "timestamp": 1668214305556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T00:54:48.213Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.213Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.213Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668214313385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:54:48.213Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:54:48.213Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.213Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214307623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:54:48.214Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.214Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.214Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "aai-ml",
  "timestamp": 1668214314421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:54:48.214Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:54:48.214Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.214Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214307623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T00:54:48.214Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.214Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.214Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668214315704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T00:54:48.214Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:54:48.215Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.215Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214316502,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:54:48.215Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:54:48.215Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.215Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668214316708,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-12T00:54:48.223Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 264bfa67-ae13-4209-9928-0047facbadd4
2022-11-12T00:54:48.224Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 264bfa67-ae13-4209-9928-0047facbadd4 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-12T00:54:48.237Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.238Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "policy-id",
  "timestamp": 1668214314544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:54:48.238Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.239Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "cds",
  "timestamp": 1668214311230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:54:48.239Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.239Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668214317247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:54:48.240Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214319743,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:54:48.240Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:54:48.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "policy-id",
  "timestamp": 1668214314544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:54:48.240Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "cds",
  "timestamp": 1668214311230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:54:48.240Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668214317247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-12T00:54:48.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214320891,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:54:48.241Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:54:48.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "policy-id",
  "timestamp": 1668214314544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-12T00:54:48.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "cds",
  "timestamp": 1668214311230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:54:48.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668214317247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-12T00:54:48.242Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214322044,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:54:48.242Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:54:48.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "aai-ml",
  "timestamp": 1668214322038,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T00:54:48.242Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:54:48.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "policy-id",
  "timestamp": 1668214314544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:54:48.243Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "cds",
  "timestamp": 1668214311230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:54:48.243Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668214317247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:54:48.243Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "aai-ml",
  "timestamp": 1668214323042,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-12T00:54:48.255Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 264bfa67-ae13-4209-9928-0047facbadd4
2022-11-12T00:54:48.255Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 264bfa67-ae13-4209-9928-0047facbadd4 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-12T00:54:48.265Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.265Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214323258,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-12T00:54:48.265Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:54:48.265Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.265Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "policy-id",
  "timestamp": 1668214314544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:54:48.266Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.266Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.266Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "cds",
  "timestamp": 1668214311230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:54:48.266Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.266Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.266Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668214317247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-12T00:54:48.266Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.266Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.266Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214324264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-12T00:54:48.267Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:54:48.267Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.267Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "policy-id",
  "timestamp": 1668214314544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:54:48.267Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.267Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.267Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "cds",
  "timestamp": 1668214311230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:54:48.267Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.267Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.267Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668214317247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-12T00:54:48.268Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.268Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.268Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214325269,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-12T00:54:48.268Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:54:48.268Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.268Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "policy-id",
  "timestamp": 1668214314544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:54:48.268Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.268Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.268Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "cds",
  "timestamp": 1668214311230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:54:48.269Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.269Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.269Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668214317247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-12T00:54:48.269Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.269Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.269Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214326273,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T00:54:48.269Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:54:48.269Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.269Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "policy-id",
  "timestamp": 1668214314544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:54:48.270Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.270Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.270Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "cds",
  "timestamp": 1668214311230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:54:48.270Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.270Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.270Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668214317247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:54:48.270Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.271Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.271Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "policy-id",
  "timestamp": 1668214314544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:54:48.271Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.271Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.271Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "cds",
  "timestamp": 1668214311230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:54:48.271Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.271Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.272Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668214317247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:54:48.272Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.272Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.272Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "policy-id",
  "timestamp": 1668214314544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T00:54:48.272Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.272Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.272Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "cds",
  "timestamp": 1668214311230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T00:54:48.272Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.272Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.272Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668214317247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T00:54:48.272Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.273Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.273Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668214329271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:54:48.273Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:54:48.273Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.273Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "policy-id",
  "timestamp": 1668214330836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:54:48.273Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:54:48.273Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.273Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "cds",
  "timestamp": 1668214328719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:54:48.273Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:54:48.273Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.273Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "policy-id",
  "timestamp": 1668214331841,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T00:54:48.273Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:54:48.274Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.274Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668214330348,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:54:48.274Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:54:48.274Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.274Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "policy-id",
  "timestamp": 1668214332844,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-12T00:54:48.311Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2c00d76c-f434-4a9b-bafc-b752d1ab3b82
2022-11-12T00:54:48.312Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c00d76c-f434-4a9b-bafc-b752d1ab3b82 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-12T00:54:48.323Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.324Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668214331516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:54:48.325Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:54:48.325Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.325Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668214332633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:54:48.326Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:54:48.326Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.326Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668214333713,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-12T00:54:48.334Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2c00d76c-f434-4a9b-bafc-b752d1ab3b82
2022-11-12T00:54:48.335Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c00d76c-f434-4a9b-bafc-b752d1ab3b82 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-11-12T00:54:48.345Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.346Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668214334717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-12T00:54:48.346Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:54:48.346Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.347Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668214334622,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:54:48.348Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.348Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.348Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "aai-ml",
  "timestamp": 1668214335556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:54:48.348Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.348Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.349Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668214334622,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:54:48.349Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.349Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.349Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "aai-ml",
  "timestamp": 1668214335556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:54:48.350Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.350Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.350Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668214334622,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:54:48.350Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.350Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.351Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "aai-ml",
  "timestamp": 1668214335556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:54:48.351Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.351Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.351Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668214334622,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:54:48.352Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.352Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.352Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "aai-ml",
  "timestamp": 1668214335556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:54:48.352Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.352Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.352Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668214334622,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:54:48.353Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.353Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.353Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "aai-ml",
  "timestamp": 1668214335556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:54:48.353Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.354Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.354Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668214334622,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:54:48.354Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.354Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.354Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "aai-ml",
  "timestamp": 1668214335556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:54:48.354Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.354Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.355Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668214334622,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:54:48.355Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.355Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.355Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "aai-ml",
  "timestamp": 1668214335556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:54:48.355Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.356Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.356Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668214334622,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:54:48.356Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.356Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.357Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "aai-ml",
  "timestamp": 1668214335556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:54:48.357Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.357Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.357Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668214334622,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:54:48.357Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.358Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.358Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "aai-ml",
  "timestamp": 1668214335556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:54:48.358Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.358Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.358Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668214334622,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T00:54:48.358Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.359Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.359Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "aai-ml",
  "timestamp": 1668214335556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T00:54:48.359Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:54:48.359Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.359Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668214345369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:54:48.359Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:54:48.360Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.360Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "aai-ml",
  "timestamp": 1668214346299,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:54:48.360Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:54:48.360Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.361Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668214347645,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T00:54:48.361Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:54:48.361Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.361Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668214348649,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-12T00:54:48.368Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2c00d76c-f434-4a9b-bafc-b752d1ab3b82
2022-11-12T00:54:48.368Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c00d76c-f434-4a9b-bafc-b752d1ab3b82 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-12T00:54:48.378Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.379Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "aai-ml",
  "timestamp": 1668214354616,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T00:54:48.379Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:54:48.379Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:54:48.379Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "aai-ml",
  "timestamp": 1668214355625,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-12T00:54:48.386Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2c00d76c-f434-4a9b-bafc-b752d1ab3b82
2022-11-12T00:54:48.386Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c00d76c-f434-4a9b-bafc-b752d1ab3b82 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-12T00:55:07.449Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 264bfa67-ae13-4209-9928-0047facbadd4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T00:55:07.469Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 264bfa67-ae13-4209-9928-0047facbadd4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T00:55:07.475Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-12T00:55:07.475Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-12T00:55:07.475Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-12T00:55:07.475Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-12T00:55:07.475Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T00:55:07.475Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T00:55:07.476Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T00:55:07.476Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T00:55:07.476Z|264bfa67-ae13-4209-9928-0047facbadd4|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-11-12T00:55:07.494Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-12T00:55:37.495Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 264bfa67-ae13-4209-9928-0047facbadd4 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-12T00:55:37.504Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 264bfa67-ae13-4209-9928-0047facbadd4 and serviceModelVersionId: 801821c6-d8c6-4700-973b-ec60a0d405e0
2022-11-12T00:55:37.504Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b7c9e67d-97ca-4fe4-8f92-635bdb28adbc
2022-11-12T00:55:37.506Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b7c9e67d-97ca-4fe4-8f92-635bdb28adbc/model-vers/model-ver/801821c6-d8c6-4700-973b-ec60a0d405e0?depth=0
2022-11-12T00:55:37.512Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-11-12T00:55:37.569Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7c9e67d-97ca-4fe4-8f92-635bdb28adbc/model-vers/model-ver/801821c6-d8c6-4700-973b-ec60a0d405e0?depth=0|INFO|500||Invoke
2022-11-12T00:55:37.571Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7c9e67d-97ca-4fe4-8f92-635bdb28adbc/model-vers/model-ver/801821c6-d8c6-4700-973b-ec60a0d405e0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7c9e67d-97ca-4fe4-8f92-635bdb28adbc/model-vers/model-ver/801821c6-d8c6-4700-973b-ec60a0d405e0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[264bfa67-ae13-4209-9928-0047facbadd4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b9076b5b-ade1-43c3-af18-6d701c139b7d], X-ECOMP-RequestID=[264bfa67-ae13-4209-9928-0047facbadd4], X-TransactionId=[], X-ONAP-RequestID=[264bfa67-ae13-4209-9928-0047facbadd4], Content-Type=[application/merge-patch+json]}
2022-11-12T00:55:37.584Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7c9e67d-97ca-4fe4-8f92-635bdb28adbc/model-vers/model-ver/801821c6-d8c6-4700-973b-ec60a0d405e0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-12T00:55:37.718Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7c9e67d-97ca-4fe4-8f92-635bdb28adbc/model-vers/model-ver/801821c6-d8c6-4700-973b-ec60a0d405e0?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/b7c9e67d-97ca-4fe4-8f92-635bdb28adbc/model-vers/model-ver/801821c6-d8c6-4700-973b-ec60a0d405e0?depth=0 has http status code:200 and response headers:{date=[Sat, 12 Nov 2022 00:55:37 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[127], vertex-id=[503968], x-aai-txid=[1-aai-resources-221112-00:55:37:235-41501], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-12T00:55:37.719Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7c9e67d-97ca-4fe4-8f92-635bdb28adbc/model-vers/model-ver/801821c6-d8c6-4700-973b-ec60a0d405e0?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-12T00:55:37.719Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7c9e67d-97ca-4fe4-8f92-635bdb28adbc/model-vers/model-ver/801821c6-d8c6-4700-973b-ec60a0d405e0?depth=0|INFO|500||InvokeReturn
2022-11-12T00:55:37.720Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-12T00:55:37.720Z|264bfa67-ae13-4209-9928-0047facbadd4|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-11-12T00:55:37.728Z|264bfa67-ae13-4209-9928-0047facbadd4|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-11-12T00:55:37.728Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 264bfa67-ae13-4209-9928-0047facbadd4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-12T00:55:37.729Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-12T00:55:37.729Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:55:37.732Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:55:37.732Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214537729,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-12T00:55:37.832Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:55:37.833Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:55:37.833Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:55:37.852Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:55:37.853Z||pool-116-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-12T00:55:38.749Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:55:38.750Z|264bfa67-ae13-4209-9928-0047facbadd4|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-11-12T00:55:38.750Z|264bfa67-ae13-4209-9928-0047facbadd4|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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:55:43.254Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:55:43.255Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-12T00:55:43.255Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"2c00d76c-f434-4a9b-bafc-b752d1ab3b82","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"8d8b5f25-dc90-4304-a278-6c2937b2813e","serviceDescription":"service","serviceInvariantUUID":"ac91e77c-5ab8-4d8f-b259-3172204c6cf6","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f5e0452c-e404-402f-b50a-789c072d17e5","resourceInvariantUUID":"30c0673d-6cae-4e27-9cca-5d14b5aabeef","resourceCustomizationUUID":"ad122802-22c6-4dae-854d-fb155ea0fc5b","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":"OGIxYWJmN2RhYzMxMmU2Zjk1MDE5ZjRkODI4M2MzM2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"86cc4139-89ad-4afc-9e4d-f6a75943511e","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":"YjdjNDI2YzQ1OTRlZjU0MzI3N2NmYmY4NjA1NTk0MzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"809a881b-354d-424f-a274-d633b0c2f372","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":"4b577529-50af-4b22-8aa7-851a26ed7658","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":"e0a12045-6c2e-4beb-8ead-6e822a614d99","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":"27165b40-e250-48fe-abcd-55ec998c3894","artifactVersion":"2","generatedFromUUID":"36a6bf75-ec89-4c80-b4e0-754a1aee6be8"},{"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":"6b270e0f-9bb4-42a1-bd83-5af9757a4478","artifactVersion":"2","generatedFromUUID":"4b577529-50af-4b22-8aa7-851a26ed7658"},{"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":"36a6bf75-ec89-4c80-b4e0-754a1aee6be8","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":"7fdba003-0898-441f-a500-a7581d58f21f","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":"OWFkZWZmNjk0OTA2YjYwNDQ0N2I1ZDA5YjNiNTAyNGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5e5c66a2-cdf2-4086-8d5e-5303da89f7a1","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YWNlZDI5YzJkOTZiZWY2YjMxZDY2NTQzNDBjNmFiNDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"88325b3f-a720-42a4-ab30-d964b0dc5459","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-12T00:55:43.258Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:55:43.258Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:55:43.266Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:55:43.266Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214538749,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:55:43.361Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-11-12T00:55:43.362Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:55:43.362Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:55:43.376Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:55:43.377Z||pool-117-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:55:44.267Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:55:44.268Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:55:44.270Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:55:44.270Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214538749,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-12T00:55:44.370Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:55:44.372Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:55:44.372Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:55:44.386Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:55:44.387Z||pool-118-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:55:45.270Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:55:45.272Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:55:45.274Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:55:45.274Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214538749,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-12T00:55:45.376Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-12T00:55:45.376Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:55:45.377Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:55:45.390Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:55:45.390Z||pool-119-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:55:46.275Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:55:46.277Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:55:46.279Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:55:46.279Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214538749,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:55:46.379Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:55:46.380Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:55:46.380Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:55:46.410Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:55:46.411Z||pool-120-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:55:47.280Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:55:47.282Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:55:47.284Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:55:47.284Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214538749,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-12T00:55:47.385Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-12T00:55:47.386Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:55:47.386Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:55:47.422Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:55:47.423Z||pool-121-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:55:47.626Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:55:47.626Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:55:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:55:48.259Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:55:48.260Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:55:48.260Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264bfa67-ae13-4209-9928-0047facbadd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214537729,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-12T00:55:48.261Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:55:48.261Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:55:48.261Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214538749,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:55:48.261Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:55:48.261Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:55:48.261Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214538749,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-12T00:55:48.262Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:55:48.262Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:55:48.262Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214538749,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-12T00:55:48.262Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:55:48.262Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:55:48.262Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214538749,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:55:48.262Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:55:48.262Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:55:48.262Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214538749,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-12T00:55:48.262Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:55:48.285Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:55:48.286Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:55:48.288Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:55:48.288Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214538749,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-12T00:55:48.388Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-12T00:55:48.389Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:55:48.390Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:55:48.404Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:55:48.405Z||pool-122-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:55:49.289Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:55:49.290Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:55:49.292Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:55:49.292Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214538749,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-12T00:55:49.393Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:55:49.395Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:55:49.395Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:55:49.408Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:55:49.409Z||pool-123-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:55:50.293Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:55:50.294Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:55:50.297Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:55:50.297Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214538749,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:55:50.398Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:55:50.399Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:55:50.399Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:55:50.414Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:55:50.415Z||pool-124-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-12T00:55:51.298Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:55:51.299Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:55:51.302Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:55:51.302Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214538749,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:55:51.404Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-12T00:55:51.405Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:55:51.406Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:55:51.426Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:55:51.427Z||pool-125-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:55:52.303Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:55:52.303Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:55:52.308Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:55:52.308Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214538749,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T00:55:52.414Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-11-12T00:55:52.429Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:55:52.458Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:55:52.506Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:55:52.515Z||pool-126-thread-1|||||INFO|500||cambria reply ok (87 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:55:53.309Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "8d8b5f25-dc90-4304-a278-6c2937b2813e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ac91e77c-5ab8-4d8f-b259-3172204c6cf6",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "ad122802-22c6-4dae-854d-fb155ea0fc5b",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f5e0452c-e404-402f-b50a-789c072d17e5",
      "resourceInvariantUUID": "30c0673d-6cae-4e27-9cca-5d14b5aabeef",
      "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": "YjdjNDI2YzQ1OTRlZjU0MzI3N2NmYmY4NjA1NTk0MzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "809a881b-354d-424f-a274-d633b0c2f372",
          "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": "4b577529-50af-4b22-8aa7-851a26ed7658",
          "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": "6b270e0f-9bb4-42a1-bd83-5af9757a4478",
            "generatedFromUUID": "4b577529-50af-4b22-8aa7-851a26ed7658"
          },
          "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": "27165b40-e250-48fe-abcd-55ec998c3894",
          "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": "6b270e0f-9bb4-42a1-bd83-5af9757a4478",
          "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": "36a6bf75-ec89-4c80-b4e0-754a1aee6be8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "YWNlZDI5YzJkOTZiZWY2YjMxZDY2NTQzNDBjNmFiNDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "88325b3f-a720-42a4-ab30-d964b0dc5459"
    }
  ],
  "workloadContext": "Production"
}
2022-11-12T00:55:53.309Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-12T00:55:53.310Z|264bfa67-ae13-4209-9928-0047facbadd4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 8d8b5f25-dc90-4304-a278-6c2937b2813e ASDC
2022-11-12T00:55:53.310Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:2c00d76c-f434-4a9b-bafc-b752d1ab3b82
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:8d8b5f25-dc90-4304-a278-6c2937b2813e
ServiceInvariantUUID:ac91e77c-5ab8-4d8f-b259-3172204c6cf6
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:88325b3f-a720-42a4-ab30-d964b0dc5459
ArtifactChecksum:YWNlZDI5YzJkOTZiZWY2YjMxZDY2NTQzNDBjNmFiNDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:ad122802-22c6-4dae-854d-fb155ea0fc5b
ResourceInvariantUUID:30c0673d-6cae-4e27-9cca-5d14b5aabeef
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:f5e0452c-e404-402f-b50a-789c072d17e5
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:809a881b-354d-424f-a274-d633b0c2f372
ArtifactChecksum:YjdjNDI2YzQ1OTRlZjU0MzI3N2NmYmY4NjA1NTk0MzA=
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:4b577529-50af-4b22-8aa7-851a26ed7658
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:6b270e0f-9bb4-42a1-bd83-5af9757a4478
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:27165b40-e250-48fe-abcd-55ec998c3894
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:6b270e0f-9bb4-42a1-bd83-5af9757a4478
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:36a6bf75-ec89-4c80-b4e0-754a1aee6be8
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-12T00:55:53.310Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8d8b5f25-dc90-4304-a278-6c2937b2813e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-12T00:55:53.350Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-12T00:55:53.350Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-12T00:55:53.351Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-12T00:55:53.351Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 88325b3f-a720-42a4-ab30-d964b0dc5459 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-12T00:55:53.351Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-12T00:55:53.351Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-12T00:55:53.718Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-12T00:55:53.720Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 88325b3f-a720-42a4-ab30-d964b0dc5459 162988
2022-11-12T00:55:53.720Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-11-12T00:55:53.720Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-12T00:55:53.720Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T00:55:53.720Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:55:53.722Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:55:53.723Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214553720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:55:53.823Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:55:53.824Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:55:53.824Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:55:53.844Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:55:53.845Z||pool-127-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:55:54.724Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-12T00:55:54.726Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-12T00:55:54.726Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 88325b3f-a720-42a4-ab30-d964b0dc5459, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-12T00:55:54.726Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-11-12T00:55:54.728Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-12T00:55:54.728Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-12T00:55:54.901Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3250098812715425626/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2022-11-12T00:55:56.245Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-12T00:55:56.246Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-12T00:55:56.246Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-12T00:55:56.246Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-11-12T00:55:56.246Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|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-BasicCnfMacro-csar.csar
2022-11-12T00:55:56.246Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-12T00:55:56.246Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-12T00:55:56.246Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-12T00:55:56.246Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-12T00:55:56.247Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:55:56.247Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:55:56.247Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-12T00:55:56.248Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-12T00:55:56.248Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-12T00:55:56.248Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:55:56.248Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:55:56.248Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-12T00:55:56.249Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-12T00:55:56.249Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-12T00:55:56.249Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:55:56.249Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:55:56.249Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:55:56.250Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-11-12T00:55:56.250Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-11-12T00:55:56.250Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-11-12T00:55:56.250Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-12T00:55:56.250Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:55:56.250Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-12T00:55:56.251Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:55:56.251Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-12T00:55:56.251Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T00:55:56.251Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:55:56.252Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-12T00:55:56.252Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T00:55:56.252Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:55:56.252Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-12T00:55:56.252Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T00:55:56.253Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:55:56.253Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-12T00:55:56.253Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T00:55:56.253Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:55:56.253Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-11-12T00:55:56.254Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-11-12T00:55:56.254Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=a058bef9-5524-4985-a556-7899065ba039
2022-11-12T00:55:56.254Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:55:56.254Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:55:56.254Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:55:56.254Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:55:56.255Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:55:56.255Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:55:56.255Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:55:56.255Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:55:56.255Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:8d8b5f25-dc90-4304-a278-6c2937b2813e
Model Version:NULL
Model InvariantUuid:ac91e77c-5ab8-4d8f-b259-3172204c6cf6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:e1a076f5-8ac2-48d6-b02b-9e80a2519274
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:30c0673d-6cae-4e27-9cca-5d14b5aabeef
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ad122802-22c6-4dae-854d-fb155ea0fc5b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a457223d-6df4-4d03-816c-262660638297
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:6f3ced0a-a718-4737-85fd-1c66b0320910
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:434910e3-25a7-4315-ac7a-b40c00dc9c3f
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:bf63e3cc-5249-437d-9d07-c122e83047fe
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a058bef9-5524-4985-a556-7899065ba039
ModelInvariantUuid:829ce42f-9ae3-4651-8f9b-63f2b7326cc2
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:fdd15363-b833-4dda-83b4-74f2fa4cd35e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:786c7455-3257-45d0-8d6a-9247690e3c04
ModelInvariantUuid:94b67f7a-b37a-493d-9c97-d5ea8b475f71
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:001db94e-a88e-4e1e-87b1-9a9d249bf230
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-12T00:55:56.269Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: f5e0452c-e404-402f-b50a-789c072d17e5
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-12T00:55:56.272Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||basic_cnf_macro 0
2022-11-12T00:55:56.272Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f5e0452c-e404-402f-b50a-789c072d17e5
2022-11-12T00:55:56.272Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 809a881b-354d-424f-a274-d633b0c2f372 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-11-12T00:55:56.272Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-12T00:55:56.272Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-11-12T00:55:56.374Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-12T00:55:56.375Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 809a881b-354d-424f-a274-d633b0c2f372 1565
2022-11-12T00:55:56.375Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-11-12T00:55:56.375Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-11-12T00:55:56.375Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T00:55:56.376Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:55:56.378Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:55:56.378Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214556375,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:55:56.478Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:55:56.479Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:55:56.480Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:55:56.502Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:55:56.503Z||pool-128-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:55:57.379Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "434910e3-25a7-4315-ac7a-b40c00dc9c3f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bf63e3cc-5249-437d-9d07-c122e83047fe",
    "vfModuleModelCustomizationUUID": "297645fa-5564-448b-8442-c85c3d8cc6cf",
    "isBase": true,
    "artifacts": [
      "4b577529-50af-4b22-8aa7-851a26ed7658",
      "6b270e0f-9bb4-42a1-bd83-5af9757a4478"
    ],
    "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": "a457223d-6df4-4d03-816c-262660638297",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6f3ced0a-a718-4737-85fd-1c66b0320910",
    "vfModuleModelCustomizationUUID": "17a93672-0279-4bad-bb8d-52d179cffa50",
    "isBase": false,
    "artifacts": [
      "36a6bf75-ec89-4c80-b4e0-754a1aee6be8"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-12T00:55:57.383Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bf63e3cc-5249-437d-9d07-c122e83047fe
VfModuleModelInvariantUUID:434910e3-25a7-4315-ac7a-b40c00dc9c3f
VfModuleModelDescription:NULL
Artifacts UUID List:{
4b577529-50af-4b22-8aa7-851a26ed7658
,
6b270e0f-9bb4-42a1-bd83-5af9757a4478

}
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:6f3ced0a-a718-4737-85fd-1c66b0320910
VfModuleModelInvariantUUID:a457223d-6df4-4d03-816c-262660638297
VfModuleModelDescription:NULL
Artifacts UUID List:{
36a6bf75-ec89-4c80-b4e0-754a1aee6be8

}
Properties List:{
  min_vf_module_instances : 0
  vf_module_label : helm_apache
  max_vf_module_instances : 
  vfc_list : 
  vf_module_type : Expansion
  vf_module_description : 
  initial_count : 0
  volume_group : false
  availability_zone_count :
}

isBase:false


}

2022-11-12T00:55:57.385Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "434910e3-25a7-4315-ac7a-b40c00dc9c3f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bf63e3cc-5249-437d-9d07-c122e83047fe",
    "vfModuleModelCustomizationUUID": "297645fa-5564-448b-8442-c85c3d8cc6cf",
    "isBase": true,
    "artifacts": [
      "4b577529-50af-4b22-8aa7-851a26ed7658",
      "6b270e0f-9bb4-42a1-bd83-5af9757a4478"
    ],
    "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": "a457223d-6df4-4d03-816c-262660638297",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6f3ced0a-a718-4737-85fd-1c66b0320910",
    "vfModuleModelCustomizationUUID": "17a93672-0279-4bad-bb8d-52d179cffa50",
    "isBase": false,
    "artifacts": [
      "36a6bf75-ec89-4c80-b4e0-754a1aee6be8"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-12T00:55:57.385Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bf63e3cc-5249-437d-9d07-c122e83047fe
VfModuleModelInvariantUUID:434910e3-25a7-4315-ac7a-b40c00dc9c3f
VfModuleModelDescription:NULL
Artifacts UUID List:{
4b577529-50af-4b22-8aa7-851a26ed7658
,
6b270e0f-9bb4-42a1-bd83-5af9757a4478

}
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:6f3ced0a-a718-4737-85fd-1c66b0320910
VfModuleModelInvariantUUID:a457223d-6df4-4d03-816c-262660638297
VfModuleModelDescription:NULL
Artifacts UUID List:{
36a6bf75-ec89-4c80-b4e0-754a1aee6be8

}
Properties List:{
  min_vf_module_instances : 0
  vf_module_label : helm_apache
  max_vf_module_instances : 
  vfc_list : 
  vf_module_type : Expansion
  vf_module_description : 
  initial_count : 0
  volume_group : false
  availability_zone_count :
}

isBase:false


}

2022-11-12T00:55:57.386Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4b577529-50af-4b22-8aa7-851a26ed7658 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-11-12T00:55:57.386Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-12T00:55:57.386Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-11-12T00:55:57.747Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-12T00:55:57.747Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 4b577529-50af-4b22-8aa7-851a26ed7658 914
2022-11-12T00:55:57.747Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-11-12T00:55:57.747Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-11-12T00:55:57.747Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T00:55:57.874Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:55:57.883Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:55:57.884Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214557747,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:55:57.994Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2022-11-12T00:55:57.994Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:55:57.994Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:55:58.099Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:55:58.100Z||pool-129-thread-1|||||INFO|500||cambria reply ok (106 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:55:58.886Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 27165b40-e250-48fe-abcd-55ec998c3894 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-11-12T00:55:58.886Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-12T00:55:58.886Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-11-12T00:55:59.219Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-12T00:55:59.221Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 27165b40-e250-48fe-abcd-55ec998c3894 12
2022-11-12T00:55:59.221Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-11-12T00:55:59.221Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-11-12T00:55:59.222Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T00:55:59.222Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:55:59.242Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:55:59.242Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214559221,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:55:59.325Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 82 ms
2022-11-12T00:55:59.326Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:55:59.326Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:55:59.347Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:55:59.348Z||pool-130-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:56:00.243Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6b270e0f-9bb4-42a1-bd83-5af9757a4478 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-11-12T00:56:00.244Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-12T00:56:00.244Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-11-12T00:56:00.325Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-12T00:56:00.326Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 6b270e0f-9bb4-42a1-bd83-5af9757a4478 96
2022-11-12T00:56:00.326Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-11-12T00:56:00.326Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-11-12T00:56:00.326Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T00:56:00.327Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:56:00.329Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:56:00.329Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214560326,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:56:00.430Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-12T00:56:00.431Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:56:00.436Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:56:00.451Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:56:00.452Z||pool-131-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:56:01.329Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 36a6bf75-ec89-4c80-b4e0-754a1aee6be8 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-11-12T00:56:01.330Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-12T00:56:01.331Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-11-12T00:56:01.491Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-12T00:56:01.491Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 36a6bf75-ec89-4c80-b4e0-754a1aee6be8 20206
2022-11-12T00:56:01.492Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-11-12T00:56:01.492Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-11-12T00:56:01.492Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T00:56:01.492Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:56:01.494Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:56:01.494Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214561492,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:56:01.595Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:56:01.596Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:56:01.596Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:56:01.635Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:56:01.636Z||pool-132-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1}
2022-11-12T00:56:02.498Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 8d8b5f25-dc90-4304-a278-6c2937b2813e
2022-11-12T00:56:02.499Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 f5e0452c-e404-402f-b50a-789c072d17e5 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-12T00:56:02.519Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@23ab70a7, org.onap.sdc.toscaparser.api.parameters.Input@4b2de4c8, org.onap.sdc.toscaparser.api.parameters.Input@54150852, org.onap.sdc.toscaparser.api.parameters.Input@23e35b1b, org.onap.sdc.toscaparser.api.parameters.Input@5b353988]
2022-11-12T00:56:02.522Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:56:02.523Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:56:02.523Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-11-12T00:56:02.523Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= ad122802-22c6-4dae-854d-fb155ea0fc5b
2022-11-12T00:56:02.523Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ad122802-22c6-4dae-854d-fb155ea0fc5b matches Tosca VF Customization UUID: ad122802-22c6-4dae-854d-fb155ea0fc5b
2022-11-12T00:56:02.523Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: ad122802-22c6-4dae-854d-fb155ea0fc5b  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-12T00:56:02.526Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:56:02.526Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:56:02.527Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id ad122802-22c6-4dae-854d-fb155ea0fc5b: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"}
2022-11-12T00:56:02.527Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3ab3f555
2022-11-12T00:56:02.528Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:56:02.528Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-12T00:56:02.528Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 17a93672-0279-4bad-bb8d-52d179cffa50
2022-11-12T00:56:02.528Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 17a93672-0279-4bad-bb8d-52d179cffa50
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-12T00:56:02.531Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:56:02.531Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-12T00:56:02.532Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T00:56:02.532Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:56:02.532Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-12T00:56:02.532Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T00:56:02.533Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:56:02.533Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-12T00:56:02.533Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=ad122802-22c6-4dae-854d-fb155ea0fc5b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-12T00:56:02.536Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:56:02.536Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:56:02.536Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 8d8b5f25-dc90-4304-a278-6c2937b2813e: basic_cnf_macro
2022-11-12T00:56:02.536Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:56:02.536Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:56:02.537Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:56:02.537Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:56:02.537Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:56:02.537Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:56:02.537Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:56:02.538Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:56:02.538Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T00:56:02.538Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:56:02.539Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-12T00:56:02.600Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro f5e0452c-e404-402f-b50a-789c072d17e5 2 ASDC deployResourceStructure
2022-11-12T00:56:02.601Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-11-12T00:56:02.601Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-11-12T00:56:02.602Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-12T00:56:02.602Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:56:02.605Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:56:02.606Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214562601,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-12T00:56:02.706Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:56:02.707Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:56:02.707Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:56:02.723Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:56:02.724Z||pool-133-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-12T00:56:03.607Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-11-12T00:56:03.607Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-11-12T00:56:03.607Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-12T00:56:03.608Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:56:03.610Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:56:03.610Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214563607,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-11-12T00:56:03.710Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:56:03.711Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:56:03.711Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:56:03.731Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:56:03.732Z||pool-134-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:56:04.613Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-11-12T00:56:04.614Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-11-12T00:56:04.614Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-12T00:56:04.615Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:56:04.618Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:56:04.618Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214564613,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-12T00:56:04.721Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-12T00:56:04.722Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:56:04.722Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:56:04.737Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:56:04.738Z||pool-135-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:56:05.620Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-11-12T00:56:05.621Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-11-12T00:56:05.621Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-12T00:56:05.621Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:56:05.625Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:56:05.625Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214565620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-11-12T00:56:05.724Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-12T00:56:05.725Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:56:05.725Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:56:05.741Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:56:05.742Z||pool-136-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-12T00:56:06.627Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-11-12T00:56:06.627Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-11-12T00:56:06.627Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-12T00:56:06.628Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:56:06.630Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:56:06.630Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214566627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-12T00:56:06.731Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-12T00:56:06.731Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:56:06.731Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:56:06.748Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:56:06.749Z||pool-137-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:56:07.632Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-11-12T00:56:07.632Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-12T00:56:07.632Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-12T00:56:07.632Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:56:07.635Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:56:07.635Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214567631,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T00:56:07.735Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:56:07.736Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:56:07.736Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:56:07.754Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:56:07.755Z||pool-138-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:56:08.636Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c00d76c-f434-4a9b-bafc-b752d1ab3b82
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T00:56:08.664Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c00d76c-f434-4a9b-bafc-b752d1ab3b82
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T00:56:08.669Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-12T00:56:08.671Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-12T00:56:08.672Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-12T00:56:08.672Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-12T00:56:08.673Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T00:56:08.673Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T00:56:08.673Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T00:56:08.674Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T00:56:08.674Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|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-11-12T00:56:08.684Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-12T00:56:38.686Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2c00d76c-f434-4a9b-bafc-b752d1ab3b82 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-12T00:56:38.709Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2c00d76c-f434-4a9b-bafc-b752d1ab3b82 and serviceModelVersionId: 8d8b5f25-dc90-4304-a278-6c2937b2813e
2022-11-12T00:56:38.710Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ac91e77c-5ab8-4d8f-b259-3172204c6cf6
2022-11-12T00:56:38.715Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ac91e77c-5ab8-4d8f-b259-3172204c6cf6/model-vers/model-ver/8d8b5f25-dc90-4304-a278-6c2937b2813e?depth=0
2022-11-12T00:56:38.725Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-11-12T00:56:38.806Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ac91e77c-5ab8-4d8f-b259-3172204c6cf6/model-vers/model-ver/8d8b5f25-dc90-4304-a278-6c2937b2813e?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-11-12T00:56:38.811Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ac91e77c-5ab8-4d8f-b259-3172204c6cf6/model-vers/model-ver/8d8b5f25-dc90-4304-a278-6c2937b2813e?depth=0|INFO|500||Invoke
2022-11-12T00:56:38.823Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ac91e77c-5ab8-4d8f-b259-3172204c6cf6/model-vers/model-ver/8d8b5f25-dc90-4304-a278-6c2937b2813e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-12T00:56:39.002Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ac91e77c-5ab8-4d8f-b259-3172204c6cf6/model-vers/model-ver/8d8b5f25-dc90-4304-a278-6c2937b2813e?depth=0|INFO|500||InvokeReturn
2022-11-12T00:56:39.003Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ac91e77c-5ab8-4d8f-b259-3172204c6cf6/model-vers/model-ver/8d8b5f25-dc90-4304-a278-6c2937b2813e?depth=0 has http status code:200 and response headers:{date=[Sat, 12 Nov 2022 00:56:38 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[172], vertex-id=[270584], x-aai-txid=[0-aai-resources-221112-00:56:38:476-95345], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-12T00:56:39.003Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-11-12T00:56:39.003Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-12T00:56:39.003Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|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-11-12T00:56:39.011Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|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-11-12T00:56:39.011Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2c00d76c-f434-4a9b-bafc-b752d1ab3b82 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-12T00:56:39.011Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-12T00:56:39.012Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:56:39.015Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:56:39.015Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214599011,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-12T00:56:39.116Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-12T00:56:39.117Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T00:56:39.117Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:56:39.135Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:56:39.136Z||pool-139-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-12T00:56:40.037Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:56:40.038Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:56:40.038Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:56:47.626Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:56:47.626Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:56:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:56:47.769Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:56:47.770Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T00:56:47.771Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214538749,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-12T00:56:47.773Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:56:49.631Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:56:49.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:56:49.632Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:56:49.632Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:56:59.177Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:56:59.178Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:56:59.179Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:56:59.179Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:57:08.742Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:57:08.743Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:57:08.743Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:57:08.744Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:57:18.341Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:57:47.623Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:57:47.624Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:57:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:57:47.626Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:57:47.626Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:57:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:57:48.188Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:57:48.189Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:57:48.189Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214538749,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-12T00:57:48.190Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:57:48.191Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:57:48.191Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214538749,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:57:48.191Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:57:48.191Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:57:48.192Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214538749,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T00:57:48.192Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:57:48.192Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:57:48.192Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214538749,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T00:57:48.192Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-12T00:57:48.192Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:57:48.192Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214553720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:57:48.192Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:57:48.192Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:57:48.192Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214556375,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:57:48.193Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:57:48.193Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:57:48.193Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214557747,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:57:48.193Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:57:48.193Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:57:48.193Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214559221,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:57:48.193Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:57:48.193Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:57:48.193Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214560326,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:57:48.193Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:57:48.193Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:57:48.193Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214561492,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-12T00:57:48.194Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:57:48.194Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:57:48.194Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214562601,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-12T00:57:48.194Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:57:48.194Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:57:48.194Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214563607,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-11-12T00:57:48.194Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:57:48.194Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:57:48.194Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214564613,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-12T00:57:48.194Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:57:48.194Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:57:48.194Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214565620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-11-12T00:57:48.195Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:57:48.195Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:57:48.195Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214566627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-12T00:57:48.195Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:57:48.195Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:57:48.195Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214567631,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T00:57:48.195Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:57:48.195Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T00:57:48.195Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c00d76c-f434-4a9b-bafc-b752d1ab3b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668214599011,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-12T00:57:48.195Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:57:57.172Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:58:47.623Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:58:47.625Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:58:47.625Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:58:47.626Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:58:47.626Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:58:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:58:57.198Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:58:57.209Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:59:47.624Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:59:47.625Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:59:47.625Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:59:47.626Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:59:47.626Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T00:59:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:59:57.177Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T00:59:57.178Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:00:47.623Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:00:47.625Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:00:47.625Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s9w5ioVAlKfWvACK) ...
2022-11-12T01:00:47.625Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:00:47.626Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:00:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:00:57.195Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:00:57.202Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:01:47.623Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:01:47.624Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:01:47.625Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s9w5ioVAlKfWvACK) ...
2022-11-12T01:01:47.625Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:01:47.626Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:01:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:01:57.193Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:01:57.206Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:02:47.630Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:02:47.631Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:02:47.631Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:02:47.630Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:02:47.634Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:02:47.634Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s9w5ioVAlKfWvACK) ...
2022-11-12T01:02:57.211Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:02:57.213Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:03:47.624Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:03:47.625Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:03:47.626Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:03:47.626Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:03:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:03:47.626Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s9w5ioVAlKfWvACK) ...
2022-11-12T01:03:57.180Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:03:57.180Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:04:47.623Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:04:47.624Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:04:47.624Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s9w5ioVAlKfWvACK) ...
2022-11-12T01:04:47.626Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:04:47.626Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:04:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:04:57.186Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:04:57.187Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:05:47.623Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:05:47.624Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:05:47.625Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s9w5ioVAlKfWvACK) ...
2022-11-12T01:05:47.626Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:05:47.626Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:05:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:05:57.181Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:05:57.183Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:06:47.623Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:06:47.625Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:06:47.625Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s9w5ioVAlKfWvACK) ...
2022-11-12T01:06:47.626Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:06:47.627Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:06:47.627Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:06:57.177Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:06:57.178Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:07:47.624Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:07:47.626Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:07:47.626Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:07:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:07:47.625Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:07:47.626Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s9w5ioVAlKfWvACK) ...
2022-11-12T01:07:57.174Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:07:57.175Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:08:47.623Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:08:47.624Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:08:47.625Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s9w5ioVAlKfWvACK) ...
2022-11-12T01:08:47.626Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:08:47.626Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:08:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:08:57.171Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:08:57.178Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:09:47.623Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:09:47.625Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:09:47.625Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s9w5ioVAlKfWvACK) ...
2022-11-12T01:09:47.625Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:09:47.626Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:09:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:09:57.174Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:09:57.175Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:10:47.623Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:10:47.624Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:10:47.624Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s9w5ioVAlKfWvACK) ...
2022-11-12T01:10:47.625Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:10:47.626Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:10:47.626Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:10:57.176Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:10:57.186Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:11:47.624Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:11:47.626Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:11:47.626Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s9w5ioVAlKfWvACK) ...
2022-11-12T01:11:47.626Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:11:47.626Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:11:47.626Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:11:57.176Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:11:57.177Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:12:47.623Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:12:47.625Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:12:47.625Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s9w5ioVAlKfWvACK) ...
2022-11-12T01:12:47.626Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:12:47.626Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:12:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:12:57.178Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:12:57.182Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:13:47.624Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:13:47.625Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:13:47.625Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s9w5ioVAlKfWvACK) ...
2022-11-12T01:13:47.626Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:13:47.627Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:13:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:13:57.171Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:13:57.172Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:14:47.623Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:14:47.625Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:14:47.625Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s9w5ioVAlKfWvACK) ...
2022-11-12T01:14:47.626Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:14:47.627Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:14:47.627Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:14:57.173Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:14:57.183Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:15:47.624Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:15:47.625Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:15:47.626Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:15:47.626Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:15:47.627Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:15:47.627Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s9w5ioVAlKfWvACK) ...
2022-11-12T01:15:57.172Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:15:57.176Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:16:47.626Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:16:47.627Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:16:47.627Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s9w5ioVAlKfWvACK) ...
2022-11-12T01:16:47.628Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:16:47.628Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:16:47.628Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:16:57.174Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:16:57.179Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:17:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:17:47.624Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:17:47.624Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:17:47.626Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:17:47.626Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:17:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:17:57.193Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:17:57.202Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:18:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:18:47.624Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:18:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:18:47.626Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:18:47.626Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:18:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:18:57.172Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:18:57.175Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:19:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:19:47.625Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:19:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:19:47.626Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:19:47.627Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:19:47.627Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:19:57.175Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:19:57.175Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:20:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:20:47.625Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:20:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:20:47.625Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:20:47.626Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:20:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:20:57.180Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:20:57.183Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:21:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:21:47.624Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:21:47.624Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:21:47.626Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:21:47.626Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:21:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:21:57.175Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:21:57.178Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:22:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:22:47.624Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:22:47.624Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:22:47.625Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:22:47.626Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:22:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:22:57.168Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:22:57.170Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:23:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:23:47.624Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:23:47.624Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:23:47.626Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:23:47.626Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:23:47.627Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:23:57.179Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:23:57.179Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:24:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:24:47.625Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:24:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:24:47.626Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:24:47.627Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:24:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:24:57.176Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:24:57.177Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:25:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:25:47.624Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:25:47.624Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:25:47.626Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:25:47.626Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:25:47.626Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:25:57.184Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:25:57.194Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:26:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:26:47.625Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:26:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:26:47.626Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:26:47.626Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:26:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:26:57.208Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:26:57.219Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:27:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:27:47.624Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:27:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:27:47.626Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:27:47.626Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:27:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:27:57.177Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:27:57.184Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:28:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:28:47.625Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:28:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:28:47.625Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:28:47.626Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:28:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:28:57.197Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:28:57.198Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:29:47.623Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:29:47.624Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:29:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:29:47.626Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:29:47.626Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:29:47.626Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:29:57.184Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:29:57.185Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:30:47.623Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:30:47.624Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:30:47.624Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:30:47.626Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:30:47.626Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:30:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:30:57.235Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:30:57.278Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:31:47.623Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:31:47.624Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:31:47.624Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:31:47.625Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:31:47.626Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:31:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:31:57.183Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:31:57.185Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:32:47.623Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:32:47.624Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:32:47.624Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:32:47.626Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:32:47.626Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:32:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:32:57.188Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:32:57.190Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:33:47.624Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:33:47.625Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:33:47.625Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:33:47.626Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:33:47.626Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:33:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:33:57.186Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:33:57.187Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:34:47.623Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:34:47.624Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:34:47.624Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:34:47.626Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:34:47.626Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:34:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:34:57.180Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:34:57.186Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:35:47.623Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:35:47.624Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:35:47.624Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:35:47.626Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:35:47.626Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:35:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:35:57.194Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:35:57.195Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:36:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:36:47.624Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:36:47.624Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:36:47.626Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:36:47.626Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:36:47.626Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:36:57.186Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:36:57.186Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:37:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:37:47.625Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:37:47.626Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:37:47.626Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:37:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:37:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:37:57.182Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:37:57.190Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:38:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:38:47.624Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:38:47.624Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:38:47.626Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:38:47.626Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:38:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:38:57.182Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:38:57.186Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:39:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:39:47.624Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:39:47.624Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:39:47.625Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:39:47.626Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:39:47.626Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:39:57.201Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:39:57.201Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:40:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:40:47.624Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:40:47.624Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:40:47.625Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:40:47.626Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:40:47.626Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:40:57.174Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:40:57.185Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:41:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:41:47.624Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:41:47.624Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:41:47.626Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:41:47.626Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:41:47.626Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:41:57.198Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:41:57.204Z|ba876f88-25d7-4f37-90b7-1ad7a0809ad3|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:42:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:42:47.624Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:42:47.624Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:42:47.625Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:42:47.626Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:42:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:42:57.183Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:42:57.183Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:43:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:43:47.624Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:43:47.624Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:43:47.626Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:43:47.626Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:43:47.627Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:43:57.193Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:43:57.197Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:44:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:44:47.624Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:44:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:44:47.625Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:44:47.626Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:44:47.626Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:44:57.219Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:44:57.234Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:45:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:45:47.626Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:45:47.626Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:45:47.626Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:45:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:45:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:45:57.191Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:45:57.197Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:46:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:46:47.625Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:46:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:46:47.626Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:46:47.627Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:46:47.628Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:46:57.204Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:46:57.205Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:47:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:47:47.625Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:47:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:47:47.626Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:47:47.626Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:47:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:47:57.218Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:47:57.242Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:48:47.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:48:47.625Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:48:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:48:47.625Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:48:47.626Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:48:47.626Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:48:57.210Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:48:57.212Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T01:49:47.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:49:47.625Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:49:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T01:49:47.625Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T01:49:47.626Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-12T01:49:47.626Z|2c00d76c-f434-4a9b-bafc-b752d1ab3b82|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 s9w5ioVAlKfWvACK) ...